Shades of Apple #5BA246
Tints of Apple #5BA246
RGB
CMYK
RGB Variations
Color information
#5BA246 (or 0x5BA246) is known color: Apple. HEX triplet: 5B, A2 and 46. RGB value is (91,162,70). Sum of RGB (Red+Green+Blue) = 91+162+70=323 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.17% from 323); Green value is 162 (63.67% from 255 or 50.15% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 162 - color contains mainly: green. Hex color #5BA246 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA246 is #A45DB9. Grayscale: #828282. Windows color (decimal): -10771898 or 4629083. OLE color: 4629083.
HSL color Cylindrical-coordinate representation of color #5BA246: hue angle of 106.3º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BA246 is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 162 | 70 | - |
| CMYK | 0.44 | 0 | 0.57 | 0.36 |
| HSL | 106.3º | 0.4% | 0.45% | - |
| HSV(B) | 106.3º | 0.57% | 0.64% | - |
| XYZ | 18.34 | 28.51 | 10.33 | - |
| YUV | 130.28 | 93.98 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 162 | 70 | 0.44 | 0 | 0.57 | 0.36 | 106.3 | 0.4 | 0.45 |
| Hex | 5B | A2 | 46 | 2C | 0 | 39 | 24 | 6A | 28 | 2D |
| Octal | 133 | 242 | 106 | 54 | 0 | 71 | 44 | 152 | 50 | 55 |
| Binary | 1011011 | 10100010 | 1000110 | 101100 | 0 | 111001 | 100100 | 1101010 | 101000 | 101101 |
Color Harmonies of #5BA246
Complementary color
Monochromatic Colors of #5BA246
Black with #5BA246
Text Example
Text Example
White with #5BA246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA246; }
p { color: rgb(91,162,70); }
H1.HeaderClassName
{
color: #5BA246;
}
.AnyTagClassName
{
color: #5BA246;
}
</style>
background-color css
<style>
a { background-color: #5BA246; }
a { background-color: rgb(91,162,70); }
div.DivClassName
{
background-color: #5BA246;
}
.BgClassName
{
background-color: #5BA246;
}
</style>
border-color css
<style>
span { border-color: #5BA246; }
span { border-color: rgb(91,162,70); }
td.TdClassName
{
border-color: #5BA246;
}
.TagClassName
{
border-color: #5BA246;
}
</style>