#60D364

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

Shades of Fern #60D364

Tints of Fern #60D364

Color information

#60D364 (or 0x60D364) is unknown color: approx Fern. HEX triplet: 60, D3 and 64. RGB value is (96,211,100). Sum of RGB (Red+Green+Blue) = 96+211+100=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 211 (82.81% from 255 or 51.84% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 211 - color contains mainly: green. Hex color #60D364 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D364 is #9F2C9B. Grayscale: #A4A4A4. Windows color (decimal): -10431644 or 6607712. OLE color: 6607712.

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

Color convert

RGB96211100-
CMYK0.5500.530.17
HSL122.09º56.65%60.2%-
HSV(B)122.09º54.5%82.75%-
XYZ30.425020.1-
YUV163.9691.979.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.59%
GREEN value IS 211 (82.81% from 255) = 51.84%
BLUE value IS 100 (39.45% from 255) = 24.57%
R=23.59%
G=51.84%
B=24.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal962111000.5500.530.17122.0956.6560.2
Hex60D36437035117a393c
Octal14032314467065211727174
Binary11000001101001111001001101110110101100011111010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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