#64CB5C

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

Shades of Fern #64CB5C

Tints of Fern #64CB5C

Color information

#64CB5C (or 0x64CB5C) is unknown color: approx Fern. HEX triplet: 64, CB and 5C. RGB value is (100,203,92). Sum of RGB (Red+Green+Blue) = 100+203+92=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 203 (79.69% from 255 or 51.39% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 203 - color contains mainly: green. Hex color #64CB5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CB5C is #9B34A3. Grayscale: #9F9F9F. Windows color (decimal): -10171556 or 6081380. OLE color: 6081380.

HSL color Cylindrical-coordinate representation of color #64CB5C: hue angle of 115.68º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64CB5C is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB10020392-
CMYK0.5100.550.20
HSL115.68º51.63%57.84%-
HSV(B)115.68º54.68%79.61%-
XYZ28.5446.1917.54-
YUV159.5589.8885.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.32%
GREEN value IS 203 (79.69% from 255) = 51.39%
BLUE value IS 92 (36.33% from 255) = 23.29%
R=25.32%
G=51.39%
B=23.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal100203920.5100.550.20115.6851.6357.84
Hex64CB5C330371474343a
Octal14431313463067241646472
Binary11001001100101110111001100110110111101001110100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,203,92); }

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

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

 a { background-color: rgb(100,203,92); }

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

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

 span { border-color: rgb(100,203,92); }

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