#64C56A

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

Shades of Fern #64C56A

Tints of Fern #64C56A

Color information

#64C56A (or 0x64C56A) is unknown color: approx Fern. HEX triplet: 64, C5 and 6A. RGB value is (100,197,106). Sum of RGB (Red+Green+Blue) = 100+197+106=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 197 - color contains mainly: green. Hex color #64C56A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C56A is #9B3A95. Grayscale: #9D9D9D. Windows color (decimal): -10173078 or 6997348. OLE color: 6997348.

HSL color Cylindrical-coordinate representation of color #64C56A: hue angle of 123.71º 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 #64C56A is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB100197106-
CMYK0.4900.460.23
HSL123.71º45.54%58.24%-
HSV(B)123.71º49.24%77.25%-
XYZ27.8243.6820.6-
YUV157.6298.8686.9-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.81%
GREEN value IS 197 (77.34% from 255) = 48.88%
BLUE value IS 106 (41.80% from 255) = 26.30%
R=24.81%
G=48.88%
B=26.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1001971060.4900.460.23123.7145.5458.24
Hex64C56A3102E177c2e3a
Octal14430515261056271745672
Binary11001001100010111010101100010101110101111111100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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