#60D165

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

Shades of Fern #60D165

Tints of Fern #60D165

Color information

#60D165 (or 0x60D165) is unknown color: approx Fern. HEX triplet: 60, D1 and 65. RGB value is (96,209,101). Sum of RGB (Red+Green+Blue) = 96+209+101=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 209 (82.03% from 255 or 51.48% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 209 - color contains mainly: green. Hex color #60D165 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D165 is #9F2E9A. Grayscale: #A3A3A3. Windows color (decimal): -10432155 or 6672736. OLE color: 6672736.

HSL color Cylindrical-coordinate representation of color #60D165: hue angle of 122.65º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60D165 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB96209101-
CMYK0.5400.520.18
HSL122.65º55.12%59.8%-
HSV(B)122.65º54.07%81.96%-
XYZ29.9749.0320.2-
YUV162.993.0680.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.65%
GREEN value IS 209 (82.03% from 255) = 51.48%
BLUE value IS 101 (39.84% from 255) = 24.88%
R=23.65%
G=51.48%
B=24.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal962091010.5400.520.18122.6555.1259.8
Hex60D16536034127b373c
Octal14032114566064221736774
Binary11000001101000111001011101100110100100101111011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,209,101); }

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

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

 a { background-color: rgb(96,209,101); }

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

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

 span { border-color: rgb(96,209,101); }

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