#5DAF74

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

Shades of Fern #5DAF74

Tints of Fern #5DAF74

Color information

#5DAF74 (or 0x5DAF74) is unknown color: approx Fern. HEX triplet: 5D, AF and 74. RGB value is (93,175,116). Sum of RGB (Red+Green+Blue) = 93+175+116=384 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.22% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAF74 is #A2508B. Grayscale: #8F8F8F. Windows color (decimal): -10637452 or 7647069. OLE color: 7647069.

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

Color convert

RGB93175116-
CMYK0.4700.340.31
HSL136.83º33.88%52.55%-
HSV(B)136.83º46.86%68.63%-
XYZ2334.2521.92-
YUV143.76112.3391.8-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.22%
GREEN value IS 175 (68.75% from 255) = 45.57%
BLUE value IS 116 (45.70% from 255) = 30.21%
R=24.22%
G=45.57%
B=30.21%

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
Decimal931751160.4700.340.31136.8333.8852.55
Hex5DAF742F0221F892235
Octal13525716457042372114265
Binary101110110101111111010010111101000101111110001001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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