Shades of Apple #5AB542
Tints of Apple #5AB542
RGB
CMYK
RGB Variations
Color information
#5AB542 (or 0x5AB542) is known color: Apple. HEX triplet: 5A, B5 and 42. RGB value is (90,181,66). Sum of RGB (Red+Green+Blue) = 90+181+66=337 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.71% from 337); Green value is 181 (71.09% from 255 or 53.71% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB542 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB542 is #A54ABD. Grayscale: #8D8D8D. Windows color (decimal): -10832574 or 4371802. OLE color: 4371802.
HSL color Cylindrical-coordinate representation of color #5AB542: hue angle of 107.48º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AB542 is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 181 | 66 | - |
| CMYK | 0.50 | 0 | 0.64 | 0.29 |
| HSL | 107.48º | 0.47% | 0.48% | - |
| HSV(B) | 107.48º | 0.64% | 0.71% | - |
| XYZ | 21.72 | 35.61 | 10.88 | - |
| YUV | 140.68 | 85.85 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 181 | 66 | 0.50 | 0 | 0.64 | 0.29 | 107.48 | 0.47 | 0.48 |
| Hex | 5A | B5 | 42 | 32 | 0 | 40 | 1D | 6B | 2F | 30 |
| Octal | 132 | 265 | 102 | 62 | 0 | 100 | 35 | 153 | 57 | 60 |
| Binary | 1011010 | 10110101 | 1000010 | 110010 | 0 | 1000000 | 11101 | 1101011 | 101111 | 110000 |
Color Harmonies of #5AB542
Complementary color
Monochromatic Colors of #5AB542
Black with #5AB542
Text Example
Text Example
White with #5AB542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB542; }
p { color: rgb(90,181,66); }
H1.HeaderClassName
{
color: #5AB542;
}
.AnyTagClassName
{
color: #5AB542;
}
</style>
background-color css
<style>
a { background-color: #5AB542; }
a { background-color: rgb(90,181,66); }
div.DivClassName
{
background-color: #5AB542;
}
.BgClassName
{
background-color: #5AB542;
}
</style>
border-color css
<style>
span { border-color: #5AB542; }
span { border-color: rgb(90,181,66); }
td.TdClassName
{
border-color: #5AB542;
}
.TagClassName
{
border-color: #5AB542;
}
</style>