COLOR #64C479

HEX: #64C479
RGB: (100,196,121)

Renk bilgisi

#64C479 contains mainly green color. #64C479 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#64C479 color RGB value is (100,196,121).

  • kırmız ton 100;
  • yeşil ton 196;
  • mavi ton 121.
RGB:
(100,196,121)
(39%,77%,47%)

RGB bağlantıları ve doygunluk

R 100 of 255 = 39%
G 196 of 255 = 77%
B 121 of 255 = 47%

100
196
121

R + G + B ~ 54%. #64C479 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
100 + 196 + 121 = 417 (100%)
R 100 of 417 ~ 23.98%
G 196 of 417 ~ 47%
B 121 of 417 ~ 29.02%

%23.98
%47
%29.02

CMYK RENK MODELİ

#64C479 rengi CMYK tonu (49,0,38,23).

  • camgöbeği tonu 48.98%
  • eflatun tonu 0.00%
  • sarı tonu 38.27%
  • ana renk tonu 23.14%
CMYK:
(49,0,38,23)
C49M0Y38K23 
(49%,0%,38%,23%)
(0.49/0.00/0.38/0.23)	

CMYK yüzdeleri

%48.98
%0
%38.27
%23.14

Codes

Color #64C479 in popluar color models

64C479
RGB100196121
HSL133°44.86%58.04%
HSB/HSV133°48.98%76.86%
CMYK48.98%0.00%38.27%
23.14%

Color #64C479 in popluar number systems.

HEX64C479
Decimal100196121
Binary1100100110001001111001
Octal144304171

Shades and tints

Shades of #64C479

#64C479
(100,196,121)
#5BB36E
(91,179,110)
#52A263
(82,162,99)
#499158
(73,145,88)
#40804D
(64,128,77)
#376F42
(55,111,66)
#2E5E37
(46,94,55)
#254D2C
(37,77,44)
#1C3C21
(28,60,33)
#132B16
(19,43,22)
#0A1A0B
(10,26,11)
#000000
(0,0,0)

Tints of #64C479

#64C479
(100,196,121)
#72C985
(114,201,133)
#80CE91
(128,206,145)
#8ED39D
(142,211,157)
#9CD8A9
(156,216,169)
#AADDB5
(170,221,181)
#B8E2C1
(184,226,193)
#C6E7CD
(198,231,205)
#D4ECD9
(212,236,217)
#E2F1E5
(226,241,229)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64C479 color. Also use rgb(100,196,121) instead hex code.

Text Font Color

.myTextColor { color: #64C479; }

<p style="color:#64C479">This sample text font color is #64C479.</p>

This text font color is #64C479.


Background Color

.myBgColor { background-color: #64C479; }

<div style="background-color:#64C479">Inner text</div>

This div background color is #64C479.


Border color

.myBorderColor { border: 1px solid #64C479; }

<div style="border:3px solid #64C479">Div</div>

This div border color is #64C479.


Opacity

.myOpacity80 { color: #64C479; opacity: 0.8; }

<p style="color:#64C479;opacity:0.8;">80%</p>

Text with #64C479 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #64C479;}

<p style="text-shadow: 3px 3px 1px #64C479">Text here.</p>

This text has shadow with #64C479 color.

.textShadow {text-shadow: 3px 3px 1px #64C479, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #64C479, 5px 5px 20px red">Text here.</p>

This text has shadow with #64C479 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#64C479, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#64C479, Direction=45, Strength=4)">Text</p>

This text has shadow with #64C479 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #64C479;
  -webkit-box-shadow:	1px 1px 3px 2px #64C479;
  box-shadow:		1px 1px 3px 2px #64C479;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #64C479;
-webkit-box-shadow: 1px 1px 3px 2px #64C479;
box-shadow:1px 1px 3px 2px #64C479;">
Div content here</div>
This div box has shadow with color #64C479.

Preview

Color preview on black background

This text has color #64C479 on black background.


Color preview on white background

This text has color #64C479 on white background.



Black color preview on #64C479 background

This text has black color on #64C479 background.


White color preview on #64C479 background

This text has white color on #64C479 background.