Shades of Apple #5DBA55
Tints of Apple #5DBA55
RGB
CMYK
RGB Variations
Color information
#5DBA55 (or 0x5DBA55) is known color: Apple. HEX triplet: 5D, BA and 55. RGB value is (93,186,85). Sum of RGB (Red+Green+Blue) = 93+186+85=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 186 (73.05% from 255 or 51.10% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBA55 is #A245AA. Grayscale: #929292. Windows color (decimal): -10634667 or 5618269. OLE color: 5618269.
HSL color Cylindrical-coordinate representation of color #5DBA55: hue angle of 115.25º 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 #5DBA55 is Cyan = 0.5, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 186 | 85 | - |
| CMYK | 0.5 | 0 | 0.54 | 0.27 |
| HSL | 115.25º | 0.42% | 0.53% | - |
| HSV(B) | 115.25º | 0.54% | 0.73% | - |
| XYZ | 23.71 | 38.1 | 14.7 | - |
| YUV | 146.68 | 93.19 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 186 | 85 | 0.5 | 0 | 0.54 | 0.27 | 115.25 | 0.42 | 0.53 |
| Hex | 5D | BA | 55 | 32 | 0 | 36 | 1B | 73 | 2A | 35 |
| Octal | 135 | 272 | 125 | 62 | 0 | 66 | 33 | 163 | 52 | 65 |
| Binary | 1011101 | 10111010 | 1010101 | 110010 | 0 | 110110 | 11011 | 1110011 | 101010 | 110101 |
Color Harmonies of #5DBA55
Complementary color
Monochromatic Colors of #5DBA55
Black with #5DBA55
Text Example
Text Example
White with #5DBA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBA55; }
p { color: rgb(93,186,85); }
H1.HeaderClassName
{
color: #5DBA55;
}
.AnyTagClassName
{
color: #5DBA55;
}
</style>
background-color css
<style>
a { background-color: #5DBA55; }
a { background-color: rgb(93,186,85); }
div.DivClassName
{
background-color: #5DBA55;
}
.BgClassName
{
background-color: #5DBA55;
}
</style>
border-color css
<style>
span { border-color: #5DBA55; }
span { border-color: rgb(93,186,85); }
td.TdClassName
{
border-color: #5DBA55;
}
.TagClassName
{
border-color: #5DBA55;
}
</style>