Shades of Apple #5BB034
Tints of Apple #5BB034
RGB
CMYK
RGB Variations
Color information
#5BB034 (or 0x5BB034) is known color: Apple. HEX triplet: 5B, B0 and 34. RGB value is (91,176,52). Sum of RGB (Red+Green+Blue) = 91+176+52=319 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.53% from 319); Green value is 176 (69.14% from 255 or 55.17% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 176 - color contains mainly: green. Hex color #5BB034 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BB034 is #A44FCB. Grayscale: #888888. Windows color (decimal): -10768332 or 3453019. OLE color: 3453019.
HSL color Cylindrical-coordinate representation of color #5BB034: hue angle of 101.13º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5BB034 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 176 | 52 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.31 |
| HSL | 101.13º | 0.54% | 0.45% | - |
| HSV(B) | 101.13º | 0.7% | 0.69% | - |
| XYZ | 20.46 | 33.52 | 8.64 | - |
| YUV | 136.45 | 80.34 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 176 | 52 | 0.48 | 0 | 0.70 | 0.31 | 101.13 | 0.54 | 0.45 |
| Hex | 5B | B0 | 34 | 30 | 0 | 46 | 1F | 65 | 36 | 2D |
| Octal | 133 | 260 | 64 | 60 | 0 | 106 | 37 | 145 | 66 | 55 |
| Binary | 1011011 | 10110000 | 110100 | 110000 | 0 | 1000110 | 11111 | 1100101 | 110110 | 101101 |
Color Harmonies of #5BB034
Complementary color
Monochromatic Colors of #5BB034
Black with #5BB034
Text Example
Text Example
White with #5BB034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB034; }
p { color: rgb(91,176,52); }
H1.HeaderClassName
{
color: #5BB034;
}
.AnyTagClassName
{
color: #5BB034;
}
</style>
background-color css
<style>
a { background-color: #5BB034; }
a { background-color: rgb(91,176,52); }
div.DivClassName
{
background-color: #5BB034;
}
.BgClassName
{
background-color: #5BB034;
}
</style>
border-color css
<style>
span { border-color: #5BB034; }
span { border-color: rgb(91,176,52); }
td.TdClassName
{
border-color: #5BB034;
}
.TagClassName
{
border-color: #5BB034;
}
</style>