Shades of Apple #5DAD34
Tints of Apple #5DAD34
RGB
CMYK
RGB Variations
Color information
#5DAD34 (or 0x5DAD34) is known color: Apple. HEX triplet: 5D, AD and 34. RGB value is (93,173,52). Sum of RGB (Red+Green+Blue) = 93+173+52=318 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.25% from 318); Green value is 173 (67.97% from 255 or 54.40% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAD34 is #A252CB. Grayscale: #878787. Windows color (decimal): -10638028 or 3452253. OLE color: 3452253.
HSL color Cylindrical-coordinate representation of color #5DAD34: hue angle of 99.67º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5DAD34 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 173 | 52 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.32 |
| HSL | 99.67º | 0.54% | 0.44% | - |
| HSV(B) | 99.67º | 0.7% | 0.68% | - |
| XYZ | 20.08 | 32.46 | 8.46 | - |
| YUV | 135.29 | 81 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 52 | 0.46 | 0 | 0.70 | 0.32 | 99.67 | 0.54 | 0.44 |
| Hex | 5D | AD | 34 | 2E | 0 | 46 | 20 | 64 | 36 | 2C |
| Octal | 135 | 255 | 64 | 56 | 0 | 106 | 40 | 144 | 66 | 54 |
| Binary | 1011101 | 10101101 | 110100 | 101110 | 0 | 1000110 | 100000 | 1100100 | 110110 | 101100 |
Color Harmonies of #5DAD34
Complementary color
Monochromatic Colors of #5DAD34
Black with #5DAD34
Text Example
Text Example
White with #5DAD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAD34; }
p { color: rgb(93,173,52); }
H1.HeaderClassName
{
color: #5DAD34;
}
.AnyTagClassName
{
color: #5DAD34;
}
</style>
background-color css
<style>
a { background-color: #5DAD34; }
a { background-color: rgb(93,173,52); }
div.DivClassName
{
background-color: #5DAD34;
}
.BgClassName
{
background-color: #5DAD34;
}
</style>
border-color css
<style>
span { border-color: #5DAD34; }
span { border-color: rgb(93,173,52); }
td.TdClassName
{
border-color: #5DAD34;
}
.TagClassName
{
border-color: #5DAD34;
}
</style>