Shades of Oxley #5DA36F
Tints of Oxley #5DA36F
RGB
CMYK
RGB Variations
Color information
#5DA36F (or 0x5DA36F) is known color: Oxley. HEX triplet: 5D, A3 and 6F. RGB value is (93,163,111). Sum of RGB (Red+Green+Blue) = 93+163+111=367 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.34% from 367); Green value is 163 (64.06% from 255 or 44.41% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 163 - color contains mainly: green. Hex color #5DA36F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA36F is #A25C90. Grayscale: #888888. Windows color (decimal): -10640529 or 7316317. OLE color: 7316317.
HSL color Cylindrical-coordinate representation of color #5DA36F: hue angle of 135.43º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5DA36F is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 163 | 111 | - |
| CMYK | 0.43 | 0 | 0.32 | 0.36 |
| HSL | 135.43º | 0.28% | 0.5% | - |
| HSV(B) | 135.43º | 0.43% | 0.64% | - |
| XYZ | 20.48 | 29.67 | 19.69 | - |
| YUV | 136.14 | 113.81 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 163 | 111 | 0.43 | 0 | 0.32 | 0.36 | 135.43 | 0.28 | 0.5 |
| Hex | 5D | A3 | 6F | 2B | 0 | 20 | 24 | 87 | 1C | 32 |
| Octal | 135 | 243 | 157 | 53 | 0 | 40 | 44 | 207 | 34 | 62 |
| Binary | 1011101 | 10100011 | 1101111 | 101011 | 0 | 100000 | 100100 | 10000111 | 11100 | 110010 |
Color Harmonies of #5DA36F
Complementary color
Monochromatic Colors of #5DA36F
Black with #5DA36F
Text Example
Text Example
White with #5DA36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA36F; }
p { color: rgb(93,163,111); }
H1.HeaderClassName
{
color: #5DA36F;
}
.AnyTagClassName
{
color: #5DA36F;
}
</style>
background-color css
<style>
a { background-color: #5DA36F; }
a { background-color: rgb(93,163,111); }
div.DivClassName
{
background-color: #5DA36F;
}
.BgClassName
{
background-color: #5DA36F;
}
</style>
border-color css
<style>
span { border-color: #5DA36F; }
span { border-color: rgb(93,163,111); }
td.TdClassName
{
border-color: #5DA36F;
}
.TagClassName
{
border-color: #5DA36F;
}
</style>