Shades of Apple #5BBC52
Tints of Apple #5BBC52
RGB
CMYK
RGB Variations
Color information
#5BBC52 (or 0x5BBC52) is known color: Apple. HEX triplet: 5B, BC and 52. RGB value is (91,188,82). Sum of RGB (Red+Green+Blue) = 91+188+82=361 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.21% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBC52 is #A443AD. Grayscale: #939393. Windows color (decimal): -10765230 or 5422171. OLE color: 5422171.
HSL color Cylindrical-coordinate representation of color #5BBC52: hue angle of 114.91º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BBC52 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 82 | - |
| CMYK | 0.52 | 0 | 0.56 | 0.26 |
| HSL | 114.91º | 0.44% | 0.53% | - |
| HSV(B) | 114.91º | 0.56% | 0.74% | - |
| XYZ | 23.82 | 38.8 | 14.22 | - |
| YUV | 146.91 | 91.36 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 82 | 0.52 | 0 | 0.56 | 0.26 | 114.91 | 0.44 | 0.53 |
| Hex | 5B | BC | 52 | 34 | 0 | 38 | 1A | 73 | 2C | 35 |
| Octal | 133 | 274 | 122 | 64 | 0 | 70 | 32 | 163 | 54 | 65 |
| Binary | 1011011 | 10111100 | 1010010 | 110100 | 0 | 111000 | 11010 | 1110011 | 101100 | 110101 |
Color Harmonies of #5BBC52
Complementary color
Monochromatic Colors of #5BBC52
Black with #5BBC52
Text Example
Text Example
White with #5BBC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC52; }
p { color: rgb(91,188,82); }
H1.HeaderClassName
{
color: #5BBC52;
}
.AnyTagClassName
{
color: #5BBC52;
}
</style>
background-color css
<style>
a { background-color: #5BBC52; }
a { background-color: rgb(91,188,82); }
div.DivClassName
{
background-color: #5BBC52;
}
.BgClassName
{
background-color: #5BBC52;
}
</style>
border-color css
<style>
span { border-color: #5BBC52; }
span { border-color: rgb(91,188,82); }
td.TdClassName
{
border-color: #5BBC52;
}
.TagClassName
{
border-color: #5BBC52;
}
</style>