#60D365

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

Shades of Fern #60D365

Tints of Fern #60D365

Color information

#60D365 (or 0x60D365) is unknown color: approx Fern. HEX triplet: 60, D3 and 65. RGB value is (96,211,101). Sum of RGB (Red+Green+Blue) = 96+211+101=408 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.53% from 408); Green value is 211 (82.81% from 255 or 51.72% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 211 - color contains mainly: green. Hex color #60D365 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D365 is #9F2C9A. Grayscale: #A4A4A4. Windows color (decimal): -10431643 or 6673248. OLE color: 6673248.

HSL color Cylindrical-coordinate representation of color #60D365: hue angle of 122.61º 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 #60D365 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB96211101-
CMYK0.5500.520.17
HSL122.61º56.65%60.2%-
HSV(B)122.61º54.5%82.75%-
XYZ30.4750.0120.36-
YUV164.0892.479.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.53%
GREEN value IS 211 (82.81% from 255) = 51.72%
BLUE value IS 101 (39.84% from 255) = 24.75%
R=23.53%
G=51.72%
B=24.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal962111010.5500.520.17122.6156.6560.2
Hex60D36537034117b393c
Octal14032314567064211737174
Binary11000001101001111001011101110110100100011111011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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