#64CA7D

Color #64CA7D Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #64CA7D

Tints of Emerald #64CA7D

Color information

#64CA7D (or 0x64CA7D) is unknown color: approx Emerald. HEX triplet: 64, CA and 7D. RGB value is (100,202,125). Sum of RGB (Red+Green+Blue) = 100+202+125=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #64CA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CA7D is #9B3582. Grayscale: #A2A2A2. Windows color (decimal): -10171779 or 8243812. OLE color: 8243812.

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

Color convert

RGB100202125-
CMYK0.5000.380.21
HSL134.71º49.04%59.22%-
HSV(B)134.71º50.5%79.22%-
XYZ30.0846.4326.78-
YUV162.72106.7183.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.42%
GREEN value IS 202 (79.30% from 255) = 47.31%
BLUE value IS 125 (49.22% from 255) = 29.27%
R=23.42%
G=47.31%
B=29.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1002021250.5000.380.21134.7149.0459.22
Hex64CA7D320261587313b
Octal14431217562046252076173
Binary110010011001010111110111001001001101010110000111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64CA7D;
 }
 .AnyTagClassName
 {
   color: #64CA7D;
 }
</style>
background-color css

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

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

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

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

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

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