#5FAD73

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

Shades of Fern #5FAD73

Tints of Fern #5FAD73

Color information

#5FAD73 (or 0x5FAD73) is unknown color: approx Fern. HEX triplet: 5F, AD and 73. RGB value is (95,173,115). Sum of RGB (Red+Green+Blue) = 95+173+115=383 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.80% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAD73 is #A0528C. Grayscale: #8F8F8F. Windows color (decimal): -10506893 or 7581023. OLE color: 7581023.

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

Color convert

RGB95173115-
CMYK0.4500.340.32
HSL135.38º32.23%52.55%-
HSV(B)135.38º45.09%67.84%-
XYZ22.7633.5621.5-
YUV143.07112.1693.72-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.80%
GREEN value IS 173 (67.97% from 255) = 45.17%
BLUE value IS 115 (45.31% from 255) = 30.03%
R=24.80%
G=45.17%
B=30.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951731150.4500.340.32135.3832.2352.55
Hex5FAD732D02220872035
Octal13725516355042402074065
Binary1011111101011011110011101101010001010000010000111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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