#5FAD71

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

Shades of Fern #5FAD71

Tints of Fern #5FAD71

Color information

#5FAD71 (or 0x5FAD71) is unknown color: approx Fern. HEX triplet: 5F, AD and 71. RGB value is (95,173,113). Sum of RGB (Red+Green+Blue) = 95+173+113=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAD71 is #A0528E. Grayscale: #8F8F8F. Windows color (decimal): -10506895 or 7449951. OLE color: 7449951.

HSL color Cylindrical-coordinate representation of color #5FAD71: hue angle of 133.85º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAD71 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB95173113-
CMYK0.4500.350.32
HSL133.85º32.23%52.55%-
HSV(B)133.85º45.09%67.84%-
XYZ22.6433.5120.9-
YUV142.84111.1693.88-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.93%
GREEN value IS 173 (67.97% from 255) = 45.41%
BLUE value IS 113 (44.53% from 255) = 29.66%
R=24.93%
G=45.41%
B=29.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951731130.4500.350.32133.8532.2352.55
Hex5FAD712D02320862035
Octal13725516155043402064065
Binary1011111101011011110001101101010001110000010000110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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