Shades of Apple #5AD051
Tints of Apple #5AD051
RGB
CMYK
RGB Variations
Color information
#5AD051 (or 0x5AD051) is known color: Apple. HEX triplet: 5A, D0 and 51. RGB value is (90,208,81). Sum of RGB (Red+Green+Blue) = 90+208+81=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 208 (81.64% from 255 or 54.88% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD051 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD051 is #A52FAE. Grayscale: #9E9E9E. Windows color (decimal): -10825647 or 5361754. OLE color: 5361754.
HSL color Cylindrical-coordinate representation of color #5AD051: hue angle of 115.75º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AD051 is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 208 | 81 | - |
| CMYK | 0.57 | 0 | 0.61 | 0.18 |
| HSL | 115.75º | 0.57% | 0.57% | - |
| HSV(B) | 115.75º | 0.61% | 0.82% | - |
| XYZ | 28.26 | 47.88 | 15.54 | - |
| YUV | 158.24 | 84.41 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 208 | 81 | 0.57 | 0 | 0.61 | 0.18 | 115.75 | 0.57 | 0.57 |
| Hex | 5A | D0 | 51 | 39 | 0 | 3D | 12 | 74 | 39 | 39 |
| Octal | 132 | 320 | 121 | 71 | 0 | 75 | 22 | 164 | 71 | 71 |
| Binary | 1011010 | 11010000 | 1010001 | 111001 | 0 | 111101 | 10010 | 1110100 | 111001 | 111001 |
Color Harmonies of #5AD051
Complementary color
Monochromatic Colors of #5AD051
Black with #5AD051
Text Example
Text Example
White with #5AD051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD051; }
p { color: rgb(90,208,81); }
H1.HeaderClassName
{
color: #5AD051;
}
.AnyTagClassName
{
color: #5AD051;
}
</style>
background-color css
<style>
a { background-color: #5AD051; }
a { background-color: rgb(90,208,81); }
div.DivClassName
{
background-color: #5AD051;
}
.BgClassName
{
background-color: #5AD051;
}
</style>
border-color css
<style>
span { border-color: #5AD051; }
span { border-color: rgb(90,208,81); }
td.TdClassName
{
border-color: #5AD051;
}
.TagClassName
{
border-color: #5AD051;
}
</style>