Shades of Apple #5DD047
Tints of Apple #5DD047
RGB
CMYK
RGB Variations
Color information
#5DD047 (or 0x5DD047) is known color: Apple. HEX triplet: 5D, D0 and 47. RGB value is (93,208,71). Sum of RGB (Red+Green+Blue) = 93+208+71=372 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25% from 372); Green value is 208 (81.64% from 255 or 55.91% from 372); Blue value is 71 (28.12% from 255 or 19.09% from 372); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD047 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD047 is #A22FB8. Grayscale: #9E9E9E. Windows color (decimal): -10629049 or 4706397. OLE color: 4706397.
HSL color Cylindrical-coordinate representation of color #5DD047: hue angle of 110.36º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5DD047 is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 208 | 71 | - |
| CMYK | 0.55 | 0 | 0.66 | 0.18 |
| HSL | 110.37º | 0.59% | 0.55% | - |
| HSV(B) | 110.37º | 0.66% | 0.82% | - |
| XYZ | 28.21 | 47.89 | 13.72 | - |
| YUV | 158 | 78.9 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 208 | 71 | 0.55 | 0 | 0.66 | 0.18 | 110.37 | 0.59 | 0.55 |
| Hex | 5D | D0 | 47 | 37 | 0 | 42 | 12 | 6E | 3B | 37 |
| Octal | 135 | 320 | 107 | 67 | 0 | 102 | 22 | 156 | 73 | 67 |
| Binary | 1011101 | 11010000 | 1000111 | 110111 | 0 | 1000010 | 10010 | 1101110 | 111011 | 110111 |
Color Harmonies of #5DD047
Complementary color
Monochromatic Colors of #5DD047
Black with #5DD047
Text Example
Text Example
White with #5DD047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD047; }
p { color: rgb(93,208,71); }
H1.HeaderClassName
{
color: #5DD047;
}
.AnyTagClassName
{
color: #5DD047;
}
</style>
background-color css
<style>
a { background-color: #5DD047; }
a { background-color: rgb(93,208,71); }
div.DivClassName
{
background-color: #5DD047;
}
.BgClassName
{
background-color: #5DD047;
}
</style>
border-color css
<style>
span { border-color: #5DD047; }
span { border-color: rgb(93,208,71); }
td.TdClassName
{
border-color: #5DD047;
}
.TagClassName
{
border-color: #5DD047;
}
</style>