Html Css Color HEX #64D982 Emerald

📋 copy color: '#64D982'

red 100 ◦ green 217 ◦ blue 130

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

Shades of Emerald #64D982

Tints of Emerald #64D982

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.55%

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

R = 22.37%
G = 48.55%
B = 29.08%

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

#64D982 (or 0x64D982) is known color: Emerald. HEX triplet: 64, D9 and 82. RGB value is (100,217,130). Sum of RGB (Red+Green+Blue) = 100+217+130=447 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.37% from 447); Green value is 217 (85.16% from 255 or 48.55% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 217 - color contains mainly: green. Hex color #64D982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D982 is #9B267D. Grayscale: #ACACAC. Windows color (decimal): -10167934 or 8575332. OLE color: 8575332.

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

Color convert

RGB 100 217 130 -
CMYK 0.54 0 0.40 0.15
HSL 135.38º 0.61% 0.62% -
HSV(B) 135.38º 0.54% 0.85% -
XYZ 34.1 53.95 29.73 -
YUV 172.1 104.24 76.57 -
System Red Green Blue C M Y K H S L
Decimal 100 217 130 0.54 0 0.40 0.15 135.38 0.61 0.62
Hex 64 D9 82 36 0 28 F 87 3D 3E
Octal 144 331 202 66 0 50 17 207 75 76
Binary 1100100 11011001 10000010 110110 0 101000 1111 10000111 111101 111110

Color Harmonies of #64D982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D982

Black with #64D982

Text Example


Text Example

White with #64D982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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