Shades of Apple #5DC056
Tints of Apple #5DC056
RGB
CMYK
RGB Variations
Color information
#5DC056 (or 0x5DC056) is known color: Apple. HEX triplet: 5D, C0 and 56. RGB value is (93,192,86). Sum of RGB (Red+Green+Blue) = 93+192+86=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC056 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC056 is #A23FA9. Grayscale: #969696. Windows color (decimal): -10633130 or 5685341. OLE color: 5685341.
HSL color Cylindrical-coordinate representation of color #5DC056: hue angle of 116.04º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DC056 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 192 | 86 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.25 |
| HSL | 116.04º | 0.46% | 0.55% | - |
| HSV(B) | 116.04º | 0.55% | 0.75% | - |
| XYZ | 25.04 | 40.7 | 15.34 | - |
| YUV | 150.32 | 91.7 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 192 | 86 | 0.52 | 0 | 0.55 | 0.25 | 116.04 | 0.46 | 0.55 |
| Hex | 5D | C0 | 56 | 34 | 0 | 37 | 19 | 74 | 2E | 37 |
| Octal | 135 | 300 | 126 | 64 | 0 | 67 | 31 | 164 | 56 | 67 |
| Binary | 1011101 | 11000000 | 1010110 | 110100 | 0 | 110111 | 11001 | 1110100 | 101110 | 110111 |
Color Harmonies of #5DC056
Complementary color
Monochromatic Colors of #5DC056
Black with #5DC056
Text Example
Text Example
White with #5DC056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC056; }
p { color: rgb(93,192,86); }
H1.HeaderClassName
{
color: #5DC056;
}
.AnyTagClassName
{
color: #5DC056;
}
</style>
background-color css
<style>
a { background-color: #5DC056; }
a { background-color: rgb(93,192,86); }
div.DivClassName
{
background-color: #5DC056;
}
.BgClassName
{
background-color: #5DC056;
}
</style>
border-color css
<style>
span { border-color: #5DC056; }
span { border-color: rgb(93,192,86); }
td.TdClassName
{
border-color: #5DC056;
}
.TagClassName
{
border-color: #5DC056;
}
</style>