#64C56C

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

Shades of Fern #64C56C

Tints of Fern #64C56C

Color information

#64C56C (or 0x64C56C) is unknown color: approx Fern. HEX triplet: 64, C5 and 6C. RGB value is (100,197,108). Sum of RGB (Red+Green+Blue) = 100+197+108=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 197 - color contains mainly: green. Hex color #64C56C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C56C is #9B3A93. Grayscale: #9E9E9E. Windows color (decimal): -10173076 or 7128420. OLE color: 7128420.

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

Color convert

RGB100197108-
CMYK0.4900.450.23
HSL124.95º45.54%58.24%-
HSV(B)124.95º49.24%77.25%-
XYZ27.9343.7221.16-
YUV157.8599.8686.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.69%
GREEN value IS 197 (77.34% from 255) = 48.64%
BLUE value IS 108 (42.58% from 255) = 26.67%
R=24.69%
G=48.64%
B=26.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1001971080.4900.450.23124.9545.5458.24
Hex64C56C3102D177d2e3a
Octal14430515461055271755672
Binary11001001100010111011001100010101101101111111101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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