Html Css Color HEX #64D080 Emerald

📋 copy color: '#64D080'

red 100 ◦ green 208 ◦ blue 128

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

Shades of Emerald #64D080

Tints of Emerald #64D080

RGB

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

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

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

R = 22.94%
G = 47.71%
B = 29.36%

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

#64D080 (or 0x64D080) is known color: Emerald. HEX triplet: 64, D0 and 80. RGB value is (100,208,128). Sum of RGB (Red+Green+Blue) = 100+208+128=436 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.94% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 208 - color contains mainly: green. Hex color #64D080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D080 is #9B2F7F. Grayscale: #A6A6A6. Windows color (decimal): -10170240 or 8441956. OLE color: 8441956.

HSL color Cylindrical-coordinate representation of color #64D080: hue angle of 135.56º 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 #64D080 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 208 128 -
CMYK 0.52 0 0.38 0.18
HSL 135.56º 0.53% 0.6% -
HSV(B) 135.56º 0.52% 0.82% -
XYZ 31.71 49.38 28.28 -
YUV 166.59 106.22 80.5 -
System Red Green Blue C M Y K H S L
Decimal 100 208 128 0.52 0 0.38 0.18 135.56 0.53 0.6
Hex 64 D0 80 34 0 26 12 88 35 3C
Octal 144 320 200 64 0 46 22 210 65 74
Binary 1100100 11010000 10000000 110100 0 100110 10010 10001000 110101 111100

Color Harmonies of #64D080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D080

Black with #64D080

Text Example


Text Example

White with #64D080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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