#60BC5D

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

Shades of Fern #60BC5D

Tints of Fern #60BC5D

Color information

#60BC5D (or 0x60BC5D) is unknown color: approx Fern. HEX triplet: 60, BC and 5D. RGB value is (96,188,93). Sum of RGB (Red+Green+Blue) = 96+188+93=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BC5D is #9F43A2. Grayscale: #959595. Windows color (decimal): -10437539 or 6143072. OLE color: 6143072.

HSL color Cylindrical-coordinate representation of color #60BC5D: hue angle of 118.11º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60BC5D is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB9618893-
CMYK0.4900.510.26
HSL118.11º41.48%55.1%-
HSV(B)118.11º50.53%73.73%-
XYZ24.7839.2416.62-
YUV149.6696.0289.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.46%
GREEN value IS 188 (73.83% from 255) = 49.87%
BLUE value IS 93 (36.72% from 255) = 24.67%
R=25.46%
G=49.87%
B=24.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal96188930.4900.510.26118.1141.4855.1
Hex60BC5D310331A762937
Octal14027413561063321665167
Binary11000001011110010111011100010110011110101110110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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