Shades of Apple #5DCE47
Tints of Apple #5DCE47
RGB
CMYK
RGB Variations
Color information
#5DCE47 (or 0x5DCE47) is known color: Apple. HEX triplet: 5D, CE and 47. RGB value is (93,206,71). Sum of RGB (Red+Green+Blue) = 93+206+71=370 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.14% from 370); Green value is 206 (80.86% from 255 or 55.68% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCE47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCE47 is #A231B8. Grayscale: #9D9D9D. Windows color (decimal): -10629561 or 4705885. OLE color: 4705885.
HSL color Cylindrical-coordinate representation of color #5DCE47: hue angle of 110.22º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5DCE47 is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 206 | 71 | - |
| CMYK | 0.55 | 0 | 0.66 | 0.19 |
| HSL | 110.22º | 0.58% | 0.54% | - |
| HSV(B) | 110.22º | 0.66% | 0.81% | - |
| XYZ | 27.72 | 46.92 | 13.56 | - |
| YUV | 156.82 | 79.56 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 206 | 71 | 0.55 | 0 | 0.66 | 0.19 | 110.22 | 0.58 | 0.54 |
| Hex | 5D | CE | 47 | 37 | 0 | 42 | 13 | 6E | 3A | 36 |
| Octal | 135 | 316 | 107 | 67 | 0 | 102 | 23 | 156 | 72 | 66 |
| Binary | 1011101 | 11001110 | 1000111 | 110111 | 0 | 1000010 | 10011 | 1101110 | 111010 | 110110 |
Color Harmonies of #5DCE47
Complementary color
Monochromatic Colors of #5DCE47
Black with #5DCE47
Text Example
Text Example
White with #5DCE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCE47; }
p { color: rgb(93,206,71); }
H1.HeaderClassName
{
color: #5DCE47;
}
.AnyTagClassName
{
color: #5DCE47;
}
</style>
background-color css
<style>
a { background-color: #5DCE47; }
a { background-color: rgb(93,206,71); }
div.DivClassName
{
background-color: #5DCE47;
}
.BgClassName
{
background-color: #5DCE47;
}
</style>
border-color css
<style>
span { border-color: #5DCE47; }
span { border-color: rgb(93,206,71); }
td.TdClassName
{
border-color: #5DCE47;
}
.TagClassName
{
border-color: #5DCE47;
}
</style>