#5FB260

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

Shades of Fern #5FB260

Tints of Fern #5FB260

Color information

#5FB260 (or 0x5FB260) is unknown color: approx Fern. HEX triplet: 5F, B2 and 60. RGB value is (95,178,96). Sum of RGB (Red+Green+Blue) = 95+178+96=369 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.75% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 178 - color contains mainly: green. Hex color #5FB260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB260 is #A04D9F. Grayscale: #909090. Windows color (decimal): -10505632 or 6337119. OLE color: 6337119.

HSL color Cylindrical-coordinate representation of color #5FB260: hue angle of 120.72º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB260 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB9517896-
CMYK0.4700.460.30
HSL120.72º35.02%53.53%-
HSV(B)120.72º46.63%69.8%-
XYZ22.7535.1216.65-
YUV143.8310193.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.75%
GREEN value IS 178 (69.92% from 255) = 48.24%
BLUE value IS 96 (37.89% from 255) = 26.02%
R=25.75%
G=48.24%
B=26.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal95178960.4700.460.30120.7235.0253.53
Hex5FB2602F02E1E792336
Octal13726214057056361714366
Binary10111111011001011000001011110101110111101111001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,178,96); }

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

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

 a { background-color: rgb(95,178,96); }

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

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

 span { border-color: rgb(95,178,96); }

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