Shades of Apple #5D9A46
Tints of Apple #5D9A46
RGB
CMYK
RGB Variations
Color information
#5D9A46 (or 0x5D9A46) is known color: Apple. HEX triplet: 5D, 9A and 46. RGB value is (93,154,70). Sum of RGB (Red+Green+Blue) = 93+154+70=317 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.34% from 317); Green value is 154 (60.55% from 255 or 48.58% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 154 - color contains mainly: green. Hex color #5D9A46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D9A46 is #A265B9. Grayscale: #7E7E7E. Windows color (decimal): -10642874 or 4627037. OLE color: 4627037.
HSL color Cylindrical-coordinate representation of color #5D9A46: hue angle of 103.57º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D9A46 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 154 | 70 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.40 |
| HSL | 103.57º | 0.38% | 0.44% | - |
| HSV(B) | 103.57º | 0.55% | 0.6% | - |
| XYZ | 17.18 | 25.88 | 9.88 | - |
| YUV | 126.19 | 96.29 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 154 | 70 | 0.40 | 0 | 0.55 | 0.40 | 103.57 | 0.38 | 0.44 |
| Hex | 5D | 9A | 46 | 28 | 0 | 37 | 28 | 68 | 26 | 2C |
| Octal | 135 | 232 | 106 | 50 | 0 | 67 | 50 | 150 | 46 | 54 |
| Binary | 1011101 | 10011010 | 1000110 | 101000 | 0 | 110111 | 101000 | 1101000 | 100110 | 101100 |
Color Harmonies of #5D9A46
Complementary color
Monochromatic Colors of #5D9A46
Black with #5D9A46
Text Example
Text Example
White with #5D9A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9A46; }
p { color: rgb(93,154,70); }
H1.HeaderClassName
{
color: #5D9A46;
}
.AnyTagClassName
{
color: #5D9A46;
}
</style>
background-color css
<style>
a { background-color: #5D9A46; }
a { background-color: rgb(93,154,70); }
div.DivClassName
{
background-color: #5D9A46;
}
.BgClassName
{
background-color: #5D9A46;
}
</style>
border-color css
<style>
span { border-color: #5D9A46; }
span { border-color: rgb(93,154,70); }
td.TdClassName
{
border-color: #5D9A46;
}
.TagClassName
{
border-color: #5D9A46;
}
</style>