#5FB775

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

Shades of Fern #5FB775

Tints of Fern #5FB775

Color information

#5FB775 (or 0x5FB775) is unknown color: approx Fern. HEX triplet: 5F, B7 and 75. RGB value is (95,183,117). Sum of RGB (Red+Green+Blue) = 95+183+117=395 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.05% from 395); Green value is 183 (71.88% from 255 or 46.33% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 183 - color contains mainly: green. Hex color #5FB775 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB775 is #A0488A. Grayscale: #959595. Windows color (decimal): -10504331 or 7714655. OLE color: 7714655.

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

Color convert

RGB95183117-
CMYK0.4800.360.28
HSL135º37.93%54.51%-
HSV(B)135º48.09%71.76%-
XYZ24.8637.5822.77-
YUV149.16109.8589.37-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.05%
GREEN value IS 183 (71.88% from 255) = 46.33%
BLUE value IS 117 (46.09% from 255) = 29.62%
R=24.05%
G=46.33%
B=29.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal951831170.4800.360.2813537.9354.51
Hex5FB775300241C872637
Octal13726716560044342074667
Binary101111110110111111010111000001001001110010000111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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