Shades of Apple #5BA850
Tints of Apple #5BA850
RGB
CMYK
RGB Variations
Color information
#5BA850 (or 0x5BA850) is known color: Apple. HEX triplet: 5B, A8 and 50. RGB value is (91,168,80). Sum of RGB (Red+Green+Blue) = 91+168+80=339 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.84% from 339); Green value is 168 (66.02% from 255 or 49.56% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA850 is #A457AF. Grayscale: #878787. Windows color (decimal): -10770352 or 5285979. OLE color: 5285979.
HSL color Cylindrical-coordinate representation of color #5BA850: hue angle of 112.5º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BA850 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 168 | 80 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.34 |
| HSL | 112.5º | 0.35% | 0.49% | - |
| HSV(B) | 112.5º | 0.52% | 0.66% | - |
| XYZ | 19.76 | 30.81 | 12.49 | - |
| YUV | 134.95 | 96.99 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 168 | 80 | 0.46 | 0 | 0.52 | 0.34 | 112.5 | 0.35 | 0.49 |
| Hex | 5B | A8 | 50 | 2E | 0 | 34 | 22 | 70 | 23 | 31 |
| Octal | 133 | 250 | 120 | 56 | 0 | 64 | 42 | 160 | 43 | 61 |
| Binary | 1011011 | 10101000 | 1010000 | 101110 | 0 | 110100 | 100010 | 1110000 | 100011 | 110001 |
Color Harmonies of #5BA850
Complementary color
Monochromatic Colors of #5BA850
Black with #5BA850
Text Example
Text Example
White with #5BA850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA850; }
p { color: rgb(91,168,80); }
H1.HeaderClassName
{
color: #5BA850;
}
.AnyTagClassName
{
color: #5BA850;
}
</style>
background-color css
<style>
a { background-color: #5BA850; }
a { background-color: rgb(91,168,80); }
div.DivClassName
{
background-color: #5BA850;
}
.BgClassName
{
background-color: #5BA850;
}
</style>
border-color css
<style>
span { border-color: #5BA850; }
span { border-color: rgb(91,168,80); }
td.TdClassName
{
border-color: #5BA850;
}
.TagClassName
{
border-color: #5BA850;
}
</style>