Shades of Apple #5DBA40
Tints of Apple #5DBA40
RGB
CMYK
RGB Variations
Color information
#5DBA40 (or 0x5DBA40) is known color: Apple. HEX triplet: 5D, BA and 40. RGB value is (93,186,64). Sum of RGB (Red+Green+Blue) = 93+186+64=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBA40 is #A245BF. Grayscale: #909090. Windows color (decimal): -10634688 or 4242013. OLE color: 4242013.
HSL color Cylindrical-coordinate representation of color #5DBA40: hue angle of 105.74º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5DBA40 is Cyan = 0.5, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 186 | 64 | - |
| CMYK | 0.5 | 0 | 0.66 | 0.27 |
| HSL | 105.74º | 0.49% | 0.49% | - |
| HSV(B) | 105.74º | 0.66% | 0.73% | - |
| XYZ | 23 | 37.82 | 10.94 | - |
| YUV | 144.29 | 82.69 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 186 | 64 | 0.5 | 0 | 0.66 | 0.27 | 105.74 | 0.49 | 0.49 |
| Hex | 5D | BA | 40 | 32 | 0 | 42 | 1B | 6A | 31 | 31 |
| Octal | 135 | 272 | 100 | 62 | 0 | 102 | 33 | 152 | 61 | 61 |
| Binary | 1011101 | 10111010 | 1000000 | 110010 | 0 | 1000010 | 11011 | 1101010 | 110001 | 110001 |
Color Harmonies of #5DBA40
Complementary color
Monochromatic Colors of #5DBA40
Black with #5DBA40
Text Example
Text Example
White with #5DBA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBA40; }
p { color: rgb(93,186,64); }
H1.HeaderClassName
{
color: #5DBA40;
}
.AnyTagClassName
{
color: #5DBA40;
}
</style>
background-color css
<style>
a { background-color: #5DBA40; }
a { background-color: rgb(93,186,64); }
div.DivClassName
{
background-color: #5DBA40;
}
.BgClassName
{
background-color: #5DBA40;
}
</style>
border-color css
<style>
span { border-color: #5DBA40; }
span { border-color: rgb(93,186,64); }
td.TdClassName
{
border-color: #5DBA40;
}
.TagClassName
{
border-color: #5DBA40;
}
</style>