Shades of Apple #5DDB46
Tints of Apple #5DDB46
RGB
CMYK
RGB Variations
Color information
#5DDB46 (or 0x5DDB46) is known color: Apple. HEX triplet: 5D, DB and 46. RGB value is (93,219,70). Sum of RGB (Red+Green+Blue) = 93+219+70=382 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.35% from 382); Green value is 219 (85.94% from 255 or 57.33% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDB46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDB46 is #A224B9. Grayscale: #A4A4A4. Windows color (decimal): -10626234 or 4643677. OLE color: 4643677.
HSL color Cylindrical-coordinate representation of color #5DDB46: hue angle of 110.74º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5DDB46 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 219 | 70 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.14 |
| HSL | 110.74º | 0.67% | 0.57% | - |
| HSV(B) | 110.74º | 0.68% | 0.86% | - |
| XYZ | 30.95 | 53.43 | 14.48 | - |
| YUV | 164.34 | 74.76 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 219 | 70 | 0.58 | 0 | 0.68 | 0.14 | 110.74 | 0.67 | 0.57 |
| Hex | 5D | DB | 46 | 3A | 0 | 44 | E | 6F | 43 | 39 |
| Octal | 135 | 333 | 106 | 72 | 0 | 104 | 16 | 157 | 103 | 71 |
| Binary | 1011101 | 11011011 | 1000110 | 111010 | 0 | 1000100 | 1110 | 1101111 | 1000011 | 111001 |
Color Harmonies of #5DDB46
Complementary color
Monochromatic Colors of #5DDB46
Black with #5DDB46
Text Example
Text Example
White with #5DDB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDB46; }
p { color: rgb(93,219,70); }
H1.HeaderClassName
{
color: #5DDB46;
}
.AnyTagClassName
{
color: #5DDB46;
}
</style>
background-color css
<style>
a { background-color: #5DDB46; }
a { background-color: rgb(93,219,70); }
div.DivClassName
{
background-color: #5DDB46;
}
.BgClassName
{
background-color: #5DDB46;
}
</style>
border-color css
<style>
span { border-color: #5DDB46; }
span { border-color: rgb(93,219,70); }
td.TdClassName
{
border-color: #5DDB46;
}
.TagClassName
{
border-color: #5DDB46;
}
</style>