Html Css Color HEX #64D180 Emerald

📋 copy color: '#64D180'

red 100 ◦ green 209 ◦ blue 128

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

Shades of Emerald #64D180

Tints of Emerald #64D180

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.83%

 BLUE value IS 128 (50.39% from 255) = 29.29%

R = 22.88%
G = 47.83%
B = 29.29%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#64D180 (or 0x64D180) is known color: Emerald. HEX triplet: 64, D1 and 80. RGB value is (100,209,128). Sum of RGB (Red+Green+Blue) = 100+209+128=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 209 (82.03% from 255 or 47.83% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 209 - color contains mainly: green. Hex color #64D180 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D180 is #9B2E7F. Grayscale: #A7A7A7. Windows color (decimal): -10169984 or 8442212. OLE color: 8442212.

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

Color convert

RGB 100 209 128 -
CMYK 0.52 0 0.39 0.18
HSL 135.41º 0.54% 0.61% -
HSV(B) 135.41º 0.52% 0.82% -
XYZ 31.95 49.87 28.36 -
YUV 167.18 105.89 80.09 -
System Red Green Blue C M Y K H S L
Decimal 100 209 128 0.52 0 0.39 0.18 135.41 0.54 0.61
Hex 64 D1 80 34 0 27 12 87 36 3D
Octal 144 321 200 64 0 47 22 207 66 75
Binary 1100100 11010001 10000000 110100 0 100111 10010 10000111 110110 111101

Color Harmonies of #64D180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D180

Black with #64D180

Text Example


Text Example

White with #64D180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,209,128); }

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

background-color css

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

 a { background-color: rgb(100,209,128); }

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

border-color css

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

 span { border-color: rgb(100,209,128); }

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