#5FB870

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

Shades of Fern #5FB870

Tints of Fern #5FB870

Color information

#5FB870 (or 0x5FB870) is unknown color: approx Fern. HEX triplet: 5F, B8 and 70. RGB value is (95,184,112). Sum of RGB (Red+Green+Blue) = 95+184+112=391 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.30% from 391); Green value is 184 (72.27% from 255 or 47.06% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 184 - color contains mainly: green. Hex color #5FB870 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB870 is #A0478F. Grayscale: #959595. Windows color (decimal): -10504080 or 7387231. OLE color: 7387231.

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

Color convert

RGB95184112-
CMYK0.4800.390.28
HSL131.46º38.53%54.71%-
HSV(B)131.46º48.37%72.16%-
XYZ24.7837.8821.34-
YUV149.18107.0189.35-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.30%
GREEN value IS 184 (72.27% from 255) = 47.06%
BLUE value IS 112 (44.14% from 255) = 28.64%
R=24.30%
G=47.06%
B=28.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal951841120.4800.390.28131.4638.5354.71
Hex5FB870300271C832737
Octal13727016060047342034767
Binary101111110111000111000011000001001111110010000011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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