#5FB873

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

Shades of Fern #5FB873

Tints of Fern #5FB873

Color information

#5FB873 (or 0x5FB873) is unknown color: approx Fern. HEX triplet: 5F, B8 and 73. RGB value is (95,184,115). Sum of RGB (Red+Green+Blue) = 95+184+115=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 184 - color contains mainly: green. Hex color #5FB873 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB873 is #A0478C. Grayscale: #959595. Windows color (decimal): -10504077 or 7583839. OLE color: 7583839.

HSL color Cylindrical-coordinate representation of color #5FB873: hue angle of 133.48º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB873 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB95184115-
CMYK0.4800.380.28
HSL133.48º38.53%54.71%-
HSV(B)133.48º48.37%72.16%-
XYZ24.9537.9522.23-
YUV149.52108.5189.11-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.11%
GREEN value IS 184 (72.27% from 255) = 46.70%
BLUE value IS 115 (45.31% from 255) = 29.19%
R=24.11%
G=46.70%
B=29.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal951841150.4800.380.28133.4838.5354.71
Hex5FB873300261C852737
Octal13727016360046342054767
Binary101111110111000111001111000001001101110010000101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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