Shades of Apple #5BAD33
Tints of Apple #5BAD33
RGB
CMYK
RGB Variations
Color information
#5BAD33 (or 0x5BAD33) is known color: Apple. HEX triplet: 5B, AD and 33. RGB value is (91,173,51). Sum of RGB (Red+Green+Blue) = 91+173+51=315 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.89% from 315); Green value is 173 (67.97% from 255 or 54.92% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 173 - color contains mainly: green. Hex color #5BAD33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAD33 is #A452CC. Grayscale: #868686. Windows color (decimal): -10769101 or 3386715. OLE color: 3386715.
HSL color Cylindrical-coordinate representation of color #5BAD33: hue angle of 100.33º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5BAD33 is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 173 | 51 | - |
| CMYK | 0.47 | 0 | 0.71 | 0.32 |
| HSL | 100.33º | 0.54% | 0.44% | - |
| HSV(B) | 100.33º | 0.71% | 0.68% | - |
| XYZ | 19.86 | 32.35 | 8.33 | - |
| YUV | 134.57 | 80.83 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 173 | 51 | 0.47 | 0 | 0.71 | 0.32 | 100.33 | 0.54 | 0.44 |
| Hex | 5B | AD | 33 | 2F | 0 | 47 | 20 | 64 | 36 | 2C |
| Octal | 133 | 255 | 63 | 57 | 0 | 107 | 40 | 144 | 66 | 54 |
| Binary | 1011011 | 10101101 | 110011 | 101111 | 0 | 1000111 | 100000 | 1100100 | 110110 | 101100 |
Color Harmonies of #5BAD33
Complementary color
Monochromatic Colors of #5BAD33
Black with #5BAD33
Text Example
Text Example
White with #5BAD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAD33; }
p { color: rgb(91,173,51); }
H1.HeaderClassName
{
color: #5BAD33;
}
.AnyTagClassName
{
color: #5BAD33;
}
</style>
background-color css
<style>
a { background-color: #5BAD33; }
a { background-color: rgb(91,173,51); }
div.DivClassName
{
background-color: #5BAD33;
}
.BgClassName
{
background-color: #5BAD33;
}
</style>
border-color css
<style>
span { border-color: #5BAD33; }
span { border-color: rgb(91,173,51); }
td.TdClassName
{
border-color: #5BAD33;
}
.TagClassName
{
border-color: #5BAD33;
}
</style>