Shades of Apple #5AB352
Tints of Apple #5AB352
RGB
CMYK
RGB Variations
Color information
#5AB352 (or 0x5AB352) is known color: Apple. HEX triplet: 5A, B3 and 52. RGB value is (90,179,82). Sum of RGB (Red+Green+Blue) = 90+179+82=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #5AB352 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB352 is #A54CAD. Grayscale: #8D8D8D. Windows color (decimal): -10833070 or 5419866. OLE color: 5419866.
HSL color Cylindrical-coordinate representation of color #5AB352: hue angle of 115.05º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AB352 is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 179 | 82 | - |
| CMYK | 0.50 | 0 | 0.54 | 0.30 |
| HSL | 115.05º | 0.39% | 0.51% | - |
| HSV(B) | 115.05º | 0.54% | 0.7% | - |
| XYZ | 21.86 | 35.02 | 13.59 | - |
| YUV | 141.33 | 94.51 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 179 | 82 | 0.50 | 0 | 0.54 | 0.30 | 115.05 | 0.39 | 0.51 |
| Hex | 5A | B3 | 52 | 32 | 0 | 36 | 1E | 73 | 27 | 33 |
| Octal | 132 | 263 | 122 | 62 | 0 | 66 | 36 | 163 | 47 | 63 |
| Binary | 1011010 | 10110011 | 1010010 | 110010 | 0 | 110110 | 11110 | 1110011 | 100111 | 110011 |
Color Harmonies of #5AB352
Complementary color
Monochromatic Colors of #5AB352
Black with #5AB352
Text Example
Text Example
White with #5AB352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB352; }
p { color: rgb(90,179,82); }
H1.HeaderClassName
{
color: #5AB352;
}
.AnyTagClassName
{
color: #5AB352;
}
</style>
background-color css
<style>
a { background-color: #5AB352; }
a { background-color: rgb(90,179,82); }
div.DivClassName
{
background-color: #5AB352;
}
.BgClassName
{
background-color: #5AB352;
}
</style>
border-color css
<style>
span { border-color: #5AB352; }
span { border-color: rgb(90,179,82); }
td.TdClassName
{
border-color: #5AB352;
}
.TagClassName
{
border-color: #5AB352;
}
</style>