#5FBC5D

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

Shades of Fern #5FBC5D

Tints of Fern #5FBC5D

Color information

#5FBC5D (or 0x5FBC5D) is unknown color: approx Fern. HEX triplet: 5F, BC and 5D. RGB value is (95,188,93). Sum of RGB (Red+Green+Blue) = 95+188+93=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBC5D is #A043A2. Grayscale: #959595. Windows color (decimal): -10503075 or 6143071. OLE color: 6143071.

HSL color Cylindrical-coordinate representation of color #5FBC5D: hue angle of 118.74º 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 #5FBC5D is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB9518893-
CMYK0.4900.510.26
HSL118.74º41.48%55.1%-
HSV(B)118.74º50.53%73.73%-
XYZ24.6839.1916.62-
YUV149.3696.1989.22-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.27%
GREEN value IS 188 (73.83% from 255) = 50%
BLUE value IS 93 (36.72% from 255) = 24.73%
R=25.27%
G=50%
B=24.73%

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
Decimal95188930.4900.510.26118.7441.4855.1
Hex5FBC5D310331A772937
Octal13727413561063321675167
Binary10111111011110010111011100010110011110101110111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FBC5D; }

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

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

<style>
 a { background-color: #5FBC5D; }

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

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

<style>
 span { border-color: #5FBC5D; }

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

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