Shades of Apple #5BBB34
Tints of Apple #5BBB34
RGB
CMYK
RGB Variations
Color information
#5BBB34 (or 0x5BBB34) is known color: Apple. HEX triplet: 5B, BB and 34. RGB value is (91,187,52). Sum of RGB (Red+Green+Blue) = 91+187+52=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 187 (73.44% from 255 or 56.67% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 187 - color contains mainly: green. Hex color #5BBB34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BBB34 is #A444CB. Grayscale: #8F8F8F. Windows color (decimal): -10765516 or 3455835. OLE color: 3455835.
HSL color Cylindrical-coordinate representation of color #5BBB34: hue angle of 102.67º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5BBB34 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 187 | 52 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.27 |
| HSL | 102.67º | 0.56% | 0.47% | - |
| HSV(B) | 102.67º | 0.72% | 0.73% | - |
| XYZ | 22.7 | 38.01 | 9.39 | - |
| YUV | 142.91 | 76.7 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 187 | 52 | 0.51 | 0 | 0.72 | 0.27 | 102.67 | 0.56 | 0.47 |
| Hex | 5B | BB | 34 | 33 | 0 | 48 | 1B | 67 | 38 | 2F |
| Octal | 133 | 273 | 64 | 63 | 0 | 110 | 33 | 147 | 70 | 57 |
| Binary | 1011011 | 10111011 | 110100 | 110011 | 0 | 1001000 | 11011 | 1100111 | 111000 | 101111 |
Color Harmonies of #5BBB34
Complementary color
Monochromatic Colors of #5BBB34
Black with #5BBB34
Text Example
Text Example
White with #5BBB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBB34; }
p { color: rgb(91,187,52); }
H1.HeaderClassName
{
color: #5BBB34;
}
.AnyTagClassName
{
color: #5BBB34;
}
</style>
background-color css
<style>
a { background-color: #5BBB34; }
a { background-color: rgb(91,187,52); }
div.DivClassName
{
background-color: #5BBB34;
}
.BgClassName
{
background-color: #5BBB34;
}
</style>
border-color css
<style>
span { border-color: #5BBB34; }
span { border-color: rgb(91,187,52); }
td.TdClassName
{
border-color: #5BBB34;
}
.TagClassName
{
border-color: #5BBB34;
}
</style>