Html Css Color HEX #64D081 Emerald

📋 copy color: '#64D081'

red 100 ◦ green 208 ◦ blue 129

#64D081
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #64D081

Tints of Emerald #64D081

RGB

 RED value IS 100 (39.45% from 255) = 22.88%

 GREEN value IS 208 (81.64% from 255) = 47.6%

 BLUE value IS 129 (50.78% from 255) = 29.52%

R = 22.88%
G = 47.6%
B = 29.52%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#64D081 (or 0x64D081) is known color: Emerald. HEX triplet: 64, D0 and 81. RGB value is (100,208,129). Sum of RGB (Red+Green+Blue) = 100+208+129=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #64D081 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D081 is #9B2F7E. Grayscale: #A6A6A6. Windows color (decimal): -10170239 or 8507492. OLE color: 8507492.

HSL color Cylindrical-coordinate representation of color #64D081: hue angle of 136.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D081 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 208 129 -
CMYK 0.52 0 0.38 0.18
HSL 136.11º 0.53% 0.6% -
HSV(B) 136.11º 0.52% 0.82% -
XYZ 31.77 49.41 28.63 -
YUV 166.7 106.72 80.42 -
System Red Green Blue C M Y K H S L
Decimal 100 208 129 0.52 0 0.38 0.18 136.11 0.53 0.6
Hex 64 D0 81 34 0 26 12 88 35 3C
Octal 144 320 201 64 0 46 22 210 65 74
Binary 1100100 11010000 10000001 110100 0 100110 10010 10001000 110101 111100

Color Harmonies of #64D081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D081

Black with #64D081

Text Example


Text Example

White with #64D081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64D081; }

 p { color: rgb(100,208,129); }

 H1.HeaderClassName
 {
   color: #64D081;
 }
 .AnyTagClassName
 {
   color: #64D081;
 }
</style>

background-color css

<style>
 a { background-color: #64D081; }

 a { background-color: rgb(100,208,129); }

 div.DivClassName
 {
   background-color: #64D081;
 }
 .BgClassName
 {
   background-color: #64D081;
 }
</style>

border-color css

<style>
 span { border-color: #64D081; }

 span { border-color: rgb(100,208,129); }

 td.TdClassName
 {
   border-color: #64D081;
 }
 .TagClassName
 {
   border-color: #64D081;
 }
</style>