Shades of Apple #5DD347
Tints of Apple #5DD347
RGB
CMYK
RGB Variations
Color information
#5DD347 (or 0x5DD347) is known color: Apple. HEX triplet: 5D, D3 and 47. RGB value is (93,211,71). Sum of RGB (Red+Green+Blue) = 93+211+71=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 211 (82.81% from 255 or 56.27% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 211 - color contains mainly: green. Hex color #5DD347 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD347 is #A22CB8. Grayscale: #A0A0A0. Windows color (decimal): -10628281 or 4707165. OLE color: 4707165.
HSL color Cylindrical-coordinate representation of color #5DD347: hue angle of 110.57º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5DD347 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 93 | 211 | 71 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.17 |
| HSL | 110.57º | 0.61% | 0.55% | - |
| HSV(B) | 110.57º | 0.66% | 0.83% | - |
| XYZ | 28.95 | 49.37 | 13.97 | - |
| YUV | 159.76 | 77.91 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 211 | 71 | 0.56 | 0 | 0.66 | 0.17 | 110.57 | 0.61 | 0.55 |
| Hex | 5D | D3 | 47 | 38 | 0 | 42 | 11 | 6F | 3D | 37 |
| Octal | 135 | 323 | 107 | 70 | 0 | 102 | 21 | 157 | 75 | 67 |
| Binary | 1011101 | 11010011 | 1000111 | 111000 | 0 | 1000010 | 10001 | 1101111 | 111101 | 110111 |
Color Harmonies of #5DD347
Complementary color
Monochromatic Colors of #5DD347
Black with #5DD347
Text Example
Text Example
White with #5DD347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD347; }
p { color: rgb(93,211,71); }
H1.HeaderClassName
{
color: #5DD347;
}
.AnyTagClassName
{
color: #5DD347;
}
</style>
background-color css
<style>
a { background-color: #5DD347; }
a { background-color: rgb(93,211,71); }
div.DivClassName
{
background-color: #5DD347;
}
.BgClassName
{
background-color: #5DD347;
}
</style>
border-color css
<style>
span { border-color: #5DD347; }
span { border-color: rgb(93,211,71); }
td.TdClassName
{
border-color: #5DD347;
}
.TagClassName
{
border-color: #5DD347;
}
</style>