#5FB760

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

Shades of Fern #5FB760

Tints of Fern #5FB760

Color information

#5FB760 (or 0x5FB760) is unknown color: approx Fern. HEX triplet: 5F, B7 and 60. RGB value is (95,183,96). Sum of RGB (Red+Green+Blue) = 95+183+96=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 183 - color contains mainly: green. Hex color #5FB760 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB760 is #A0489F. Grayscale: #939393. Windows color (decimal): -10504352 or 6338399. OLE color: 6338399.

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

Color convert

RGB9518396-
CMYK0.4800.480.28
HSL120.68º37.93%54.51%-
HSV(B)120.68º48.09%71.76%-
XYZ23.7637.1416.98-
YUV146.7799.3591.07-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.40%
GREEN value IS 183 (71.88% from 255) = 48.93%
BLUE value IS 96 (37.89% from 255) = 25.67%
R=25.40%
G=48.93%
B=25.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal95183960.4800.480.28120.6837.9354.51
Hex5FB760300301C792637
Octal13726714060060341714667
Binary10111111011011111000001100000110000111001111001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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