Shades of Apple #5ABA39
Tints of Apple #5ABA39
RGB
CMYK
RGB Variations
Color information
#5ABA39 (or 0x5ABA39) is known color: Apple. HEX triplet: 5A, BA and 39. RGB value is (90,186,57). Sum of RGB (Red+Green+Blue) = 90+186+57=333 (44% of max value = 765). Red value is 90 (35.55% from 255 or 27.03% from 333); Green value is 186 (73.05% from 255 or 55.86% from 333); Blue value is 57 (22.66% from 255 or 17.12% from 333); Max value from RGB is 186 - color contains mainly: green. Hex color #5ABA39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABA39 is #A545C6. Grayscale: #8F8F8F. Windows color (decimal): -10831303 or 3783258. OLE color: 3783258.
HSL color Cylindrical-coordinate representation of color #5ABA39: hue angle of 104.65º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5ABA39 is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 186 | 57 | - |
| CMYK | 0.52 | 0 | 0.69 | 0.27 |
| HSL | 104.65º | 0.53% | 0.48% | - |
| HSV(B) | 104.65º | 0.69% | 0.73% | - |
| XYZ | 22.51 | 37.59 | 9.94 | - |
| YUV | 142.59 | 79.7 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 186 | 57 | 0.52 | 0 | 0.69 | 0.27 | 104.65 | 0.53 | 0.48 |
| Hex | 5A | BA | 39 | 34 | 0 | 45 | 1B | 69 | 35 | 30 |
| Octal | 132 | 272 | 71 | 64 | 0 | 105 | 33 | 151 | 65 | 60 |
| Binary | 1011010 | 10111010 | 111001 | 110100 | 0 | 1000101 | 11011 | 1101001 | 110101 | 110000 |
Color Harmonies of #5ABA39
Complementary color
Monochromatic Colors of #5ABA39
Black with #5ABA39
Text Example
Text Example
White with #5ABA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABA39; }
p { color: rgb(90,186,57); }
H1.HeaderClassName
{
color: #5ABA39;
}
.AnyTagClassName
{
color: #5ABA39;
}
</style>
background-color css
<style>
a { background-color: #5ABA39; }
a { background-color: rgb(90,186,57); }
div.DivClassName
{
background-color: #5ABA39;
}
.BgClassName
{
background-color: #5ABA39;
}
</style>
border-color css
<style>
span { border-color: #5ABA39; }
span { border-color: rgb(90,186,57); }
td.TdClassName
{
border-color: #5ABA39;
}
.TagClassName
{
border-color: #5ABA39;
}
</style>