Shades of Apple #5BA245
Tints of Apple #5BA245
RGB
CMYK
RGB Variations
Color information
#5BA245 (or 0x5BA245) is known color: Apple. HEX triplet: 5B, A2 and 45. RGB value is (91,162,69). Sum of RGB (Red+Green+Blue) = 91+162+69=322 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.26% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #5BA245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA245 is #A45DBA. Grayscale: #828282. Windows color (decimal): -10771899 or 4563547. OLE color: 4563547.
HSL color Cylindrical-coordinate representation of color #5BA245: hue angle of 105.81º 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 #5BA245 is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 162 | 69 | - |
| CMYK | 0.44 | 0 | 0.57 | 0.36 |
| HSL | 105.81º | 0.4% | 0.45% | - |
| HSV(B) | 105.81º | 0.57% | 0.64% | - |
| XYZ | 18.31 | 28.49 | 10.17 | - |
| YUV | 130.17 | 93.48 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 162 | 69 | 0.44 | 0 | 0.57 | 0.36 | 105.81 | 0.4 | 0.45 |
| Hex | 5B | A2 | 45 | 2C | 0 | 39 | 24 | 6A | 28 | 2D |
| Octal | 133 | 242 | 105 | 54 | 0 | 71 | 44 | 152 | 50 | 55 |
| Binary | 1011011 | 10100010 | 1000101 | 101100 | 0 | 111001 | 100100 | 1101010 | 101000 | 101101 |
Color Harmonies of #5BA245
Complementary color
Monochromatic Colors of #5BA245
Black with #5BA245
Text Example
Text Example
White with #5BA245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA245; }
p { color: rgb(91,162,69); }
H1.HeaderClassName
{
color: #5BA245;
}
.AnyTagClassName
{
color: #5BA245;
}
</style>
background-color css
<style>
a { background-color: #5BA245; }
a { background-color: rgb(91,162,69); }
div.DivClassName
{
background-color: #5BA245;
}
.BgClassName
{
background-color: #5BA245;
}
</style>
border-color css
<style>
span { border-color: #5BA245; }
span { border-color: rgb(91,162,69); }
td.TdClassName
{
border-color: #5BA245;
}
.TagClassName
{
border-color: #5BA245;
}
</style>