Shades of Apple #5BAB34
Tints of Apple #5BAB34
RGB
CMYK
RGB Variations
Color information
#5BAB34 (or 0x5BAB34) is known color: Apple. HEX triplet: 5B, AB and 34. RGB value is (91,171,52). Sum of RGB (Red+Green+Blue) = 91+171+52=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 171 (67.19% from 255 or 54.46% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAB34 is #A454CB. Grayscale: #858585. Windows color (decimal): -10769612 or 3451739. OLE color: 3451739.
HSL color Cylindrical-coordinate representation of color #5BAB34: hue angle of 100.34º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5BAB34 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 171 | 52 | - |
| CMYK | 0.47 | 0 | 0.70 | 0.33 |
| HSL | 100.34º | 0.53% | 0.44% | - |
| HSV(B) | 100.34º | 0.7% | 0.67% | - |
| XYZ | 19.5 | 31.6 | 8.32 | - |
| YUV | 133.51 | 82 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 171 | 52 | 0.47 | 0 | 0.70 | 0.33 | 100.34 | 0.53 | 0.44 |
| Hex | 5B | AB | 34 | 2F | 0 | 46 | 21 | 64 | 35 | 2C |
| Octal | 133 | 253 | 64 | 57 | 0 | 106 | 41 | 144 | 65 | 54 |
| Binary | 1011011 | 10101011 | 110100 | 101111 | 0 | 1000110 | 100001 | 1100100 | 110101 | 101100 |
Color Harmonies of #5BAB34
Complementary color
Monochromatic Colors of #5BAB34
Black with #5BAB34
Text Example
Text Example
White with #5BAB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAB34; }
p { color: rgb(91,171,52); }
H1.HeaderClassName
{
color: #5BAB34;
}
.AnyTagClassName
{
color: #5BAB34;
}
</style>
background-color css
<style>
a { background-color: #5BAB34; }
a { background-color: rgb(91,171,52); }
div.DivClassName
{
background-color: #5BAB34;
}
.BgClassName
{
background-color: #5BAB34;
}
</style>
border-color css
<style>
span { border-color: #5BAB34; }
span { border-color: rgb(91,171,52); }
td.TdClassName
{
border-color: #5BAB34;
}
.TagClassName
{
border-color: #5BAB34;
}
</style>