#64C57A

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

Shades of Emerald #64C57A

Tints of Emerald #64C57A

Color information

#64C57A (or 0x64C57A) is unknown color: approx Emerald. HEX triplet: 64, C5 and 7A. RGB value is (100,197,122). Sum of RGB (Red+Green+Blue) = 100+197+122=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 197 - color contains mainly: green. Hex color #64C57A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C57A is #9B3A85. Grayscale: #9F9F9F. Windows color (decimal): -10173062 or 8045924. OLE color: 8045924.

HSL color Cylindrical-coordinate representation of color #64C57A: hue angle of 133.61º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C57A is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB100197122-
CMYK0.4900.380.23
HSL133.61º45.54%58.24%-
HSV(B)133.61º49.24%77.25%-
XYZ28.7344.0525.4-
YUV159.45106.8685.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.87%
GREEN value IS 197 (77.34% from 255) = 47.02%
BLUE value IS 122 (48.05% from 255) = 29.12%
R=23.87%
G=47.02%
B=29.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1001971220.4900.380.23133.6145.5458.24
Hex64C57A3102617862e3a
Octal14430517261046272065672
Binary110010011000101111101011000101001101011110000110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,197,122); }

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

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

 a { background-color: rgb(100,197,122); }

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

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

 span { border-color: rgb(100,197,122); }

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