Shades of Apple #5DB747
Tints of Apple #5DB747
RGB
CMYK
RGB Variations
Color information
#5DB747 (or 0x5DB747) is known color: Apple. HEX triplet: 5D, B7 and 47. RGB value is (93,183,71). Sum of RGB (Red+Green+Blue) = 93+183+71=347 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.80% from 347); Green value is 183 (71.88% from 255 or 52.74% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 183 - color contains mainly: green. Hex color #5DB747 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB747 is #A248B8. Grayscale: #8F8F8F. Windows color (decimal): -10635449 or 4699997. OLE color: 4699997.
HSL color Cylindrical-coordinate representation of color #5DB747: hue angle of 108.21º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DB747 is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 93 | 183 | 71 | - |
| CMYK | 0.49 | 0 | 0.61 | 0.28 |
| HSL | 108.21º | 0.44% | 0.5% | - |
| HSV(B) | 108.21º | 0.61% | 0.72% | - |
| XYZ | 22.59 | 36.65 | 11.84 | - |
| YUV | 143.32 | 87.18 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 183 | 71 | 0.49 | 0 | 0.61 | 0.28 | 108.21 | 0.44 | 0.5 |
| Hex | 5D | B7 | 47 | 31 | 0 | 3D | 1C | 6C | 2C | 32 |
| Octal | 135 | 267 | 107 | 61 | 0 | 75 | 34 | 154 | 54 | 62 |
| Binary | 1011101 | 10110111 | 1000111 | 110001 | 0 | 111101 | 11100 | 1101100 | 101100 | 110010 |
Color Harmonies of #5DB747
Complementary color
Monochromatic Colors of #5DB747
Black with #5DB747
Text Example
Text Example
White with #5DB747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB747; }
p { color: rgb(93,183,71); }
H1.HeaderClassName
{
color: #5DB747;
}
.AnyTagClassName
{
color: #5DB747;
}
</style>
background-color css
<style>
a { background-color: #5DB747; }
a { background-color: rgb(93,183,71); }
div.DivClassName
{
background-color: #5DB747;
}
.BgClassName
{
background-color: #5DB747;
}
</style>
border-color css
<style>
span { border-color: #5DB747; }
span { border-color: rgb(93,183,71); }
td.TdClassName
{
border-color: #5DB747;
}
.TagClassName
{
border-color: #5DB747;
}
</style>