Shades of Apple #5AD150
Tints of Apple #5AD150
RGB
CMYK
RGB Variations
Color information
#5AD150 (or 0x5AD150) is known color: Apple. HEX triplet: 5A, D1 and 50. RGB value is (90,209,80). Sum of RGB (Red+Green+Blue) = 90+209+80=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 209 (82.03% from 255 or 55.15% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 209 - color contains mainly: green. Hex color #5AD150 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD150 is #A52EAF. Grayscale: #9F9F9F. Windows color (decimal): -10825392 or 5296474. OLE color: 5296474.
HSL color Cylindrical-coordinate representation of color #5AD150: hue angle of 115.35º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AD150 is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 209 | 80 | - |
| CMYK | 0.57 | 0 | 0.62 | 0.18 |
| HSL | 115.35º | 0.58% | 0.57% | - |
| HSV(B) | 115.35º | 0.62% | 0.82% | - |
| XYZ | 28.46 | 48.35 | 15.42 | - |
| YUV | 158.71 | 83.58 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 209 | 80 | 0.57 | 0 | 0.62 | 0.18 | 115.35 | 0.58 | 0.57 |
| Hex | 5A | D1 | 50 | 39 | 0 | 3E | 12 | 73 | 3A | 39 |
| Octal | 132 | 321 | 120 | 71 | 0 | 76 | 22 | 163 | 72 | 71 |
| Binary | 1011010 | 11010001 | 1010000 | 111001 | 0 | 111110 | 10010 | 1110011 | 111010 | 111001 |
Color Harmonies of #5AD150
Complementary color
Monochromatic Colors of #5AD150
Black with #5AD150
Text Example
Text Example
White with #5AD150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD150; }
p { color: rgb(90,209,80); }
H1.HeaderClassName
{
color: #5AD150;
}
.AnyTagClassName
{
color: #5AD150;
}
</style>
background-color css
<style>
a { background-color: #5AD150; }
a { background-color: rgb(90,209,80); }
div.DivClassName
{
background-color: #5AD150;
}
.BgClassName
{
background-color: #5AD150;
}
</style>
border-color css
<style>
span { border-color: #5AD150; }
span { border-color: rgb(90,209,80); }
td.TdClassName
{
border-color: #5AD150;
}
.TagClassName
{
border-color: #5AD150;
}
</style>