Shades of Apple #5DB956
Tints of Apple #5DB956
RGB
CMYK
RGB Variations
Color information
#5DB956 (or 0x5DB956) is known color: Apple. HEX triplet: 5D, B9 and 56. RGB value is (93,185,86). Sum of RGB (Red+Green+Blue) = 93+185+86=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 185 (72.66% from 255 or 50.82% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 185 - color contains mainly: green. Hex color #5DB956 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB956 is #A246A9. Grayscale: #929292. Windows color (decimal): -10634922 or 5683549. OLE color: 5683549.
HSL color Cylindrical-coordinate representation of color #5DB956: hue angle of 115.76º degrees, saturation: 0.41, 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 #5DB956 is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 185 | 86 | - |
| CMYK | 0.50 | 0 | 0.54 | 0.27 |
| HSL | 115.76º | 0.41% | 0.53% | - |
| HSV(B) | 115.76º | 0.54% | 0.73% | - |
| XYZ | 23.54 | 37.7 | 14.84 | - |
| YUV | 146.21 | 94.02 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 185 | 86 | 0.50 | 0 | 0.54 | 0.27 | 115.76 | 0.41 | 0.53 |
| Hex | 5D | B9 | 56 | 32 | 0 | 36 | 1B | 74 | 29 | 35 |
| Octal | 135 | 271 | 126 | 62 | 0 | 66 | 33 | 164 | 51 | 65 |
| Binary | 1011101 | 10111001 | 1010110 | 110010 | 0 | 110110 | 11011 | 1110100 | 101001 | 110101 |
Color Harmonies of #5DB956
Complementary color
Monochromatic Colors of #5DB956
Black with #5DB956
Text Example
Text Example
White with #5DB956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB956; }
p { color: rgb(93,185,86); }
H1.HeaderClassName
{
color: #5DB956;
}
.AnyTagClassName
{
color: #5DB956;
}
</style>
background-color css
<style>
a { background-color: #5DB956; }
a { background-color: rgb(93,185,86); }
div.DivClassName
{
background-color: #5DB956;
}
.BgClassName
{
background-color: #5DB956;
}
</style>
border-color css
<style>
span { border-color: #5DB956; }
span { border-color: rgb(93,185,86); }
td.TdClassName
{
border-color: #5DB956;
}
.TagClassName
{
border-color: #5DB956;
}
</style>