#60C064

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

Shades of Fern #60C064

Tints of Fern #60C064

Color information

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

HSL color Cylindrical-coordinate representation of color #60C064: hue angle of 122.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 #60C064 is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB96192100-
CMYK0.5000.480.25
HSL122.5º43.24%56.47%-
HSV(B)122.5º50%75.29%-
XYZ25.9741.1118.62-
YUV152.8198.287.48-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961921000.5000.480.25122.543.2456.47
Hex60C06432030197a2b38
Octal14030014462060311725370
Binary11000001100000011001001100100110000110011111010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60C064; }

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

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

<style>
 a { background-color: #60C064; }

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

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

<style>
 span { border-color: #60C064; }

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

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