Html Css Color HEX #64D888 Emerald

📋 copy color: '#64D888'

red 100 ◦ green 216 ◦ blue 136

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

Shades of Emerald #64D888

Tints of Emerald #64D888

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.79%

 BLUE value IS 136 (53.52% from 255) = 30.09%

R = 22.12%
G = 47.79%
B = 30.09%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#64D888 (or 0x64D888) is known color: Emerald. HEX triplet: 64, D8 and 88. RGB value is (100,216,136). Sum of RGB (Red+Green+Blue) = 100+216+136=452 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.12% from 452); Green value is 216 (84.77% from 255 or 47.79% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 216 - color contains mainly: green. Hex color #64D888 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D888 is #9B2777. Grayscale: #ACACAC. Windows color (decimal): -10168184 or 8968292. OLE color: 8968292.

HSL color Cylindrical-coordinate representation of color #64D888: hue angle of 138.62º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64D888 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 216 136 -
CMYK 0.54 0 0.37 0.15
HSL 138.62º 0.6% 0.62% -
HSV(B) 138.62º 0.54% 0.85% -
XYZ 34.26 53.6 31.83 -
YUV 172.2 107.57 76.5 -
System Red Green Blue C M Y K H S L
Decimal 100 216 136 0.54 0 0.37 0.15 138.62 0.6 0.62
Hex 64 D8 88 36 0 25 F 8B 3C 3E
Octal 144 330 210 66 0 45 17 213 74 76
Binary 1100100 11011000 10001000 110110 0 100101 1111 10001011 111100 111110

Color Harmonies of #64D888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D888

Black with #64D888

Text Example


Text Example

White with #64D888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,216,136); }

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

background-color css

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

 a { background-color: rgb(100,216,136); }

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

border-color css

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

 span { border-color: rgb(100,216,136); }

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