#5FBC71

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

Shades of Fern #5FBC71

Tints of Fern #5FBC71

Color information

#5FBC71 (or 0x5FBC71) is unknown color: approx Fern. HEX triplet: 5F, BC and 71. RGB value is (95,188,113). Sum of RGB (Red+Green+Blue) = 95+188+113=396 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.99% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBC71 is #A0438E. Grayscale: #979797. Windows color (decimal): -10503055 or 7453791. OLE color: 7453791.

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

Color convert

RGB95188113-
CMYK0.4900.400.26
HSL131.61º40.97%55.49%-
HSV(B)131.61º49.47%73.73%-
XYZ25.6839.5921.91-
YUV151.64106.1987.6-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.99%
GREEN value IS 188 (73.83% from 255) = 47.47%
BLUE value IS 113 (44.53% from 255) = 28.54%
R=23.99%
G=47.47%
B=28.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal951881130.4900.400.26131.6140.9755.49
Hex5FBC71310281A842937
Octal13727416161050322045167
Binary101111110111100111000111000101010001101010000100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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