Shades of Apple #5BA73A
Tints of Apple #5BA73A
RGB
CMYK
RGB Variations
Color information
#5BA73A (or 0x5BA73A) is known color: Apple. HEX triplet: 5B, A7 and 3A. RGB value is (91,167,58). Sum of RGB (Red+Green+Blue) = 91+167+58=316 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.80% from 316); Green value is 167 (65.62% from 255 or 52.85% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 167 - color contains mainly: green. Hex color #5BA73A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA73A is #A458C5. Grayscale: #848484. Windows color (decimal): -10770630 or 3843931. OLE color: 3843931.
HSL color Cylindrical-coordinate representation of color #5BA73A: hue angle of 101.83º 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 #5BA73A is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 167 | 58 | - |
| CMYK | 0.46 | 0 | 0.65 | 0.35 |
| HSL | 101.83º | 0.48% | 0.44% | - |
| HSV(B) | 101.83º | 0.65% | 0.65% | - |
| XYZ | 18.9 | 30.17 | 8.83 | - |
| YUV | 131.85 | 86.32 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 167 | 58 | 0.46 | 0 | 0.65 | 0.35 | 101.83 | 0.48 | 0.44 |
| Hex | 5B | A7 | 3A | 2E | 0 | 41 | 23 | 66 | 30 | 2C |
| Octal | 133 | 247 | 72 | 56 | 0 | 101 | 43 | 146 | 60 | 54 |
| Binary | 1011011 | 10100111 | 111010 | 101110 | 0 | 1000001 | 100011 | 1100110 | 110000 | 101100 |
Color Harmonies of #5BA73A
Complementary color
Monochromatic Colors of #5BA73A
Black with #5BA73A
Text Example
Text Example
White with #5BA73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA73A; }
p { color: rgb(91,167,58); }
H1.HeaderClassName
{
color: #5BA73A;
}
.AnyTagClassName
{
color: #5BA73A;
}
</style>
background-color css
<style>
a { background-color: #5BA73A; }
a { background-color: rgb(91,167,58); }
div.DivClassName
{
background-color: #5BA73A;
}
.BgClassName
{
background-color: #5BA73A;
}
</style>
border-color css
<style>
span { border-color: #5BA73A; }
span { border-color: rgb(91,167,58); }
td.TdClassName
{
border-color: #5BA73A;
}
.TagClassName
{
border-color: #5BA73A;
}
</style>