Shades of Apple #5DAD36
Tints of Apple #5DAD36
RGB
CMYK
RGB Variations
Color information
#5DAD36 (or 0x5DAD36) is known color: Apple. HEX triplet: 5D, AD and 36. RGB value is (93,173,54). Sum of RGB (Red+Green+Blue) = 93+173+54=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 173 (67.97% from 255 or 54.06% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAD36 is #A252C9. Grayscale: #878787. Windows color (decimal): -10638026 or 3583325. OLE color: 3583325.
HSL color Cylindrical-coordinate representation of color #5DAD36: hue angle of 100.34º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5DAD36 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 173 | 54 | - |
| CMYK | 0.46 | 0 | 0.69 | 0.32 |
| HSL | 100.34º | 0.52% | 0.45% | - |
| HSV(B) | 100.34º | 0.69% | 0.68% | - |
| XYZ | 20.12 | 32.48 | 8.7 | - |
| YUV | 135.51 | 82 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 54 | 0.46 | 0 | 0.69 | 0.32 | 100.34 | 0.52 | 0.45 |
| Hex | 5D | AD | 36 | 2E | 0 | 45 | 20 | 64 | 34 | 2D |
| Octal | 135 | 255 | 66 | 56 | 0 | 105 | 40 | 144 | 64 | 55 |
| Binary | 1011101 | 10101101 | 110110 | 101110 | 0 | 1000101 | 100000 | 1100100 | 110100 | 101101 |
Color Harmonies of #5DAD36
Complementary color
Monochromatic Colors of #5DAD36
Black with #5DAD36
Text Example
Text Example
White with #5DAD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAD36; }
p { color: rgb(93,173,54); }
H1.HeaderClassName
{
color: #5DAD36;
}
.AnyTagClassName
{
color: #5DAD36;
}
</style>
background-color css
<style>
a { background-color: #5DAD36; }
a { background-color: rgb(93,173,54); }
div.DivClassName
{
background-color: #5DAD36;
}
.BgClassName
{
background-color: #5DAD36;
}
</style>
border-color css
<style>
span { border-color: #5DAD36; }
span { border-color: rgb(93,173,54); }
td.TdClassName
{
border-color: #5DAD36;
}
.TagClassName
{
border-color: #5DAD36;
}
</style>