#5FBC73

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

Shades of Fern #5FBC73

Tints of Fern #5FBC73

Color information

#5FBC73 (or 0x5FBC73) is unknown color: approx Fern. HEX triplet: 5F, BC and 73. RGB value is (95,188,115). Sum of RGB (Red+Green+Blue) = 95+188+115=398 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.87% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBC73 is #A0438C. Grayscale: #989898. Windows color (decimal): -10503053 or 7584863. OLE color: 7584863.

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

Color convert

RGB95188115-
CMYK0.4900.390.26
HSL132.9º40.97%55.49%-
HSV(B)132.9º49.47%73.73%-
XYZ25.839.6422.51-
YUV151.87107.1987.44-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.87%
GREEN value IS 188 (73.83% from 255) = 47.24%
BLUE value IS 115 (45.31% from 255) = 28.89%
R=23.87%
G=47.24%
B=28.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal951881150.4900.390.26132.940.9755.49
Hex5FBC73310271A852937
Octal13727416361047322055167
Binary101111110111100111001111000101001111101010000101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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