Shades of Apple #5BB03A
Tints of Apple #5BB03A
RGB
CMYK
RGB Variations
Color information
#5BB03A (or 0x5BB03A) is known color: Apple. HEX triplet: 5B, B0 and 3A. RGB value is (91,176,58). Sum of RGB (Red+Green+Blue) = 91+176+58=325 (43% of max value = 765). Red value is 91 (35.94% from 255 or 28% from 325); Green value is 176 (69.14% from 255 or 54.15% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 176 - color contains mainly: green. Hex color #5BB03A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BB03A is #A44FC5. Grayscale: #898989. Windows color (decimal): -10768326 or 3846235. OLE color: 3846235.
HSL color Cylindrical-coordinate representation of color #5BB03A: hue angle of 103.22º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5BB03A is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 176 | 58 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.31 |
| HSL | 103.22º | 0.5% | 0.46% | - |
| HSV(B) | 103.22º | 0.67% | 0.69% | - |
| XYZ | 20.6 | 33.58 | 9.4 | - |
| YUV | 137.13 | 83.34 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 176 | 58 | 0.48 | 0 | 0.67 | 0.31 | 103.22 | 0.5 | 0.46 |
| Hex | 5B | B0 | 3A | 30 | 0 | 43 | 1F | 67 | 32 | 2E |
| Octal | 133 | 260 | 72 | 60 | 0 | 103 | 37 | 147 | 62 | 56 |
| Binary | 1011011 | 10110000 | 111010 | 110000 | 0 | 1000011 | 11111 | 1100111 | 110010 | 101110 |
Color Harmonies of #5BB03A
Complementary color
Monochromatic Colors of #5BB03A
Black with #5BB03A
Text Example
Text Example
White with #5BB03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB03A; }
p { color: rgb(91,176,58); }
H1.HeaderClassName
{
color: #5BB03A;
}
.AnyTagClassName
{
color: #5BB03A;
}
</style>
background-color css
<style>
a { background-color: #5BB03A; }
a { background-color: rgb(91,176,58); }
div.DivClassName
{
background-color: #5BB03A;
}
.BgClassName
{
background-color: #5BB03A;
}
</style>
border-color css
<style>
span { border-color: #5BB03A; }
span { border-color: rgb(91,176,58); }
td.TdClassName
{
border-color: #5BB03A;
}
.TagClassName
{
border-color: #5BB03A;
}
</style>