#64C060

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

Shades of Fern #64C060

Tints of Fern #64C060

Color information

#64C060 (or 0x64C060) is unknown color: approx Fern. HEX triplet: 64, C0 and 60. RGB value is (100,192,96). Sum of RGB (Red+Green+Blue) = 100+192+96=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #64C060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C060 is #9B3F9F. Grayscale: #999999. Windows color (decimal): -10174368 or 6340708. OLE color: 6340708.

HSL color Cylindrical-coordinate representation of color #64C060: hue angle of 117.5º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64C060 is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB10019296-
CMYK0.4800.500.25
HSL117.5º43.24%56.47%-
HSV(B)117.5º50%75.29%-
XYZ26.2241.2517.65-
YUV153.5595.5289.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.77%
GREEN value IS 192 (75.39% from 255) = 49.48%
BLUE value IS 96 (37.89% from 255) = 24.74%
R=25.77%
G=49.48%
B=24.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100192960.4800.500.25117.543.2456.47
Hex64C0603003219762b38
Octal14430014060062311665370
Binary11001001100000011000001100000110010110011110110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,192,96); }

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

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

 a { background-color: rgb(100,192,96); }

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

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

 span { border-color: rgb(100,192,96); }

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