Shades of Apple #5BA844
Tints of Apple #5BA844
RGB
CMYK
RGB Variations
Color information
#5BA844 (or 0x5BA844) is known color: Apple. HEX triplet: 5B, A8 and 44. RGB value is (91,168,68). Sum of RGB (Red+Green+Blue) = 91+168+68=327 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.83% from 327); Green value is 168 (66.02% from 255 or 51.38% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA844 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA844 is #A457BB. Grayscale: #858585. Windows color (decimal): -10770364 or 4499547. OLE color: 4499547.
HSL color Cylindrical-coordinate representation of color #5BA844: hue angle of 106.2º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BA844 is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 168 | 68 | - |
| CMYK | 0.46 | 0 | 0.60 | 0.34 |
| HSL | 106.2º | 0.42% | 0.46% | - |
| HSV(B) | 106.2º | 0.6% | 0.66% | - |
| XYZ | 19.36 | 30.65 | 10.36 | - |
| YUV | 133.58 | 90.99 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 168 | 68 | 0.46 | 0 | 0.60 | 0.34 | 106.2 | 0.42 | 0.46 |
| Hex | 5B | A8 | 44 | 2E | 0 | 3C | 22 | 6A | 2A | 2E |
| Octal | 133 | 250 | 104 | 56 | 0 | 74 | 42 | 152 | 52 | 56 |
| Binary | 1011011 | 10101000 | 1000100 | 101110 | 0 | 111100 | 100010 | 1101010 | 101010 | 101110 |
Color Harmonies of #5BA844
Complementary color
Monochromatic Colors of #5BA844
Black with #5BA844
Text Example
Text Example
White with #5BA844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA844; }
p { color: rgb(91,168,68); }
H1.HeaderClassName
{
color: #5BA844;
}
.AnyTagClassName
{
color: #5BA844;
}
</style>
background-color css
<style>
a { background-color: #5BA844; }
a { background-color: rgb(91,168,68); }
div.DivClassName
{
background-color: #5BA844;
}
.BgClassName
{
background-color: #5BA844;
}
</style>
border-color css
<style>
span { border-color: #5BA844; }
span { border-color: rgb(91,168,68); }
td.TdClassName
{
border-color: #5BA844;
}
.TagClassName
{
border-color: #5BA844;
}
</style>