Shades of Apple #5AB731
Tints of Apple #5AB731
RGB
CMYK
RGB Variations
Color information
#5AB731 (or 0x5AB731) is known color: Apple. HEX triplet: 5A, B7 and 31. RGB value is (90,183,49). Sum of RGB (Red+Green+Blue) = 90+183+49=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 183 (71.88% from 255 or 56.83% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB731 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB731 is #A548CE. Grayscale: #8C8C8C. Windows color (decimal): -10832079 or 3258202. OLE color: 3258202.
HSL color Cylindrical-coordinate representation of color #5AB731: hue angle of 101.64º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5AB731 is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 183 | 49 | - |
| CMYK | 0.51 | 0 | 0.73 | 0.28 |
| HSL | 101.64º | 0.58% | 0.45% | - |
| HSV(B) | 101.64º | 0.73% | 0.72% | - |
| XYZ | 21.7 | 36.26 | 8.76 | - |
| YUV | 139.92 | 76.69 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 49 | 0.51 | 0 | 0.73 | 0.28 | 101.64 | 0.58 | 0.45 |
| Hex | 5A | B7 | 31 | 33 | 0 | 49 | 1C | 66 | 3A | 2D |
| Octal | 132 | 267 | 61 | 63 | 0 | 111 | 34 | 146 | 72 | 55 |
| Binary | 1011010 | 10110111 | 110001 | 110011 | 0 | 1001001 | 11100 | 1100110 | 111010 | 101101 |
Color Harmonies of #5AB731
Complementary color
Monochromatic Colors of #5AB731
Black with #5AB731
Text Example
Text Example
White with #5AB731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB731; }
p { color: rgb(90,183,49); }
H1.HeaderClassName
{
color: #5AB731;
}
.AnyTagClassName
{
color: #5AB731;
}
</style>
background-color css
<style>
a { background-color: #5AB731; }
a { background-color: rgb(90,183,49); }
div.DivClassName
{
background-color: #5AB731;
}
.BgClassName
{
background-color: #5AB731;
}
</style>
border-color css
<style>
span { border-color: #5AB731; }
span { border-color: rgb(90,183,49); }
td.TdClassName
{
border-color: #5AB731;
}
.TagClassName
{
border-color: #5AB731;
}
</style>