Shades of Apple #5DDD36
Tints of Apple #5DDD36
RGB
CMYK
RGB Variations
Color information
#5DDD36 (or 0x5DDD36) is known color: Apple. HEX triplet: 5D, DD and 36. RGB value is (93,221,54). Sum of RGB (Red+Green+Blue) = 93+221+54=368 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.27% from 368); Green value is 221 (86.72% from 255 or 60.05% from 368); Blue value is 54 (21.48% from 255 or 14.67% from 368); Max value from RGB is 221 - color contains mainly: green. Hex color #5DDD36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDD36 is #A222C9. Grayscale: #A4A4A4. Windows color (decimal): -10625738 or 3595613. OLE color: 3595613.
HSL color Cylindrical-coordinate representation of color #5DDD36: hue angle of 105.99º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5DDD36 is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 221 | 54 | - |
| CMYK | 0.58 | 0 | 0.76 | 0.13 |
| HSL | 105.99º | 0.71% | 0.54% | - |
| HSV(B) | 105.99º | 0.76% | 0.87% | - |
| XYZ | 31.04 | 54.31 | 12.34 | - |
| YUV | 163.69 | 66.09 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 221 | 54 | 0.58 | 0 | 0.76 | 0.13 | 105.99 | 0.71 | 0.54 |
| Hex | 5D | DD | 36 | 3A | 0 | 4C | D | 6A | 47 | 36 |
| Octal | 135 | 335 | 66 | 72 | 0 | 114 | 15 | 152 | 107 | 66 |
| Binary | 1011101 | 11011101 | 110110 | 111010 | 0 | 1001100 | 1101 | 1101010 | 1000111 | 110110 |
Color Harmonies of #5DDD36
Complementary color
Monochromatic Colors of #5DDD36
Black with #5DDD36
Text Example
Text Example
White with #5DDD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDD36; }
p { color: rgb(93,221,54); }
H1.HeaderClassName
{
color: #5DDD36;
}
.AnyTagClassName
{
color: #5DDD36;
}
</style>
background-color css
<style>
a { background-color: #5DDD36; }
a { background-color: rgb(93,221,54); }
div.DivClassName
{
background-color: #5DDD36;
}
.BgClassName
{
background-color: #5DDD36;
}
</style>
border-color css
<style>
span { border-color: #5DDD36; }
span { border-color: rgb(93,221,54); }
td.TdClassName
{
border-color: #5DDD36;
}
.TagClassName
{
border-color: #5DDD36;
}
</style>