Shades of Apple #5DD547
Tints of Apple #5DD547
RGB
CMYK
RGB Variations
Color information
#5DD547 (or 0x5DD547) is known color: Apple. HEX triplet: 5D, D5 and 47. RGB value is (93,213,71). Sum of RGB (Red+Green+Blue) = 93+213+71=377 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.67% from 377); Green value is 213 (83.59% from 255 or 56.50% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 213 - color contains mainly: green. Hex color #5DD547 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD547 is #A22AB8. Grayscale: #A1A1A1. Windows color (decimal): -10627769 or 4707677. OLE color: 4707677.
HSL color Cylindrical-coordinate representation of color #5DD547: hue angle of 110.7º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5DD547 is Cyan = 0.56, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 213 | 71 | - |
| CMYK | 0.56 | 0 | 0.67 | 0.16 |
| HSL | 110.7º | 0.63% | 0.56% | - |
| HSV(B) | 110.7º | 0.67% | 0.84% | - |
| XYZ | 29.45 | 50.37 | 14.13 | - |
| YUV | 160.93 | 77.24 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 213 | 71 | 0.56 | 0 | 0.67 | 0.16 | 110.7 | 0.63 | 0.56 |
| Hex | 5D | D5 | 47 | 38 | 0 | 43 | 10 | 6F | 3F | 38 |
| Octal | 135 | 325 | 107 | 70 | 0 | 103 | 20 | 157 | 77 | 70 |
| Binary | 1011101 | 11010101 | 1000111 | 111000 | 0 | 1000011 | 10000 | 1101111 | 111111 | 111000 |
Color Harmonies of #5DD547
Complementary color
Monochromatic Colors of #5DD547
Black with #5DD547
Text Example
Text Example
White with #5DD547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD547; }
p { color: rgb(93,213,71); }
H1.HeaderClassName
{
color: #5DD547;
}
.AnyTagClassName
{
color: #5DD547;
}
</style>
background-color css
<style>
a { background-color: #5DD547; }
a { background-color: rgb(93,213,71); }
div.DivClassName
{
background-color: #5DD547;
}
.BgClassName
{
background-color: #5DD547;
}
</style>
border-color css
<style>
span { border-color: #5DD547; }
span { border-color: rgb(93,213,71); }
td.TdClassName
{
border-color: #5DD547;
}
.TagClassName
{
border-color: #5DD547;
}
</style>