#5FAD61

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

Shades of Fern #5FAD61

Tints of Fern #5FAD61

Color information

#5FAD61 (or 0x5FAD61) is unknown color: approx Fern. HEX triplet: 5F, AD and 61. RGB value is (95,173,97). Sum of RGB (Red+Green+Blue) = 95+173+97=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAD61 is #A0529E. Grayscale: #8D8D8D. Windows color (decimal): -10506911 or 6401375. OLE color: 6401375.

HSL color Cylindrical-coordinate representation of color #5FAD61: hue angle of 121.54º 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 #5FAD61 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB9517397-
CMYK0.4500.440.32
HSL121.54º32.23%52.55%-
HSV(B)121.54º45.09%67.84%-
XYZ21.8233.1816.56-
YUV141.01103.1695.18-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.03%
GREEN value IS 173 (67.97% from 255) = 47.40%
BLUE value IS 97 (38.28% from 255) = 26.58%
R=26.03%
G=47.40%
B=26.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal95173970.4500.440.32121.5432.2352.55
Hex5FAD612D02C207a2035
Octal13725514155054401724065
Binary101111110101101110000110110101011001000001111010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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