Shades of Apple #5BAC35
Tints of Apple #5BAC35
RGB
CMYK
RGB Variations
Color information
#5BAC35 (or 0x5BAC35) is known color: Apple. HEX triplet: 5B, AC and 35. RGB value is (91,172,53). Sum of RGB (Red+Green+Blue) = 91+172+53=316 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.80% from 316); Green value is 172 (67.58% from 255 or 54.43% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 172 - color contains mainly: green. Hex color #5BAC35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAC35 is #A453CA. Grayscale: #868686. Windows color (decimal): -10769355 or 3517531. OLE color: 3517531.
HSL color Cylindrical-coordinate representation of color #5BAC35: hue angle of 100.84º 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 #5BAC35 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 172 | 53 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.33 |
| HSL | 100.84º | 0.53% | 0.44% | - |
| HSV(B) | 100.84º | 0.69% | 0.67% | - |
| XYZ | 19.71 | 31.99 | 8.5 | - |
| YUV | 134.22 | 82.16 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 53 | 0.47 | 0 | 0.69 | 0.33 | 100.84 | 0.53 | 0.44 |
| Hex | 5B | AC | 35 | 2F | 0 | 45 | 21 | 65 | 35 | 2C |
| Octal | 133 | 254 | 65 | 57 | 0 | 105 | 41 | 145 | 65 | 54 |
| Binary | 1011011 | 10101100 | 110101 | 101111 | 0 | 1000101 | 100001 | 1100101 | 110101 | 101100 |
Color Harmonies of #5BAC35
Complementary color
Monochromatic Colors of #5BAC35
Black with #5BAC35
Text Example
Text Example
White with #5BAC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAC35; }
p { color: rgb(91,172,53); }
H1.HeaderClassName
{
color: #5BAC35;
}
.AnyTagClassName
{
color: #5BAC35;
}
</style>
background-color css
<style>
a { background-color: #5BAC35; }
a { background-color: rgb(91,172,53); }
div.DivClassName
{
background-color: #5BAC35;
}
.BgClassName
{
background-color: #5BAC35;
}
</style>
border-color css
<style>
span { border-color: #5BAC35; }
span { border-color: rgb(91,172,53); }
td.TdClassName
{
border-color: #5BAC35;
}
.TagClassName
{
border-color: #5BAC35;
}
</style>