#5DAD5F

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

Shades of Fern #5DAD5F

Tints of Fern #5DAD5F

Color information

#5DAD5F (or 0x5DAD5F) is unknown color: approx Fern. HEX triplet: 5D, AD and 5F. RGB value is (93,173,95). Sum of RGB (Red+Green+Blue) = 93+173+95=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 173 (67.97% from 255 or 47.92% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAD5F is #A252A0. Grayscale: #8C8C8C. Windows color (decimal): -10637985 or 6270301. OLE color: 6270301.

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

Color convert

RGB9317395-
CMYK0.4600.450.32
HSL121.5º32.79%52.16%-
HSV(B)121.5º46.24%67.84%-
XYZ21.5233.0416.07-
YUV140.19102.594.34-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.76%
GREEN value IS 173 (67.97% from 255) = 47.92%
BLUE value IS 95 (37.5% from 255) = 26.32%
R=25.76%
G=47.92%
B=26.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal93173950.4600.450.32121.532.7952.16
Hex5DAD5F2E02D207a2134
Octal13525513756055401724164
Binary101110110101101101111110111001011011000001111010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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