#5DA17F

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

Shades of Patina #5DA17F

Tints of Patina #5DA17F

Color information

#5DA17F (or 0x5DA17F) is unknown color: approx Patina. HEX triplet: 5D, A1 and 7F. RGB value is (93,161,127). Sum of RGB (Red+Green+Blue) = 93+161+127=381 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.41% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA17F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA17F is #A25E80. Grayscale: #888888. Windows color (decimal): -10641025 or 8364381. OLE color: 8364381.

HSL color Cylindrical-coordinate representation of color #5DA17F: hue angle of 150º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5DA17F is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB93161127-
CMYK0.4200.210.37
HSL150º26.77%49.8%-
HSV(B)150º42.24%63.14%-
XYZ21.0929.3524.63-
YUV136.79122.4796.76-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.41%
GREEN value IS 161 (63.28% from 255) = 42.26%
BLUE value IS 127 (50% from 255) = 33.33%
R=24.41%
G=42.26%
B=33.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal931611270.4200.210.3715026.7749.8
Hex5DA17F2A01525961b32
Octal13524117752025452263362
Binary10111011010000111111111010100101011001011001011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,161,127); }

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

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

 a { background-color: rgb(93,161,127); }

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

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

 span { border-color: rgb(93,161,127); }

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