#60CA5A

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

Shades of Fern #60CA5A

Tints of Fern #60CA5A

Color information

#60CA5A (or 0x60CA5A) is unknown color: approx Fern. HEX triplet: 60, CA and 5A. RGB value is (96,202,90). Sum of RGB (Red+Green+Blue) = 96+202+90=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 202 (79.30% from 255 or 52.06% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CA5A is #9F35A5. Grayscale: #9D9D9D. Windows color (decimal): -10433958 or 5950048. OLE color: 5950048.

HSL color Cylindrical-coordinate representation of color #60CA5A: hue angle of 116.79º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60CA5A is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB9620290-
CMYK0.5200.550.21
HSL116.79º51.38%57.25%-
HSV(B)116.79º55.45%79.22%-
XYZ27.7945.4716.98-
YUV157.5489.8884.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.74%
GREEN value IS 202 (79.30% from 255) = 52.06%
BLUE value IS 90 (35.55% from 255) = 23.20%
R=24.74%
G=52.06%
B=23.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal96202900.5200.550.21116.7951.3857.25
Hex60CA5A3403715753339
Octal14031213264067251656371
Binary11000001100101010110101101000110111101011110101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,202,90); }

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

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

 a { background-color: rgb(96,202,90); }

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

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

 span { border-color: rgb(96,202,90); }

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