Shades of Apple #5BA841
Tints of Apple #5BA841
RGB
CMYK
RGB Variations
Color information
#5BA841 (or 0x5BA841) is known color: Apple. HEX triplet: 5B, A8 and 41. RGB value is (91,168,65). Sum of RGB (Red+Green+Blue) = 91+168+65=324 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.09% from 324); Green value is 168 (66.02% from 255 or 51.85% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA841 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA841 is #A457BE. Grayscale: #858585. Windows color (decimal): -10770367 or 4302939. OLE color: 4302939.
HSL color Cylindrical-coordinate representation of color #5BA841: hue angle of 104.85º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BA841 is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 168 | 65 | - |
| CMYK | 0.46 | 0 | 0.61 | 0.34 |
| HSL | 104.85º | 0.44% | 0.46% | - |
| HSV(B) | 104.85º | 0.61% | 0.66% | - |
| XYZ | 19.27 | 30.61 | 9.89 | - |
| YUV | 133.24 | 89.49 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 168 | 65 | 0.46 | 0 | 0.61 | 0.34 | 104.85 | 0.44 | 0.46 |
| Hex | 5B | A8 | 41 | 2E | 0 | 3D | 22 | 69 | 2C | 2E |
| Octal | 133 | 250 | 101 | 56 | 0 | 75 | 42 | 151 | 54 | 56 |
| Binary | 1011011 | 10101000 | 1000001 | 101110 | 0 | 111101 | 100010 | 1101001 | 101100 | 101110 |
Color Harmonies of #5BA841
Complementary color
Monochromatic Colors of #5BA841
Black with #5BA841
Text Example
Text Example
White with #5BA841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA841; }
p { color: rgb(91,168,65); }
H1.HeaderClassName
{
color: #5BA841;
}
.AnyTagClassName
{
color: #5BA841;
}
</style>
background-color css
<style>
a { background-color: #5BA841; }
a { background-color: rgb(91,168,65); }
div.DivClassName
{
background-color: #5BA841;
}
.BgClassName
{
background-color: #5BA841;
}
</style>
border-color css
<style>
span { border-color: #5BA841; }
span { border-color: rgb(91,168,65); }
td.TdClassName
{
border-color: #5BA841;
}
.TagClassName
{
border-color: #5BA841;
}
</style>