#5FB86E

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

Shades of Fern #5FB86E

Tints of Fern #5FB86E

Color information

#5FB86E (or 0x5FB86E) is unknown color: approx Fern. HEX triplet: 5F, B8 and 6E. RGB value is (95,184,110). Sum of RGB (Red+Green+Blue) = 95+184+110=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 184 (72.27% from 255 or 47.30% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 184 - color contains mainly: green. Hex color #5FB86E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB86E is #A04791. Grayscale: #959595. Windows color (decimal): -10504082 or 7256159. OLE color: 7256159.

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

Color convert

RGB95184110-
CMYK0.4800.400.28
HSL130.11º38.53%54.71%-
HSV(B)130.11º48.37%72.16%-
XYZ24.6737.8420.76-
YUV148.95106.0189.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.42%
GREEN value IS 184 (72.27% from 255) = 47.30%
BLUE value IS 110 (43.36% from 255) = 28.28%
R=24.42%
G=47.30%
B=28.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal951841100.4800.400.28130.1138.5354.71
Hex5FB86E300281C822737
Octal13727015660050342024767
Binary101111110111000110111011000001010001110010000010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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