#64C56B

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

Shades of Fern #64C56B

Tints of Fern #64C56B

Color information

#64C56B (or 0x64C56B) is unknown color: approx Fern. HEX triplet: 64, C5 and 6B. RGB value is (100,197,107). Sum of RGB (Red+Green+Blue) = 100+197+107=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #64C56B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C56B is #9B3A94. Grayscale: #9E9E9E. Windows color (decimal): -10173077 or 7062884. OLE color: 7062884.

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

Color convert

RGB100197107-
CMYK0.4900.460.23
HSL124.33º45.54%58.24%-
HSV(B)124.33º49.24%77.25%-
XYZ27.8843.720.88-
YUV157.7499.3686.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.75%
GREEN value IS 197 (77.34% from 255) = 48.76%
BLUE value IS 107 (42.19% from 255) = 26.49%
R=24.75%
G=48.76%
B=26.49%

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
Decimal1001971070.4900.460.23124.3345.5458.24
Hex64C56B3102E177c2e3a
Octal14430515361056271745672
Binary11001001100010111010111100010101110101111111100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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