Shades of Apple #5AB853
Tints of Apple #5AB853
RGB
CMYK
RGB Variations
Color information
#5AB853 (or 0x5AB853) is known color: Apple. HEX triplet: 5A, B8 and 53. RGB value is (90,184,83). Sum of RGB (Red+Green+Blue) = 90+184+83=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 184 (72.27% from 255 or 51.54% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 184 - color contains mainly: green. Hex color #5AB853 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB853 is #A547AC. Grayscale: #909090. Windows color (decimal): -10831789 or 5486682. OLE color: 5486682.
HSL color Cylindrical-coordinate representation of color #5AB853: hue angle of 115.84º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AB853 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 184 | 83 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.28 |
| HSL | 115.84º | 0.42% | 0.52% | - |
| HSV(B) | 115.84º | 0.55% | 0.72% | - |
| XYZ | 22.92 | 37.08 | 14.13 | - |
| YUV | 144.38 | 93.36 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 184 | 83 | 0.51 | 0 | 0.55 | 0.28 | 115.84 | 0.42 | 0.52 |
| Hex | 5A | B8 | 53 | 33 | 0 | 37 | 1C | 74 | 2A | 34 |
| Octal | 132 | 270 | 123 | 63 | 0 | 67 | 34 | 164 | 52 | 64 |
| Binary | 1011010 | 10111000 | 1010011 | 110011 | 0 | 110111 | 11100 | 1110100 | 101010 | 110100 |
Color Harmonies of #5AB853
Complementary color
Monochromatic Colors of #5AB853
Black with #5AB853
Text Example
Text Example
White with #5AB853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB853; }
p { color: rgb(90,184,83); }
H1.HeaderClassName
{
color: #5AB853;
}
.AnyTagClassName
{
color: #5AB853;
}
</style>
background-color css
<style>
a { background-color: #5AB853; }
a { background-color: rgb(90,184,83); }
div.DivClassName
{
background-color: #5AB853;
}
.BgClassName
{
background-color: #5AB853;
}
</style>
border-color css
<style>
span { border-color: #5AB853; }
span { border-color: rgb(90,184,83); }
td.TdClassName
{
border-color: #5AB853;
}
.TagClassName
{
border-color: #5AB853;
}
</style>