#5faf73

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

Shades of Fern #5FAF73

Tints of Fern #5FAF73

Color information

#5FAF73 (or 0x5FAF73) is unknown color: approx Fern. HEX triplet: 5F, AF and 73. RGB value is (95,175,115). Sum of RGB (Red+Green+Blue) = 95+175+115=385 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.68% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAF73 is #A0508C. Grayscale: #909090. Windows color (decimal): -10506381 or 7581535. OLE color: 7581535.

HSL color Cylindrical-coordinate representation of color #5FAF73: hue angle of 135º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FAF73 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB95175115-
CMYK0.4600.340.31
HSL135º33.33%52.94%-
HSV(B)135º45.71%68.63%-
XYZ23.1434.3321.63-
YUV144.24111.592.88-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.68%
GREEN value IS 175 (68.75% from 255) = 45.45%
BLUE value IS 115 (45.31% from 255) = 29.87%
R=24.68%
G=45.45%
B=29.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951751150.4600.340.3113533.3352.94
Hex5FAF732E0221F872135
Octal13725716356042372074165
Binary101111110101111111001110111001000101111110000111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5faf73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,175,115); }

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

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

 a { background-color: rgb(95,175,115); }

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

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

 span { border-color: rgb(95,175,115); }

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