#5FA971

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

Shades of Fern #5FA971

Tints of Fern #5FA971

Color information

#5FA971 (or 0x5FA971) is unknown color: approx Fern. HEX triplet: 5F, A9 and 71. RGB value is (95,169,113). Sum of RGB (Red+Green+Blue) = 95+169+113=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA971 is #A0568E. Grayscale: #8C8C8C. Windows color (decimal): -10507919 or 7448927. OLE color: 7448927.

HSL color Cylindrical-coordinate representation of color #5FA971: hue angle of 134.59º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FA971 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB95169113-
CMYK0.4400.330.34
HSL134.59º30.08%51.76%-
HSV(B)134.59º43.79%66.27%-
XYZ21.893220.65-
YUV140.49112.4895.55-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.20%
GREEN value IS 169 (66.41% from 255) = 44.83%
BLUE value IS 113 (44.53% from 255) = 29.97%
R=25.20%
G=44.83%
B=29.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal951691130.4400.330.34134.5930.0851.76
Hex5FA9712C02122871e34
Octal13725116154041422073664
Binary101111110101001111000110110001000011000101000011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,169,113); }

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

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

 a { background-color: rgb(95,169,113); }

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

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

 span { border-color: rgb(95,169,113); }

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