#60d35e

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

Shades of Fern #60D35E

Tints of Fern #60D35E

Color information

#60D35E (or 0x60D35E) is unknown color: approx Fern. HEX triplet: 60, D3 and 5E. RGB value is (96,211,94). Sum of RGB (Red+Green+Blue) = 96+211+94=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 211 (82.81% from 255 or 52.62% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 211 - color contains mainly: green. Hex color #60D35E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D35E is #9F2CA1. Grayscale: #A3A3A3. Windows color (decimal): -10431650 or 6214496. OLE color: 6214496.

HSL color Cylindrical-coordinate representation of color #60D35E: hue angle of 118.97º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D35E is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB9621194-
CMYK0.5500.550.17
HSL118.97º57.07%59.8%-
HSV(B)118.97º55.45%82.75%-
XYZ30.1449.8818.63-
YUV163.2888.980.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.94%
GREEN value IS 211 (82.81% from 255) = 52.62%
BLUE value IS 94 (37.11% from 255) = 23.44%
R=23.94%
G=52.62%
B=23.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal96211940.5500.550.17118.9757.0759.8
Hex60D35E370371177393c
Octal14032313667067211677174
Binary11000001101001110111101101110110111100011110111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60d35e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,211,94); }

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

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

 a { background-color: rgb(96,211,94); }

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

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

 span { border-color: rgb(96,211,94); }

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