Shades of Apple #5BB331
Tints of Apple #5BB331
RGB
CMYK
RGB Variations
Color information
#5BB331 (or 0x5BB331) is known color: Apple. HEX triplet: 5B, B3 and 31. RGB value is (91,179,49). Sum of RGB (Red+Green+Blue) = 91+179+49=319 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.53% from 319); Green value is 179 (70.31% from 255 or 56.11% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 179 - color contains mainly: green. Hex color #5BB331 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BB331 is #A44CCE. Grayscale: #8A8A8A. Windows color (decimal): -10767567 or 3257179. OLE color: 3257179.
HSL color Cylindrical-coordinate representation of color #5BB331: hue angle of 100.62º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5BB331 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 91 | 179 | 49 | - |
| CMYK | 0.49 | 0 | 0.73 | 0.30 |
| HSL | 100.62º | 0.57% | 0.45% | - |
| HSV(B) | 100.62º | 0.73% | 0.7% | - |
| XYZ | 20.99 | 34.69 | 8.49 | - |
| YUV | 137.87 | 77.85 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 179 | 49 | 0.49 | 0 | 0.73 | 0.30 | 100.62 | 0.57 | 0.45 |
| Hex | 5B | B3 | 31 | 31 | 0 | 49 | 1E | 65 | 39 | 2D |
| Octal | 133 | 263 | 61 | 61 | 0 | 111 | 36 | 145 | 71 | 55 |
| Binary | 1011011 | 10110011 | 110001 | 110001 | 0 | 1001001 | 11110 | 1100101 | 111001 | 101101 |
Color Harmonies of #5BB331
Complementary color
Monochromatic Colors of #5BB331
Black with #5BB331
Text Example
Text Example
White with #5BB331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB331; }
p { color: rgb(91,179,49); }
H1.HeaderClassName
{
color: #5BB331;
}
.AnyTagClassName
{
color: #5BB331;
}
</style>
background-color css
<style>
a { background-color: #5BB331; }
a { background-color: rgb(91,179,49); }
div.DivClassName
{
background-color: #5BB331;
}
.BgClassName
{
background-color: #5BB331;
}
</style>
border-color css
<style>
span { border-color: #5BB331; }
span { border-color: rgb(91,179,49); }
td.TdClassName
{
border-color: #5BB331;
}
.TagClassName
{
border-color: #5BB331;
}
</style>