#64C96A

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

Shades of Fern #64C96A

Tints of Fern #64C96A

Color information

#64C96A (or 0x64C96A) is unknown color: approx Fern. HEX triplet: 64, C9 and 6A. RGB value is (100,201,106). Sum of RGB (Red+Green+Blue) = 100+201+106=407 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.57% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #64C96A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C96A is #9B3695. Grayscale: #A0A0A0. Windows color (decimal): -10172054 or 6998372. OLE color: 6998372.

HSL color Cylindrical-coordinate representation of color #64C96A: hue angle of 123.56º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64C96A is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB100201106-
CMYK0.5000.470.21
HSL123.56º48.33%59.02%-
HSV(B)123.56º50.25%78.82%-
XYZ28.7445.5220.91-
YUV159.9797.5485.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.57%
GREEN value IS 201 (78.91% from 255) = 49.39%
BLUE value IS 106 (41.80% from 255) = 26.04%
R=24.57%
G=49.39%
B=26.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1002011060.5000.470.21123.5648.3359.02
Hex64C96A3202F157c303b
Octal14431115262057251746073
Binary11001001100100111010101100100101111101011111100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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