Shades of Apple #5DBA51
Tints of Apple #5DBA51
RGB
CMYK
RGB Variations
Color information
#5DBA51 (or 0x5DBA51) is known color: Apple. HEX triplet: 5D, BA and 51. RGB value is (93,186,81). Sum of RGB (Red+Green+Blue) = 93+186+81=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBA51 is #A245AE. Grayscale: #929292. Windows color (decimal): -10634671 or 5356125. OLE color: 5356125.
HSL color Cylindrical-coordinate representation of color #5DBA51: hue angle of 113.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DBA51 is Cyan = 0.5, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 186 | 81 | - |
| CMYK | 0.5 | 0 | 0.56 | 0.27 |
| HSL | 113.14º | 0.43% | 0.52% | - |
| HSV(B) | 113.14º | 0.56% | 0.73% | - |
| XYZ | 23.56 | 38.04 | 13.89 | - |
| YUV | 146.22 | 91.19 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 186 | 81 | 0.5 | 0 | 0.56 | 0.27 | 113.14 | 0.43 | 0.52 |
| Hex | 5D | BA | 51 | 32 | 0 | 38 | 1B | 71 | 2B | 34 |
| Octal | 135 | 272 | 121 | 62 | 0 | 70 | 33 | 161 | 53 | 64 |
| Binary | 1011101 | 10111010 | 1010001 | 110010 | 0 | 111000 | 11011 | 1110001 | 101011 | 110100 |
Color Harmonies of #5DBA51
Complementary color
Monochromatic Colors of #5DBA51
Black with #5DBA51
Text Example
Text Example
White with #5DBA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBA51; }
p { color: rgb(93,186,81); }
H1.HeaderClassName
{
color: #5DBA51;
}
.AnyTagClassName
{
color: #5DBA51;
}
</style>
background-color css
<style>
a { background-color: #5DBA51; }
a { background-color: rgb(93,186,81); }
div.DivClassName
{
background-color: #5DBA51;
}
.BgClassName
{
background-color: #5DBA51;
}
</style>
border-color css
<style>
span { border-color: #5DBA51; }
span { border-color: rgb(93,186,81); }
td.TdClassName
{
border-color: #5DBA51;
}
.TagClassName
{
border-color: #5DBA51;
}
</style>