Shades of Apple #5BB353
Tints of Apple #5BB353
RGB
CMYK
RGB Variations
Color information
#5BB353 (or 0x5BB353) is known color: Apple. HEX triplet: 5B, B3 and 53. RGB value is (91,179,83). Sum of RGB (Red+Green+Blue) = 91+179+83=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #5BB353 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BB353 is #A44CAC. Grayscale: #8E8E8E. Windows color (decimal): -10767533 or 5485403. OLE color: 5485403.
HSL color Cylindrical-coordinate representation of color #5BB353: hue angle of 115º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5BB353 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 91 | 179 | 83 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.30 |
| HSL | 115º | 0.39% | 0.51% | - |
| HSV(B) | 115º | 0.54% | 0.7% | - |
| XYZ | 22 | 35.09 | 13.8 | - |
| YUV | 141.74 | 94.85 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 179 | 83 | 0.49 | 0 | 0.54 | 0.30 | 115 | 0.39 | 0.51 |
| Hex | 5B | B3 | 53 | 31 | 0 | 36 | 1E | 73 | 27 | 33 |
| Octal | 133 | 263 | 123 | 61 | 0 | 66 | 36 | 163 | 47 | 63 |
| Binary | 1011011 | 10110011 | 1010011 | 110001 | 0 | 110110 | 11110 | 1110011 | 100111 | 110011 |
Color Harmonies of #5BB353
Complementary color
Monochromatic Colors of #5BB353
Black with #5BB353
Text Example
Text Example
White with #5BB353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB353; }
p { color: rgb(91,179,83); }
H1.HeaderClassName
{
color: #5BB353;
}
.AnyTagClassName
{
color: #5BB353;
}
</style>
background-color css
<style>
a { background-color: #5BB353; }
a { background-color: rgb(91,179,83); }
div.DivClassName
{
background-color: #5BB353;
}
.BgClassName
{
background-color: #5BB353;
}
</style>
border-color css
<style>
span { border-color: #5BB353; }
span { border-color: rgb(91,179,83); }
td.TdClassName
{
border-color: #5BB353;
}
.TagClassName
{
border-color: #5BB353;
}
</style>