Shades of Apple #5ABC4F
Tints of Apple #5ABC4F
RGB
CMYK
RGB Variations
Color information
#5ABC4F (or 0x5ABC4F) is known color: Apple. HEX triplet: 5A, BC and 4F. RGB value is (90,188,79). Sum of RGB (Red+Green+Blue) = 90+188+79=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABC4F is #A543B0. Grayscale: #929292. Windows color (decimal): -10830769 or 5225562. OLE color: 5225562.
HSL color Cylindrical-coordinate representation of color #5ABC4F: hue angle of 113.94º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5ABC4F is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 188 | 79 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.26 |
| HSL | 113.95º | 0.45% | 0.52% | - |
| HSV(B) | 113.95º | 0.58% | 0.74% | - |
| XYZ | 23.61 | 38.7 | 13.62 | - |
| YUV | 146.27 | 90.03 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 79 | 0.52 | 0 | 0.58 | 0.26 | 113.95 | 0.45 | 0.52 |
| Hex | 5A | BC | 4F | 34 | 0 | 3A | 1A | 72 | 2D | 34 |
| Octal | 132 | 274 | 117 | 64 | 0 | 72 | 32 | 162 | 55 | 64 |
| Binary | 1011010 | 10111100 | 1001111 | 110100 | 0 | 111010 | 11010 | 1110010 | 101101 | 110100 |
Color Harmonies of #5ABC4F
Complementary color
Monochromatic Colors of #5ABC4F
Black with #5ABC4F
Text Example
Text Example
White with #5ABC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABC4F; }
p { color: rgb(90,188,79); }
H1.HeaderClassName
{
color: #5ABC4F;
}
.AnyTagClassName
{
color: #5ABC4F;
}
</style>
background-color css
<style>
a { background-color: #5ABC4F; }
a { background-color: rgb(90,188,79); }
div.DivClassName
{
background-color: #5ABC4F;
}
.BgClassName
{
background-color: #5ABC4F;
}
</style>
border-color css
<style>
span { border-color: #5ABC4F; }
span { border-color: rgb(90,188,79); }
td.TdClassName
{
border-color: #5ABC4F;
}
.TagClassName
{
border-color: #5ABC4F;
}
</style>