Shades of Apple #5BA750
Tints of Apple #5BA750
RGB
CMYK
RGB Variations
Color information
#5BA750 (or 0x5BA750) is known color: Apple. HEX triplet: 5B, A7 and 50. RGB value is (91,167,80). Sum of RGB (Red+Green+Blue) = 91+167+80=338 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.92% from 338); Green value is 167 (65.62% from 255 or 49.41% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 167 - color contains mainly: green. Hex color #5BA750 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA750 is #A458AF. Grayscale: #868686. Windows color (decimal): -10770608 or 5285723. OLE color: 5285723.
HSL color Cylindrical-coordinate representation of color #5BA750: hue angle of 112.41º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BA750 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 167 | 80 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.35 |
| HSL | 112.41º | 0.35% | 0.48% | - |
| HSV(B) | 112.41º | 0.52% | 0.65% | - |
| XYZ | 19.58 | 30.44 | 12.43 | - |
| YUV | 134.36 | 97.32 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 167 | 80 | 0.46 | 0 | 0.52 | 0.35 | 112.41 | 0.35 | 0.48 |
| Hex | 5B | A7 | 50 | 2E | 0 | 34 | 23 | 70 | 23 | 30 |
| Octal | 133 | 247 | 120 | 56 | 0 | 64 | 43 | 160 | 43 | 60 |
| Binary | 1011011 | 10100111 | 1010000 | 101110 | 0 | 110100 | 100011 | 1110000 | 100011 | 110000 |
Color Harmonies of #5BA750
Complementary color
Monochromatic Colors of #5BA750
Black with #5BA750
Text Example
Text Example
White with #5BA750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA750; }
p { color: rgb(91,167,80); }
H1.HeaderClassName
{
color: #5BA750;
}
.AnyTagClassName
{
color: #5BA750;
}
</style>
background-color css
<style>
a { background-color: #5BA750; }
a { background-color: rgb(91,167,80); }
div.DivClassName
{
background-color: #5BA750;
}
.BgClassName
{
background-color: #5BA750;
}
</style>
border-color css
<style>
span { border-color: #5BA750; }
span { border-color: rgb(91,167,80); }
td.TdClassName
{
border-color: #5BA750;
}
.TagClassName
{
border-color: #5BA750;
}
</style>