#60C05D

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

Shades of Fern #60C05D

Tints of Fern #60C05D

Color information

#60C05D (or 0x60C05D) is unknown color: approx Fern. HEX triplet: 60, C0 and 5D. RGB value is (96,192,93). Sum of RGB (Red+Green+Blue) = 96+192+93=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #60C05D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C05D is #9F3FA2. Grayscale: #989898. Windows color (decimal): -10436515 or 6144096. OLE color: 6144096.

HSL color Cylindrical-coordinate representation of color #60C05D: hue angle of 118.18º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C05D is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB9619293-
CMYK0.5000.520.25
HSL118.18º44%55.88%-
HSV(B)118.18º51.56%75.29%-
XYZ25.6540.9816.91-
YUV152.0194.788.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.20%
GREEN value IS 192 (75.39% from 255) = 50.39%
BLUE value IS 93 (36.72% from 255) = 24.41%
R=25.20%
G=50.39%
B=24.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96192930.5000.520.25118.184455.88
Hex60C05D3203419762c38
Octal14030013562064311665470
Binary11000001100000010111011100100110100110011110110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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