Shades of Apple #5AB732
Tints of Apple #5AB732
RGB
CMYK
RGB Variations
Color information
#5AB732 (or 0x5AB732) is known color: Apple. HEX triplet: 5A, B7 and 32. RGB value is (90,183,50). Sum of RGB (Red+Green+Blue) = 90+183+50=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 183 (71.88% from 255 or 56.66% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB732 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB732 is #A548CD. Grayscale: #8C8C8C. Windows color (decimal): -10832078 or 3323738. OLE color: 3323738.
HSL color Cylindrical-coordinate representation of color #5AB732: hue angle of 101.95º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5AB732 is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 183 | 50 | - |
| CMYK | 0.51 | 0 | 0.73 | 0.28 |
| HSL | 101.95º | 0.57% | 0.46% | - |
| HSV(B) | 101.95º | 0.73% | 0.72% | - |
| XYZ | 21.73 | 36.27 | 8.87 | - |
| YUV | 140.03 | 77.19 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 50 | 0.51 | 0 | 0.73 | 0.28 | 101.95 | 0.57 | 0.46 |
| Hex | 5A | B7 | 32 | 33 | 0 | 49 | 1C | 66 | 39 | 2E |
| Octal | 132 | 267 | 62 | 63 | 0 | 111 | 34 | 146 | 71 | 56 |
| Binary | 1011010 | 10110111 | 110010 | 110011 | 0 | 1001001 | 11100 | 1100110 | 111001 | 101110 |
Color Harmonies of #5AB732
Complementary color
Monochromatic Colors of #5AB732
Black with #5AB732
Text Example
Text Example
White with #5AB732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB732; }
p { color: rgb(90,183,50); }
H1.HeaderClassName
{
color: #5AB732;
}
.AnyTagClassName
{
color: #5AB732;
}
</style>
background-color css
<style>
a { background-color: #5AB732; }
a { background-color: rgb(90,183,50); }
div.DivClassName
{
background-color: #5AB732;
}
.BgClassName
{
background-color: #5AB732;
}
</style>
border-color css
<style>
span { border-color: #5AB732; }
span { border-color: rgb(90,183,50); }
td.TdClassName
{
border-color: #5AB732;
}
.TagClassName
{
border-color: #5AB732;
}
</style>