Shades of Apple #5DBA56
Tints of Apple #5DBA56
RGB
CMYK
RGB Variations
Color information
#5DBA56 (or 0x5DBA56) is known color: Apple. HEX triplet: 5D, BA and 56. RGB value is (93,186,86). Sum of RGB (Red+Green+Blue) = 93+186+86=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBA56 is #A245A9. Grayscale: #939393. Windows color (decimal): -10634666 or 5683805. OLE color: 5683805.
HSL color Cylindrical-coordinate representation of color #5DBA56: hue angle of 115.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DBA56 is Cyan = 0.5, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 186 | 86 | - |
| CMYK | 0.5 | 0 | 0.54 | 0.27 |
| HSL | 115.8º | 0.42% | 0.53% | - |
| HSV(B) | 115.8º | 0.54% | 0.73% | - |
| XYZ | 23.75 | 38.12 | 14.91 | - |
| YUV | 146.79 | 93.69 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 186 | 86 | 0.5 | 0 | 0.54 | 0.27 | 115.8 | 0.42 | 0.53 |
| Hex | 5D | BA | 56 | 32 | 0 | 36 | 1B | 74 | 2A | 35 |
| Octal | 135 | 272 | 126 | 62 | 0 | 66 | 33 | 164 | 52 | 65 |
| Binary | 1011101 | 10111010 | 1010110 | 110010 | 0 | 110110 | 11011 | 1110100 | 101010 | 110101 |
Color Harmonies of #5DBA56
Complementary color
Monochromatic Colors of #5DBA56
Black with #5DBA56
Text Example
Text Example
White with #5DBA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBA56; }
p { color: rgb(93,186,86); }
H1.HeaderClassName
{
color: #5DBA56;
}
.AnyTagClassName
{
color: #5DBA56;
}
</style>
background-color css
<style>
a { background-color: #5DBA56; }
a { background-color: rgb(93,186,86); }
div.DivClassName
{
background-color: #5DBA56;
}
.BgClassName
{
background-color: #5DBA56;
}
</style>
border-color css
<style>
span { border-color: #5DBA56; }
span { border-color: rgb(93,186,86); }
td.TdClassName
{
border-color: #5DBA56;
}
.TagClassName
{
border-color: #5DBA56;
}
</style>