Shades of Apple #5BBB4B
Tints of Apple #5BBB4B
RGB
CMYK
RGB Variations
Color information
#5BBB4B (or 0x5BBB4B) is known color: Apple. HEX triplet: 5B, BB and 4B. RGB value is (91,187,75). Sum of RGB (Red+Green+Blue) = 91+187+75=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 187 (73.44% from 255 or 52.97% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 187 - color contains mainly: green. Hex color #5BBB4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BBB4B is #A444B4. Grayscale: #919191. Windows color (decimal): -10765493 or 4963163. OLE color: 4963163.
HSL color Cylindrical-coordinate representation of color #5BBB4B: hue angle of 111.43º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BBB4B is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 187 | 75 | - |
| CMYK | 0.51 | 0 | 0.60 | 0.27 |
| HSL | 111.43º | 0.45% | 0.51% | - |
| HSV(B) | 111.43º | 0.6% | 0.73% | - |
| XYZ | 23.35 | 38.27 | 12.81 | - |
| YUV | 145.53 | 88.2 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 187 | 75 | 0.51 | 0 | 0.60 | 0.27 | 111.43 | 0.45 | 0.51 |
| Hex | 5B | BB | 4B | 33 | 0 | 3C | 1B | 6F | 2D | 33 |
| Octal | 133 | 273 | 113 | 63 | 0 | 74 | 33 | 157 | 55 | 63 |
| Binary | 1011011 | 10111011 | 1001011 | 110011 | 0 | 111100 | 11011 | 1101111 | 101101 | 110011 |
Color Harmonies of #5BBB4B
Complementary color
Monochromatic Colors of #5BBB4B
Black with #5BBB4B
Text Example
Text Example
White with #5BBB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBB4B; }
p { color: rgb(91,187,75); }
H1.HeaderClassName
{
color: #5BBB4B;
}
.AnyTagClassName
{
color: #5BBB4B;
}
</style>
background-color css
<style>
a { background-color: #5BBB4B; }
a { background-color: rgb(91,187,75); }
div.DivClassName
{
background-color: #5BBB4B;
}
.BgClassName
{
background-color: #5BBB4B;
}
</style>
border-color css
<style>
span { border-color: #5BBB4B; }
span { border-color: rgb(91,187,75); }
td.TdClassName
{
border-color: #5BBB4B;
}
.TagClassName
{
border-color: #5BBB4B;
}
</style>