Shades of Apple #5DDB4A
Tints of Apple #5DDB4A
RGB
CMYK
RGB Variations
Color information
#5DDB4A (or 0x5DDB4A) is known color: Apple. HEX triplet: 5D, DB and 4A. RGB value is (93,219,74). Sum of RGB (Red+Green+Blue) = 93+219+74=386 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.09% from 386); Green value is 219 (85.94% from 255 or 56.74% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDB4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDB4A is #A224B5. Grayscale: #A5A5A5. Windows color (decimal): -10626230 or 4905821. OLE color: 4905821.
HSL color Cylindrical-coordinate representation of color #5DDB4A: hue angle of 112.14º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5DDB4A is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 219 | 74 | - |
| CMYK | 0.58 | 0 | 0.66 | 0.14 |
| HSL | 112.14º | 0.67% | 0.57% | - |
| HSV(B) | 112.14º | 0.66% | 0.86% | - |
| XYZ | 31.08 | 53.48 | 15.16 | - |
| YUV | 164.8 | 76.76 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 219 | 74 | 0.58 | 0 | 0.66 | 0.14 | 112.14 | 0.67 | 0.57 |
| Hex | 5D | DB | 4A | 3A | 0 | 42 | E | 70 | 43 | 39 |
| Octal | 135 | 333 | 112 | 72 | 0 | 102 | 16 | 160 | 103 | 71 |
| Binary | 1011101 | 11011011 | 1001010 | 111010 | 0 | 1000010 | 1110 | 1110000 | 1000011 | 111001 |
Color Harmonies of #5DDB4A
Complementary color
Monochromatic Colors of #5DDB4A
Black with #5DDB4A
Text Example
Text Example
White with #5DDB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDB4A; }
p { color: rgb(93,219,74); }
H1.HeaderClassName
{
color: #5DDB4A;
}
.AnyTagClassName
{
color: #5DDB4A;
}
</style>
background-color css
<style>
a { background-color: #5DDB4A; }
a { background-color: rgb(93,219,74); }
div.DivClassName
{
background-color: #5DDB4A;
}
.BgClassName
{
background-color: #5DDB4A;
}
</style>
border-color css
<style>
span { border-color: #5DDB4A; }
span { border-color: rgb(93,219,74); }
td.TdClassName
{
border-color: #5DDB4A;
}
.TagClassName
{
border-color: #5DDB4A;
}
</style>