#64C36A

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

Shades of Fern #64C36A

Tints of Fern #64C36A

Color information

#64C36A (or 0x64C36A) is unknown color: approx Fern. HEX triplet: 64, C3 and 6A. RGB value is (100,195,106). Sum of RGB (Red+Green+Blue) = 100+195+106=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #64C36A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C36A is #9B3C95. Grayscale: #9C9C9C. Windows color (decimal): -10173590 or 6996836. OLE color: 6996836.

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

Color convert

RGB100195106-
CMYK0.4900.460.24
HSL123.79º44.19%57.84%-
HSV(B)123.79º48.72%76.47%-
XYZ27.3742.7820.45-
YUV156.4599.5387.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.94%
GREEN value IS 195 (76.56% from 255) = 48.63%
BLUE value IS 106 (41.80% from 255) = 26.43%
R=24.94%
G=48.63%
B=26.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001951060.4900.460.24123.7944.1957.84
Hex64C36A3102E187c2c3a
Octal14430315261056301745472
Binary11001001100001111010101100010101110110001111100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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