Shades of Apple #5ABB55
Tints of Apple #5ABB55
RGB
CMYK
RGB Variations
Color information
#5ABB55 (or 0x5ABB55) is known color: Apple. HEX triplet: 5A, BB and 55. RGB value is (90,187,85). Sum of RGB (Red+Green+Blue) = 90+187+85=362 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.86% from 362); Green value is 187 (73.44% from 255 or 51.66% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABB55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABB55 is #A544AA. Grayscale: #929292. Windows color (decimal): -10831019 or 5618522. OLE color: 5618522.
HSL color Cylindrical-coordinate representation of color #5ABB55: hue angle of 117.06º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ABB55 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 187 | 85 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.27 |
| HSL | 117.06º | 0.43% | 0.53% | - |
| HSV(B) | 117.06º | 0.55% | 0.73% | - |
| XYZ | 23.63 | 38.37 | 14.76 | - |
| YUV | 146.37 | 93.36 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 85 | 0.52 | 0 | 0.55 | 0.27 | 117.06 | 0.43 | 0.53 |
| Hex | 5A | BB | 55 | 34 | 0 | 37 | 1B | 75 | 2B | 35 |
| Octal | 132 | 273 | 125 | 64 | 0 | 67 | 33 | 165 | 53 | 65 |
| Binary | 1011010 | 10111011 | 1010101 | 110100 | 0 | 110111 | 11011 | 1110101 | 101011 | 110101 |
Color Harmonies of #5ABB55
Complementary color
Monochromatic Colors of #5ABB55
Black with #5ABB55
Text Example
Text Example
White with #5ABB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABB55; }
p { color: rgb(90,187,85); }
H1.HeaderClassName
{
color: #5ABB55;
}
.AnyTagClassName
{
color: #5ABB55;
}
</style>
background-color css
<style>
a { background-color: #5ABB55; }
a { background-color: rgb(90,187,85); }
div.DivClassName
{
background-color: #5ABB55;
}
.BgClassName
{
background-color: #5ABB55;
}
</style>
border-color css
<style>
span { border-color: #5ABB55; }
span { border-color: rgb(90,187,85); }
td.TdClassName
{
border-color: #5ABB55;
}
.TagClassName
{
border-color: #5ABB55;
}
</style>