Shades of Apple #5AC251
Tints of Apple #5AC251
RGB
CMYK
RGB Variations
Color information
#5AC251 (or 0x5AC251) is known color: Apple. HEX triplet: 5A, C2 and 51. RGB value is (90,194,81). Sum of RGB (Red+Green+Blue) = 90+194+81=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 194 (76.17% from 255 or 53.15% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC251 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC251 is #A53DAE. Grayscale: #969696. Windows color (decimal): -10829231 or 5358170. OLE color: 5358170.
HSL color Cylindrical-coordinate representation of color #5AC251: hue angle of 115.22º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AC251 is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 194 | 81 | - |
| CMYK | 0.54 | 0 | 0.58 | 0.24 |
| HSL | 115.22º | 0.48% | 0.54% | - |
| HSV(B) | 115.22º | 0.58% | 0.76% | - |
| XYZ | 24.99 | 41.35 | 14.45 | - |
| YUV | 150.02 | 89.04 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 194 | 81 | 0.54 | 0 | 0.58 | 0.24 | 115.22 | 0.48 | 0.54 |
| Hex | 5A | C2 | 51 | 36 | 0 | 3A | 18 | 73 | 30 | 36 |
| Octal | 132 | 302 | 121 | 66 | 0 | 72 | 30 | 163 | 60 | 66 |
| Binary | 1011010 | 11000010 | 1010001 | 110110 | 0 | 111010 | 11000 | 1110011 | 110000 | 110110 |
Color Harmonies of #5AC251
Complementary color
Monochromatic Colors of #5AC251
Black with #5AC251
Text Example
Text Example
White with #5AC251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC251; }
p { color: rgb(90,194,81); }
H1.HeaderClassName
{
color: #5AC251;
}
.AnyTagClassName
{
color: #5AC251;
}
</style>
background-color css
<style>
a { background-color: #5AC251; }
a { background-color: rgb(90,194,81); }
div.DivClassName
{
background-color: #5AC251;
}
.BgClassName
{
background-color: #5AC251;
}
</style>
border-color css
<style>
span { border-color: #5AC251; }
span { border-color: rgb(90,194,81); }
td.TdClassName
{
border-color: #5AC251;
}
.TagClassName
{
border-color: #5AC251;
}
</style>