Shades of Apple #5ABA3B
Tints of Apple #5ABA3B
RGB
CMYK
RGB Variations
Color information
#5ABA3B (or 0x5ABA3B) is known color: Apple. HEX triplet: 5A, BA and 3B. RGB value is (90,186,59). Sum of RGB (Red+Green+Blue) = 90+186+59=335 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.87% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #5ABA3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABA3B is #A545C4. Grayscale: #8F8F8F. Windows color (decimal): -10831301 or 3914330. OLE color: 3914330.
HSL color Cylindrical-coordinate representation of color #5ABA3B: hue angle of 105.35º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5ABA3B is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 186 | 59 | - |
| CMYK | 0.52 | 0 | 0.68 | 0.27 |
| HSL | 105.35º | 0.52% | 0.48% | - |
| HSV(B) | 105.35º | 0.68% | 0.73% | - |
| XYZ | 22.56 | 37.61 | 10.21 | - |
| YUV | 142.82 | 80.7 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 186 | 59 | 0.52 | 0 | 0.68 | 0.27 | 105.35 | 0.52 | 0.48 |
| Hex | 5A | BA | 3B | 34 | 0 | 44 | 1B | 69 | 34 | 30 |
| Octal | 132 | 272 | 73 | 64 | 0 | 104 | 33 | 151 | 64 | 60 |
| Binary | 1011010 | 10111010 | 111011 | 110100 | 0 | 1000100 | 11011 | 1101001 | 110100 | 110000 |
Color Harmonies of #5ABA3B
Complementary color
Monochromatic Colors of #5ABA3B
Black with #5ABA3B
Text Example
Text Example
White with #5ABA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABA3B; }
p { color: rgb(90,186,59); }
H1.HeaderClassName
{
color: #5ABA3B;
}
.AnyTagClassName
{
color: #5ABA3B;
}
</style>
background-color css
<style>
a { background-color: #5ABA3B; }
a { background-color: rgb(90,186,59); }
div.DivClassName
{
background-color: #5ABA3B;
}
.BgClassName
{
background-color: #5ABA3B;
}
</style>
border-color css
<style>
span { border-color: #5ABA3B; }
span { border-color: rgb(90,186,59); }
td.TdClassName
{
border-color: #5ABA3B;
}
.TagClassName
{
border-color: #5ABA3B;
}
</style>