Shades of Apple #5BB552
Tints of Apple #5BB552
RGB
CMYK
RGB Variations
Color information
#5BB552 (or 0x5BB552) is known color: Apple. HEX triplet: 5B, B5 and 52. RGB value is (91,181,82). Sum of RGB (Red+Green+Blue) = 91+181+82=354 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.71% from 354); Green value is 181 (71.09% from 255 or 51.13% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 181 - color contains mainly: green. Hex color #5BB552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BB552 is #A44AAD. Grayscale: #8F8F8F. Windows color (decimal): -10767022 or 5420379. OLE color: 5420379.
HSL color Cylindrical-coordinate representation of color #5BB552: hue angle of 114.55º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BB552 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 91 | 181 | 82 | - |
| CMYK | 0.50 | 0 | 0.55 | 0.29 |
| HSL | 114.55º | 0.4% | 0.52% | - |
| HSV(B) | 114.55º | 0.55% | 0.71% | - |
| XYZ | 22.36 | 35.88 | 13.73 | - |
| YUV | 142.8 | 93.68 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 181 | 82 | 0.50 | 0 | 0.55 | 0.29 | 114.55 | 0.4 | 0.52 |
| Hex | 5B | B5 | 52 | 32 | 0 | 37 | 1D | 73 | 28 | 34 |
| Octal | 133 | 265 | 122 | 62 | 0 | 67 | 35 | 163 | 50 | 64 |
| Binary | 1011011 | 10110101 | 1010010 | 110010 | 0 | 110111 | 11101 | 1110011 | 101000 | 110100 |
Color Harmonies of #5BB552
Complementary color
Monochromatic Colors of #5BB552
Black with #5BB552
Text Example
Text Example
White with #5BB552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB552; }
p { color: rgb(91,181,82); }
H1.HeaderClassName
{
color: #5BB552;
}
.AnyTagClassName
{
color: #5BB552;
}
</style>
background-color css
<style>
a { background-color: #5BB552; }
a { background-color: rgb(91,181,82); }
div.DivClassName
{
background-color: #5BB552;
}
.BgClassName
{
background-color: #5BB552;
}
</style>
border-color css
<style>
span { border-color: #5BB552; }
span { border-color: rgb(91,181,82); }
td.TdClassName
{
border-color: #5BB552;
}
.TagClassName
{
border-color: #5BB552;
}
</style>