Shades of Apple #5BA03B
Tints of Apple #5BA03B
RGB
CMYK
RGB Variations
Color information
#5BA03B (or 0x5BA03B) is known color: Apple. HEX triplet: 5B, A0 and 3B. RGB value is (91,160,59). Sum of RGB (Red+Green+Blue) = 91+160+59=310 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.35% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #5BA03B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA03B is #A45FC4. Grayscale: #808080. Windows color (decimal): -10772421 or 3907675. OLE color: 3907675.
HSL color Cylindrical-coordinate representation of color #5BA03B: hue angle of 100.99º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BA03B is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 91 | 160 | 59 | - |
| CMYK | 0.43 | 0 | 0.63 | 0.37 |
| HSL | 100.99º | 0.46% | 0.43% | - |
| HSV(B) | 100.99º | 0.63% | 0.63% | - |
| XYZ | 17.67 | 27.68 | 8.55 | - |
| YUV | 127.86 | 89.14 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 160 | 59 | 0.43 | 0 | 0.63 | 0.37 | 100.99 | 0.46 | 0.43 |
| Hex | 5B | A0 | 3B | 2B | 0 | 3F | 25 | 65 | 2E | 2B |
| Octal | 133 | 240 | 73 | 53 | 0 | 77 | 45 | 145 | 56 | 53 |
| Binary | 1011011 | 10100000 | 111011 | 101011 | 0 | 111111 | 100101 | 1100101 | 101110 | 101011 |
Color Harmonies of #5BA03B
Complementary color
Monochromatic Colors of #5BA03B
Black with #5BA03B
Text Example
Text Example
White with #5BA03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA03B; }
p { color: rgb(91,160,59); }
H1.HeaderClassName
{
color: #5BA03B;
}
.AnyTagClassName
{
color: #5BA03B;
}
</style>
background-color css
<style>
a { background-color: #5BA03B; }
a { background-color: rgb(91,160,59); }
div.DivClassName
{
background-color: #5BA03B;
}
.BgClassName
{
background-color: #5BA03B;
}
</style>
border-color css
<style>
span { border-color: #5BA03B; }
span { border-color: rgb(91,160,59); }
td.TdClassName
{
border-color: #5BA03B;
}
.TagClassName
{
border-color: #5BA03B;
}
</style>