#60CA5F

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

Shades of Fern #60CA5F

Tints of Fern #60CA5F

Color information

#60CA5F (or 0x60CA5F) is unknown color: approx Fern. HEX triplet: 60, CA and 5F. RGB value is (96,202,95). Sum of RGB (Red+Green+Blue) = 96+202+95=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 202 (79.30% from 255 or 51.40% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CA5F is #9F35A0. Grayscale: #9E9E9E. Windows color (decimal): -10433953 or 6277728. OLE color: 6277728.

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

Color convert

RGB9620295-
CMYK0.5200.530.21
HSL119.44º50.23%58.24%-
HSV(B)119.44º52.97%79.22%-
XYZ28.0145.5518.14-
YUV158.1192.3883.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.43%
GREEN value IS 202 (79.30% from 255) = 51.40%
BLUE value IS 95 (37.5% from 255) = 24.17%
R=24.43%
G=51.40%
B=24.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal96202950.5200.530.21119.4450.2358.24
Hex60CA5F340351577323a
Octal14031213764065251676272
Binary11000001100101010111111101000110101101011110111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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