Shades of Apple #5AD553
Tints of Apple #5AD553
RGB
CMYK
RGB Variations
Color information
#5AD553 (or 0x5AD553) is known color: Apple. HEX triplet: 5A, D5 and 53. RGB value is (90,213,83). Sum of RGB (Red+Green+Blue) = 90+213+83=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 213 (83.59% from 255 or 55.18% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD553 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD553 is #A52AAC. Grayscale: #A1A1A1. Windows color (decimal): -10824365 or 5494106. OLE color: 5494106.
HSL color Cylindrical-coordinate representation of color #5AD553: hue angle of 116.77º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AD553 is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 213 | 83 | - |
| CMYK | 0.58 | 0 | 0.61 | 0.16 |
| HSL | 116.77º | 0.61% | 0.58% | - |
| HSV(B) | 116.77º | 0.61% | 0.84% | - |
| XYZ | 29.57 | 50.39 | 16.35 | - |
| YUV | 161.4 | 83.75 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 213 | 83 | 0.58 | 0 | 0.61 | 0.16 | 116.77 | 0.61 | 0.58 |
| Hex | 5A | D5 | 53 | 3A | 0 | 3D | 10 | 75 | 3D | 3A |
| Octal | 132 | 325 | 123 | 72 | 0 | 75 | 20 | 165 | 75 | 72 |
| Binary | 1011010 | 11010101 | 1010011 | 111010 | 0 | 111101 | 10000 | 1110101 | 111101 | 111010 |
Color Harmonies of #5AD553
Complementary color
Monochromatic Colors of #5AD553
Black with #5AD553
Text Example
Text Example
White with #5AD553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD553; }
p { color: rgb(90,213,83); }
H1.HeaderClassName
{
color: #5AD553;
}
.AnyTagClassName
{
color: #5AD553;
}
</style>
background-color css
<style>
a { background-color: #5AD553; }
a { background-color: rgb(90,213,83); }
div.DivClassName
{
background-color: #5AD553;
}
.BgClassName
{
background-color: #5AD553;
}
</style>
border-color css
<style>
span { border-color: #5AD553; }
span { border-color: rgb(90,213,83); }
td.TdClassName
{
border-color: #5AD553;
}
.TagClassName
{
border-color: #5AD553;
}
</style>