Shades of Apple #5D9C46
Tints of Apple #5D9C46
RGB
CMYK
RGB Variations
Color information
#5D9C46 (or 0x5D9C46) is known color: Apple. HEX triplet: 5D, 9C and 46. RGB value is (93,156,70). Sum of RGB (Red+Green+Blue) = 93+156+70=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 156 - color contains mainly: green. Hex color #5D9C46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D9C46 is #A263B9. Grayscale: #7F7F7F. Windows color (decimal): -10642362 or 4627549. OLE color: 4627549.
HSL color Cylindrical-coordinate representation of color #5D9C46: hue angle of 103.95º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D9C46 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 156 | 70 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.39 |
| HSL | 103.95º | 0.38% | 0.44% | - |
| HSV(B) | 103.95º | 0.55% | 0.61% | - |
| XYZ | 17.51 | 26.55 | 10 | - |
| YUV | 127.36 | 95.63 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 156 | 70 | 0.40 | 0 | 0.55 | 0.39 | 103.95 | 0.38 | 0.44 |
| Hex | 5D | 9C | 46 | 28 | 0 | 37 | 27 | 68 | 26 | 2C |
| Octal | 135 | 234 | 106 | 50 | 0 | 67 | 47 | 150 | 46 | 54 |
| Binary | 1011101 | 10011100 | 1000110 | 101000 | 0 | 110111 | 100111 | 1101000 | 100110 | 101100 |
Color Harmonies of #5D9C46
Complementary color
Monochromatic Colors of #5D9C46
Black with #5D9C46
Text Example
Text Example
White with #5D9C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9C46; }
p { color: rgb(93,156,70); }
H1.HeaderClassName
{
color: #5D9C46;
}
.AnyTagClassName
{
color: #5D9C46;
}
</style>
background-color css
<style>
a { background-color: #5D9C46; }
a { background-color: rgb(93,156,70); }
div.DivClassName
{
background-color: #5D9C46;
}
.BgClassName
{
background-color: #5D9C46;
}
</style>
border-color css
<style>
span { border-color: #5D9C46; }
span { border-color: rgb(93,156,70); }
td.TdClassName
{
border-color: #5D9C46;
}
.TagClassName
{
border-color: #5D9C46;
}
</style>