#5DAD6E

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

Shades of Fern #5DAD6E

Tints of Fern #5DAD6E

Color information

#5DAD6E (or 0x5DAD6E) is unknown color: approx Fern. HEX triplet: 5D, AD and 6E. RGB value is (93,173,110). Sum of RGB (Red+Green+Blue) = 93+173+110=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAD6E is #A25291. Grayscale: #8E8E8E. Windows color (decimal): -10637970 or 7253341. OLE color: 7253341.

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

Color convert

RGB93173110-
CMYK0.4600.360.32
HSL132.75º32.79%52.16%-
HSV(B)132.75º46.24%67.84%-
XYZ22.2733.3420.01-
YUV141.911093.12-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.73%
GREEN value IS 173 (67.97% from 255) = 46.01%
BLUE value IS 110 (43.36% from 255) = 29.26%
R=24.73%
G=46.01%
B=29.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal931731100.4600.360.32132.7532.7952.16
Hex5DAD6E2E02420852134
Octal13525515656044402054164
Binary1011101101011011101110101110010010010000010000101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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