Shades of Apple #5AD535
Tints of Apple #5AD535
RGB
CMYK
RGB Variations
Color information
#5AD535 (or 0x5AD535) is known color: Apple. HEX triplet: 5A, D5 and 35. RGB value is (90,213,53). Sum of RGB (Red+Green+Blue) = 90+213+53=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 213 (83.59% from 255 or 59.83% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD535 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD535 is #A52ACA. Grayscale: #9E9E9E. Windows color (decimal): -10824395 or 3528026. OLE color: 3528026.
HSL color Cylindrical-coordinate representation of color #5AD535: hue angle of 106.12º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5AD535 is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 213 | 53 | - |
| CMYK | 0.58 | 0 | 0.75 | 0.16 |
| HSL | 106.13º | 0.66% | 0.52% | - |
| HSV(B) | 106.13º | 0.75% | 0.84% | - |
| XYZ | 28.65 | 50.02 | 11.51 | - |
| YUV | 157.98 | 68.75 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 213 | 53 | 0.58 | 0 | 0.75 | 0.16 | 106.13 | 0.66 | 0.52 |
| Hex | 5A | D5 | 35 | 3A | 0 | 4B | 10 | 6A | 42 | 34 |
| Octal | 132 | 325 | 65 | 72 | 0 | 113 | 20 | 152 | 102 | 64 |
| Binary | 1011010 | 11010101 | 110101 | 111010 | 0 | 1001011 | 10000 | 1101010 | 1000010 | 110100 |
Color Harmonies of #5AD535
Complementary color
Monochromatic Colors of #5AD535
Black with #5AD535
Text Example
Text Example
White with #5AD535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD535; }
p { color: rgb(90,213,53); }
H1.HeaderClassName
{
color: #5AD535;
}
.AnyTagClassName
{
color: #5AD535;
}
</style>
background-color css
<style>
a { background-color: #5AD535; }
a { background-color: rgb(90,213,53); }
div.DivClassName
{
background-color: #5AD535;
}
.BgClassName
{
background-color: #5AD535;
}
</style>
border-color css
<style>
span { border-color: #5AD535; }
span { border-color: rgb(90,213,53); }
td.TdClassName
{
border-color: #5AD535;
}
.TagClassName
{
border-color: #5AD535;
}
</style>