Shades of Apple #5AB755
Tints of Apple #5AB755
RGB
CMYK
RGB Variations
Color information
#5AB755 (or 0x5AB755) is known color: Apple. HEX triplet: 5A, B7 and 55. RGB value is (90,183,85). Sum of RGB (Red+Green+Blue) = 90+183+85=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 183 (71.88% from 255 or 51.12% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB755 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB755 is #A548AA. Grayscale: #909090. Windows color (decimal): -10832043 or 5617498. OLE color: 5617498.
HSL color Cylindrical-coordinate representation of color #5AB755: hue angle of 116.94º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AB755 is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 183 | 85 | - |
| CMYK | 0.51 | 0 | 0.54 | 0.28 |
| HSL | 116.94º | 0.4% | 0.53% | - |
| HSV(B) | 116.94º | 0.54% | 0.72% | - |
| XYZ | 22.79 | 36.7 | 14.48 | - |
| YUV | 144.02 | 94.69 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 85 | 0.51 | 0 | 0.54 | 0.28 | 116.94 | 0.4 | 0.53 |
| Hex | 5A | B7 | 55 | 33 | 0 | 36 | 1C | 75 | 28 | 35 |
| Octal | 132 | 267 | 125 | 63 | 0 | 66 | 34 | 165 | 50 | 65 |
| Binary | 1011010 | 10110111 | 1010101 | 110011 | 0 | 110110 | 11100 | 1110101 | 101000 | 110101 |
Color Harmonies of #5AB755
Complementary color
Monochromatic Colors of #5AB755
Black with #5AB755
Text Example
Text Example
White with #5AB755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB755; }
p { color: rgb(90,183,85); }
H1.HeaderClassName
{
color: #5AB755;
}
.AnyTagClassName
{
color: #5AB755;
}
</style>
background-color css
<style>
a { background-color: #5AB755; }
a { background-color: rgb(90,183,85); }
div.DivClassName
{
background-color: #5AB755;
}
.BgClassName
{
background-color: #5AB755;
}
</style>
border-color css
<style>
span { border-color: #5AB755; }
span { border-color: rgb(90,183,85); }
td.TdClassName
{
border-color: #5AB755;
}
.TagClassName
{
border-color: #5AB755;
}
</style>