Shades of Apple #5DBA54
Tints of Apple #5DBA54
RGB
CMYK
RGB Variations
Color information
#5DBA54 (or 0x5DBA54) is known color: Apple. HEX triplet: 5D, BA and 54. RGB value is (93,186,84). Sum of RGB (Red+Green+Blue) = 93+186+84=363 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.62% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBA54 is #A245AB. Grayscale: #929292. Windows color (decimal): -10634668 or 5552733. OLE color: 5552733.
HSL color Cylindrical-coordinate representation of color #5DBA54: hue angle of 114.71º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DBA54 is Cyan = 0.5, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 186 | 84 | - |
| CMYK | 0.5 | 0 | 0.55 | 0.27 |
| HSL | 114.71º | 0.43% | 0.53% | - |
| HSV(B) | 114.71º | 0.55% | 0.73% | - |
| XYZ | 23.67 | 38.09 | 14.49 | - |
| YUV | 146.57 | 92.69 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 186 | 84 | 0.5 | 0 | 0.55 | 0.27 | 114.71 | 0.43 | 0.53 |
| Hex | 5D | BA | 54 | 32 | 0 | 37 | 1B | 73 | 2A | 35 |
| Octal | 135 | 272 | 124 | 62 | 0 | 67 | 33 | 163 | 52 | 65 |
| Binary | 1011101 | 10111010 | 1010100 | 110010 | 0 | 110111 | 11011 | 1110011 | 101010 | 110101 |
Color Harmonies of #5DBA54
Complementary color
Monochromatic Colors of #5DBA54
Black with #5DBA54
Text Example
Text Example
White with #5DBA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBA54; }
p { color: rgb(93,186,84); }
H1.HeaderClassName
{
color: #5DBA54;
}
.AnyTagClassName
{
color: #5DBA54;
}
</style>
background-color css
<style>
a { background-color: #5DBA54; }
a { background-color: rgb(93,186,84); }
div.DivClassName
{
background-color: #5DBA54;
}
.BgClassName
{
background-color: #5DBA54;
}
</style>
border-color css
<style>
span { border-color: #5DBA54; }
span { border-color: rgb(93,186,84); }
td.TdClassName
{
border-color: #5DBA54;
}
.TagClassName
{
border-color: #5DBA54;
}
</style>