Shades of Apple #5AB84F
Tints of Apple #5AB84F
RGB
CMYK
RGB Variations
Color information
#5AB84F (or 0x5AB84F) is known color: Apple. HEX triplet: 5A, B8 and 4F. RGB value is (90,184,79). Sum of RGB (Red+Green+Blue) = 90+184+79=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 184 (72.27% from 255 or 52.12% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 184 - color contains mainly: green. Hex color #5AB84F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB84F is #A547B0. Grayscale: #909090. Windows color (decimal): -10831793 or 5224538. OLE color: 5224538.
HSL color Cylindrical-coordinate representation of color #5AB84F: hue angle of 113.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AB84F is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 184 | 79 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.28 |
| HSL | 113.71º | 0.43% | 0.52% | - |
| HSV(B) | 113.71º | 0.57% | 0.72% | - |
| XYZ | 22.77 | 37.02 | 13.34 | - |
| YUV | 143.92 | 91.36 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 184 | 79 | 0.51 | 0 | 0.57 | 0.28 | 113.71 | 0.43 | 0.52 |
| Hex | 5A | B8 | 4F | 33 | 0 | 39 | 1C | 72 | 2B | 34 |
| Octal | 132 | 270 | 117 | 63 | 0 | 71 | 34 | 162 | 53 | 64 |
| Binary | 1011010 | 10111000 | 1001111 | 110011 | 0 | 111001 | 11100 | 1110010 | 101011 | 110100 |
Color Harmonies of #5AB84F
Complementary color
Monochromatic Colors of #5AB84F
Black with #5AB84F
Text Example
Text Example
White with #5AB84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB84F; }
p { color: rgb(90,184,79); }
H1.HeaderClassName
{
color: #5AB84F;
}
.AnyTagClassName
{
color: #5AB84F;
}
</style>
background-color css
<style>
a { background-color: #5AB84F; }
a { background-color: rgb(90,184,79); }
div.DivClassName
{
background-color: #5AB84F;
}
.BgClassName
{
background-color: #5AB84F;
}
</style>
border-color css
<style>
span { border-color: #5AB84F; }
span { border-color: rgb(90,184,79); }
td.TdClassName
{
border-color: #5AB84F;
}
.TagClassName
{
border-color: #5AB84F;
}
</style>