Shades of Apple #5AC553
Tints of Apple #5AC553
RGB
CMYK
RGB Variations
Color information
#5AC553 (or 0x5AC553) is known color: Apple. HEX triplet: 5A, C5 and 53. RGB value is (90,197,83). Sum of RGB (Red+Green+Blue) = 90+197+83=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 197 (77.34% from 255 or 53.24% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 197 - color contains mainly: green. Hex color #5AC553 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC553 is #A53AAC. Grayscale: #989898. Windows color (decimal): -10828461 or 5490010. OLE color: 5490010.
HSL color Cylindrical-coordinate representation of color #5AC553: hue angle of 116.32º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AC553 is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 90 | 197 | 83 | - |
| CMYK | 0.54 | 0 | 0.58 | 0.23 |
| HSL | 116.32º | 0.5% | 0.55% | - |
| HSV(B) | 116.32º | 0.58% | 0.77% | - |
| XYZ | 25.74 | 42.73 | 15.07 | - |
| YUV | 152.01 | 89.05 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 197 | 83 | 0.54 | 0 | 0.58 | 0.23 | 116.32 | 0.5 | 0.55 |
| Hex | 5A | C5 | 53 | 36 | 0 | 3A | 17 | 74 | 32 | 37 |
| Octal | 132 | 305 | 123 | 66 | 0 | 72 | 27 | 164 | 62 | 67 |
| Binary | 1011010 | 11000101 | 1010011 | 110110 | 0 | 111010 | 10111 | 1110100 | 110010 | 110111 |
Color Harmonies of #5AC553
Complementary color
Monochromatic Colors of #5AC553
Black with #5AC553
Text Example
Text Example
White with #5AC553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC553; }
p { color: rgb(90,197,83); }
H1.HeaderClassName
{
color: #5AC553;
}
.AnyTagClassName
{
color: #5AC553;
}
</style>
background-color css
<style>
a { background-color: #5AC553; }
a { background-color: rgb(90,197,83); }
div.DivClassName
{
background-color: #5AC553;
}
.BgClassName
{
background-color: #5AC553;
}
</style>
border-color css
<style>
span { border-color: #5AC553; }
span { border-color: rgb(90,197,83); }
td.TdClassName
{
border-color: #5AC553;
}
.TagClassName
{
border-color: #5AC553;
}
</style>