Shades of Apple #5BB352
Tints of Apple #5BB352
RGB
CMYK
RGB Variations
Color information
#5BB352 (or 0x5BB352) is known color: Apple. HEX triplet: 5B, B3 and 52. RGB value is (91,179,82). Sum of RGB (Red+Green+Blue) = 91+179+82=352 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.85% from 352); Green value is 179 (70.31% from 255 or 50.85% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 179 - color contains mainly: green. Hex color #5BB352 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BB352 is #A44CAD. Grayscale: #8D8D8D. Windows color (decimal): -10767534 or 5419867. OLE color: 5419867.
HSL color Cylindrical-coordinate representation of color #5BB352: hue angle of 114.43º 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 #5BB352 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 91 | 179 | 82 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.30 |
| HSL | 114.43º | 0.39% | 0.51% | - |
| HSV(B) | 114.43º | 0.54% | 0.7% | - |
| XYZ | 21.96 | 35.07 | 13.6 | - |
| YUV | 141.63 | 94.35 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 179 | 82 | 0.49 | 0 | 0.54 | 0.30 | 114.43 | 0.39 | 0.51 |
| Hex | 5B | B3 | 52 | 31 | 0 | 36 | 1E | 72 | 27 | 33 |
| Octal | 133 | 263 | 122 | 61 | 0 | 66 | 36 | 162 | 47 | 63 |
| Binary | 1011011 | 10110011 | 1010010 | 110001 | 0 | 110110 | 11110 | 1110010 | 100111 | 110011 |
Color Harmonies of #5BB352
Complementary color
Monochromatic Colors of #5BB352
Black with #5BB352
Text Example
Text Example
White with #5BB352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB352; }
p { color: rgb(91,179,82); }
H1.HeaderClassName
{
color: #5BB352;
}
.AnyTagClassName
{
color: #5BB352;
}
</style>
background-color css
<style>
a { background-color: #5BB352; }
a { background-color: rgb(91,179,82); }
div.DivClassName
{
background-color: #5BB352;
}
.BgClassName
{
background-color: #5BB352;
}
</style>
border-color css
<style>
span { border-color: #5BB352; }
span { border-color: rgb(91,179,82); }
td.TdClassName
{
border-color: #5BB352;
}
.TagClassName
{
border-color: #5BB352;
}
</style>