Shades of Patina #5DA17F
Tints of Patina #5DA17F
RGB
CMYK
RGB Variations
Color information
#5DA17F (or 0x5DA17F) is known color: 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
| RGB | 93 | 161 | 127 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.37 |
| HSL | 150º | 0.27% | 0.5% | - |
| HSV(B) | 150º | 0.42% | 0.63% | - |
| XYZ | 21.09 | 29.35 | 24.63 | - |
| YUV | 136.79 | 122.47 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 127 | 0.42 | 0 | 0.21 | 0.37 | 150 | 0.27 | 0.5 |
| Hex | 5D | A1 | 7F | 2A | 0 | 15 | 25 | 96 | 1B | 32 |
| Octal | 135 | 241 | 177 | 52 | 0 | 25 | 45 | 226 | 33 | 62 |
| Binary | 1011101 | 10100001 | 1111111 | 101010 | 0 | 10101 | 100101 | 10010110 | 11011 | 110010 |
Color Harmonies of #5DA17F
Complementary color
Monochromatic Colors of #5DA17F
Black with #5DA17F
Text Example
Text Example
White with #5DA17F
Text Example
Text Example
HTML Codes & Css Web 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>