Shades of Apple #5BA73B
Tints of Apple #5BA73B
RGB
CMYK
RGB Variations
Color information
#5BA73B (or 0x5BA73B) is known color: Apple. HEX triplet: 5B, A7 and 3B. RGB value is (91,167,59). Sum of RGB (Red+Green+Blue) = 91+167+59=317 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.71% from 317); Green value is 167 (65.62% from 255 or 52.68% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 167 - color contains mainly: green. Hex color #5BA73B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA73B is #A458C4. Grayscale: #848484. Windows color (decimal): -10770629 or 3909467. OLE color: 3909467.
HSL color Cylindrical-coordinate representation of color #5BA73B: hue angle of 102.22º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5BA73B is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 167 | 59 | - |
| CMYK | 0.46 | 0 | 0.65 | 0.35 |
| HSL | 102.22º | 0.48% | 0.44% | - |
| HSV(B) | 102.22º | 0.65% | 0.65% | - |
| XYZ | 18.92 | 30.18 | 8.97 | - |
| YUV | 131.96 | 86.82 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 167 | 59 | 0.46 | 0 | 0.65 | 0.35 | 102.22 | 0.48 | 0.44 |
| Hex | 5B | A7 | 3B | 2E | 0 | 41 | 23 | 66 | 30 | 2C |
| Octal | 133 | 247 | 73 | 56 | 0 | 101 | 43 | 146 | 60 | 54 |
| Binary | 1011011 | 10100111 | 111011 | 101110 | 0 | 1000001 | 100011 | 1100110 | 110000 | 101100 |
Color Harmonies of #5BA73B
Complementary color
Monochromatic Colors of #5BA73B
Black with #5BA73B
Text Example
Text Example
White with #5BA73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA73B; }
p { color: rgb(91,167,59); }
H1.HeaderClassName
{
color: #5BA73B;
}
.AnyTagClassName
{
color: #5BA73B;
}
</style>
background-color css
<style>
a { background-color: #5BA73B; }
a { background-color: rgb(91,167,59); }
div.DivClassName
{
background-color: #5BA73B;
}
.BgClassName
{
background-color: #5BA73B;
}
</style>
border-color css
<style>
span { border-color: #5BA73B; }
span { border-color: rgb(91,167,59); }
td.TdClassName
{
border-color: #5BA73B;
}
.TagClassName
{
border-color: #5BA73B;
}
</style>