Shades of Apple #5DAC46
Tints of Apple #5DAC46
RGB
CMYK
RGB Variations
Color information
#5DAC46 (or 0x5DAC46) is known color: Apple. HEX triplet: 5D, AC and 46. RGB value is (93,172,70). Sum of RGB (Red+Green+Blue) = 93+172+70=335 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.76% from 335); Green value is 172 (67.58% from 255 or 51.34% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAC46 is #A253B9. Grayscale: #898989. Windows color (decimal): -10638266 or 4631645. OLE color: 4631645.
HSL color Cylindrical-coordinate representation of color #5DAC46: hue angle of 106.47º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DAC46 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 172 | 70 | - |
| CMYK | 0.46 | 0 | 0.59 | 0.33 |
| HSL | 106.47º | 0.42% | 0.47% | - |
| HSV(B) | 106.47º | 0.59% | 0.67% | - |
| XYZ | 20.37 | 32.27 | 10.95 | - |
| YUV | 136.75 | 90.33 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 70 | 0.46 | 0 | 0.59 | 0.33 | 106.47 | 0.42 | 0.47 |
| Hex | 5D | AC | 46 | 2E | 0 | 3B | 21 | 6A | 2A | 2F |
| Octal | 135 | 254 | 106 | 56 | 0 | 73 | 41 | 152 | 52 | 57 |
| Binary | 1011101 | 10101100 | 1000110 | 101110 | 0 | 111011 | 100001 | 1101010 | 101010 | 101111 |
Color Harmonies of #5DAC46
Complementary color
Monochromatic Colors of #5DAC46
Black with #5DAC46
Text Example
Text Example
White with #5DAC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAC46; }
p { color: rgb(93,172,70); }
H1.HeaderClassName
{
color: #5DAC46;
}
.AnyTagClassName
{
color: #5DAC46;
}
</style>
background-color css
<style>
a { background-color: #5DAC46; }
a { background-color: rgb(93,172,70); }
div.DivClassName
{
background-color: #5DAC46;
}
.BgClassName
{
background-color: #5DAC46;
}
</style>
border-color css
<style>
span { border-color: #5DAC46; }
span { border-color: rgb(93,172,70); }
td.TdClassName
{
border-color: #5DAC46;
}
.TagClassName
{
border-color: #5DAC46;
}
</style>