Html Css Color HEX #64CA81 Emerald

📋 copy color: '#64CA81'

red 100 ◦ green 202 ◦ blue 129

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

Shades of Emerald #64CA81

Tints of Emerald #64CA81

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.87%

 BLUE value IS 129 (50.78% from 255) = 29.93%

R = 23.2%
G = 46.87%
B = 29.93%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#64CA81 (or 0x64CA81) is known color: Emerald. HEX triplet: 64, CA and 81. RGB value is (100,202,129). Sum of RGB (Red+Green+Blue) = 100+202+129=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #64CA81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CA81 is #9B357E. Grayscale: #A3A3A3. Windows color (decimal): -10171775 or 8505956. OLE color: 8505956.

HSL color Cylindrical-coordinate representation of color #64CA81: hue angle of 137.06º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64CA81 is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 202 129 -
CMYK 0.50 0 0.36 0.21
HSL 137.06º 0.49% 0.59% -
HSV(B) 137.06º 0.5% 0.79% -
XYZ 30.34 46.54 28.15 -
YUV 163.18 108.71 82.94 -
System Red Green Blue C M Y K H S L
Decimal 100 202 129 0.50 0 0.36 0.21 137.06 0.49 0.59
Hex 64 CA 81 32 0 24 15 89 31 3B
Octal 144 312 201 62 0 44 25 211 61 73
Binary 1100100 11001010 10000001 110010 0 100100 10101 10001001 110001 111011

Color Harmonies of #64CA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CA81

Black with #64CA81

Text Example


Text Example

White with #64CA81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,202,129); }

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

background-color css

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

 a { background-color: rgb(100,202,129); }

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

border-color css

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

 span { border-color: rgb(100,202,129); }

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