Shades of Apple #5AB751
Tints of Apple #5AB751
RGB
CMYK
RGB Variations
Color information
#5AB751 (or 0x5AB751) is known color: Apple. HEX triplet: 5A, B7 and 51. RGB value is (90,183,81). Sum of RGB (Red+Green+Blue) = 90+183+81=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB751 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB751 is #A548AE. Grayscale: #8F8F8F. Windows color (decimal): -10832047 or 5355354. OLE color: 5355354.
HSL color Cylindrical-coordinate representation of color #5AB751: hue angle of 114.71º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AB751 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 183 | 81 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.28 |
| HSL | 114.71º | 0.41% | 0.52% | - |
| HSV(B) | 114.71º | 0.56% | 0.72% | - |
| XYZ | 22.64 | 36.63 | 13.66 | - |
| YUV | 143.57 | 92.69 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 81 | 0.51 | 0 | 0.56 | 0.28 | 114.71 | 0.41 | 0.52 |
| Hex | 5A | B7 | 51 | 33 | 0 | 38 | 1C | 73 | 29 | 34 |
| Octal | 132 | 267 | 121 | 63 | 0 | 70 | 34 | 163 | 51 | 64 |
| Binary | 1011010 | 10110111 | 1010001 | 110011 | 0 | 111000 | 11100 | 1110011 | 101001 | 110100 |
Color Harmonies of #5AB751
Complementary color
Monochromatic Colors of #5AB751
Black with #5AB751
Text Example
Text Example
White with #5AB751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB751; }
p { color: rgb(90,183,81); }
H1.HeaderClassName
{
color: #5AB751;
}
.AnyTagClassName
{
color: #5AB751;
}
</style>
background-color css
<style>
a { background-color: #5AB751; }
a { background-color: rgb(90,183,81); }
div.DivClassName
{
background-color: #5AB751;
}
.BgClassName
{
background-color: #5AB751;
}
</style>
border-color css
<style>
span { border-color: #5AB751; }
span { border-color: rgb(90,183,81); }
td.TdClassName
{
border-color: #5AB751;
}
.TagClassName
{
border-color: #5AB751;
}
</style>