#60CB5F

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

Shades of Fern #60CB5F

Tints of Fern #60CB5F

Color information

#60CB5F (or 0x60CB5F) is unknown color: approx Fern. HEX triplet: 60, CB and 5F. RGB value is (96,203,95). Sum of RGB (Red+Green+Blue) = 96+203+95=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 203 (79.69% from 255 or 51.52% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 203 - color contains mainly: green. Hex color #60CB5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CB5F is #9F34A0. Grayscale: #9F9F9F. Windows color (decimal): -10433697 or 6277984. OLE color: 6277984.

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

Color convert

RGB9620395-
CMYK0.5300.530.20
HSL119.44º50.94%58.43%-
HSV(B)119.44º53.2%79.61%-
XYZ28.2546.0218.22-
YUV158.792.0583.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.37%
GREEN value IS 203 (79.69% from 255) = 51.52%
BLUE value IS 95 (37.5% from 255) = 24.11%
R=24.37%
G=51.52%
B=24.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal96203950.5300.530.20119.4450.9458.43
Hex60CB5F350351477333a
Octal14031313765065241676372
Binary11000001100101110111111101010110101101001110111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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