#5DAF73

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

Shades of Fern #5DAF73

Tints of Fern #5DAF73

Color information

#5DAF73 (or 0x5DAF73) is unknown color: approx Fern. HEX triplet: 5D, AF and 73. RGB value is (93,175,115). Sum of RGB (Red+Green+Blue) = 93+175+115=383 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.28% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAF73 is #A2508C. Grayscale: #8F8F8F. Windows color (decimal): -10637453 or 7581533. OLE color: 7581533.

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

Color convert

RGB93175115-
CMYK0.4700.340.31
HSL136.1º33.88%52.55%-
HSV(B)136.1º46.86%68.63%-
XYZ22.9434.2221.62-
YUV143.64111.8391.88-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.28%
GREEN value IS 175 (68.75% from 255) = 45.69%
BLUE value IS 115 (45.31% from 255) = 30.03%
R=24.28%
G=45.69%
B=30.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal931751150.4700.340.31136.133.8852.55
Hex5DAF732F0221F882235
Octal13525716357042372104265
Binary101110110101111111001110111101000101111110001000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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