Html Css Color HEX #64D882 Emerald

📋 copy color: '#64D882'

red 100 ◦ green 216 ◦ blue 130

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

Shades of Emerald #64D882

Tints of Emerald #64D882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.15%

R = 22.42%
G = 48.43%
B = 29.15%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#64D882 (or 0x64D882) is known color: Emerald. HEX triplet: 64, D8 and 82. RGB value is (100,216,130). Sum of RGB (Red+Green+Blue) = 100+216+130=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 216 (84.77% from 255 or 48.43% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 216 - color contains mainly: green. Hex color #64D882 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D882 is #9B277D. Grayscale: #ABABAB. Windows color (decimal): -10168190 or 8575076. OLE color: 8575076.

HSL color Cylindrical-coordinate representation of color #64D882: hue angle of 135.52º 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 #64D882 is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 216 130 -
CMYK 0.54 0 0.40 0.15
HSL 135.52º 0.6% 0.62% -
HSV(B) 135.52º 0.54% 0.85% -
XYZ 33.84 53.43 29.65 -
YUV 171.51 104.57 76.99 -
System Red Green Blue C M Y K H S L
Decimal 100 216 130 0.54 0 0.40 0.15 135.52 0.6 0.62
Hex 64 D8 82 36 0 28 F 88 3C 3E
Octal 144 330 202 66 0 50 17 210 74 76
Binary 1100100 11011000 10000010 110110 0 101000 1111 10001000 111100 111110

Color Harmonies of #64D882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D882

Black with #64D882

Text Example


Text Example

White with #64D882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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