Shades of Apple #5DAC35
Tints of Apple #5DAC35
RGB
CMYK
RGB Variations
Color information
#5DAC35 (or 0x5DAC35) is known color: Apple. HEX triplet: 5D, AC and 35. RGB value is (93,172,53). Sum of RGB (Red+Green+Blue) = 93+172+53=318 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.25% from 318); Green value is 172 (67.58% from 255 or 54.09% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAC35 is #A253CA. Grayscale: #878787. Windows color (decimal): -10638283 or 3517533. OLE color: 3517533.
HSL color Cylindrical-coordinate representation of color #5DAC35: hue angle of 99.83º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5DAC35 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 172 | 53 | - |
| CMYK | 0.46 | 0 | 0.69 | 0.33 |
| HSL | 99.83º | 0.53% | 0.44% | - |
| HSV(B) | 99.83º | 0.69% | 0.67% | - |
| XYZ | 19.91 | 32.09 | 8.51 | - |
| YUV | 134.81 | 81.83 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 53 | 0.46 | 0 | 0.69 | 0.33 | 99.83 | 0.53 | 0.44 |
| Hex | 5D | AC | 35 | 2E | 0 | 45 | 21 | 64 | 35 | 2C |
| Octal | 135 | 254 | 65 | 56 | 0 | 105 | 41 | 144 | 65 | 54 |
| Binary | 1011101 | 10101100 | 110101 | 101110 | 0 | 1000101 | 100001 | 1100100 | 110101 | 101100 |
Color Harmonies of #5DAC35
Complementary color
Monochromatic Colors of #5DAC35
Black with #5DAC35
Text Example
Text Example
White with #5DAC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAC35; }
p { color: rgb(93,172,53); }
H1.HeaderClassName
{
color: #5DAC35;
}
.AnyTagClassName
{
color: #5DAC35;
}
</style>
background-color css
<style>
a { background-color: #5DAC35; }
a { background-color: rgb(93,172,53); }
div.DivClassName
{
background-color: #5DAC35;
}
.BgClassName
{
background-color: #5DAC35;
}
</style>
border-color css
<style>
span { border-color: #5DAC35; }
span { border-color: rgb(93,172,53); }
td.TdClassName
{
border-color: #5DAC35;
}
.TagClassName
{
border-color: #5DAC35;
}
</style>