Shades of Apple #5ABC55
Tints of Apple #5ABC55
RGB
CMYK
RGB Variations
Color information
#5ABC55 (or 0x5ABC55) is known color: Apple. HEX triplet: 5A, BC and 55. RGB value is (90,188,85). Sum of RGB (Red+Green+Blue) = 90+188+85=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABC55 is #A543AA. Grayscale: #939393. Windows color (decimal): -10830763 or 5618778. OLE color: 5618778.
HSL color Cylindrical-coordinate representation of color #5ABC55: hue angle of 117.09º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ABC55 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 188 | 85 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.26 |
| HSL | 117.09º | 0.43% | 0.54% | - |
| HSV(B) | 117.09º | 0.55% | 0.74% | - |
| XYZ | 23.84 | 38.8 | 14.83 | - |
| YUV | 146.96 | 93.03 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 85 | 0.52 | 0 | 0.55 | 0.26 | 117.09 | 0.43 | 0.54 |
| Hex | 5A | BC | 55 | 34 | 0 | 37 | 1A | 75 | 2B | 36 |
| Octal | 132 | 274 | 125 | 64 | 0 | 67 | 32 | 165 | 53 | 66 |
| Binary | 1011010 | 10111100 | 1010101 | 110100 | 0 | 110111 | 11010 | 1110101 | 101011 | 110110 |
Color Harmonies of #5ABC55
Complementary color
Monochromatic Colors of #5ABC55
Black with #5ABC55
Text Example
Text Example
White with #5ABC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABC55; }
p { color: rgb(90,188,85); }
H1.HeaderClassName
{
color: #5ABC55;
}
.AnyTagClassName
{
color: #5ABC55;
}
</style>
background-color css
<style>
a { background-color: #5ABC55; }
a { background-color: rgb(90,188,85); }
div.DivClassName
{
background-color: #5ABC55;
}
.BgClassName
{
background-color: #5ABC55;
}
</style>
border-color css
<style>
span { border-color: #5ABC55; }
span { border-color: rgb(90,188,85); }
td.TdClassName
{
border-color: #5ABC55;
}
.TagClassName
{
border-color: #5ABC55;
}
</style>