#60CB5D

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

Shades of Fern #60CB5D

Tints of Fern #60CB5D

Color information

#60CB5D (or 0x60CB5D) is unknown color: approx Fern. HEX triplet: 60, CB and 5D. RGB value is (96,203,93). Sum of RGB (Red+Green+Blue) = 96+203+93=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 203 (79.69% from 255 or 51.79% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 203 - color contains mainly: green. Hex color #60CB5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CB5D is #9F34A2. Grayscale: #9E9E9E. Windows color (decimal): -10433699 or 6146912. OLE color: 6146912.

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

Color convert

RGB9620393-
CMYK0.5300.540.20
HSL118.36º51.4%58.04%-
HSV(B)118.36º54.19%79.61%-
XYZ28.1645.9917.75-
YUV158.4791.0583.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.49%
GREEN value IS 203 (79.69% from 255) = 51.79%
BLUE value IS 93 (36.72% from 255) = 23.72%
R=24.49%
G=51.79%
B=23.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal96203930.5300.540.20118.3651.458.04
Hex60CB5D350361476333a
Octal14031313565066241666372
Binary11000001100101110111011101010110110101001110110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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