Shades of Apple #5AC532
Tints of Apple #5AC532
RGB
CMYK
RGB Variations
Color information
#5AC532 (or 0x5AC532) is known color: Apple. HEX triplet: 5A, C5 and 32. RGB value is (90,197,50). Sum of RGB (Red+Green+Blue) = 90+197+50=337 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.71% from 337); Green value is 197 (77.34% from 255 or 58.46% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 197 - color contains mainly: green. Hex color #5AC532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC532 is #A53ACD. Grayscale: #949494. Windows color (decimal): -10828494 or 3327322. OLE color: 3327322.
HSL color Cylindrical-coordinate representation of color #5AC532: hue angle of 103.67º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5AC532 is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 90 | 197 | 50 | - |
| CMYK | 0.54 | 0 | 0.75 | 0.23 |
| HSL | 103.67º | 0.6% | 0.48% | - |
| HSV(B) | 103.67º | 0.75% | 0.77% | - |
| XYZ | 24.76 | 42.34 | 9.88 | - |
| YUV | 148.25 | 72.55 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 197 | 50 | 0.54 | 0 | 0.75 | 0.23 | 103.67 | 0.6 | 0.48 |
| Hex | 5A | C5 | 32 | 36 | 0 | 4B | 17 | 68 | 3C | 30 |
| Octal | 132 | 305 | 62 | 66 | 0 | 113 | 27 | 150 | 74 | 60 |
| Binary | 1011010 | 11000101 | 110010 | 110110 | 0 | 1001011 | 10111 | 1101000 | 111100 | 110000 |
Color Harmonies of #5AC532
Complementary color
Monochromatic Colors of #5AC532
Black with #5AC532
Text Example
Text Example
White with #5AC532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC532; }
p { color: rgb(90,197,50); }
H1.HeaderClassName
{
color: #5AC532;
}
.AnyTagClassName
{
color: #5AC532;
}
</style>
background-color css
<style>
a { background-color: #5AC532; }
a { background-color: rgb(90,197,50); }
div.DivClassName
{
background-color: #5AC532;
}
.BgClassName
{
background-color: #5AC532;
}
</style>
border-color css
<style>
span { border-color: #5AC532; }
span { border-color: rgb(90,197,50); }
td.TdClassName
{
border-color: #5AC532;
}
.TagClassName
{
border-color: #5AC532;
}
</style>