Shades of Apple #5AB13F
Tints of Apple #5AB13F
RGB
CMYK
RGB Variations
Color information
#5AB13F (or 0x5AB13F) is known color: Apple. HEX triplet: 5A, B1 and 3F. RGB value is (90,177,63). Sum of RGB (Red+Green+Blue) = 90+177+63=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 177 (69.53% from 255 or 53.64% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB13F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AB13F is #A54EC0. Grayscale: #8A8A8A. Windows color (decimal): -10833601 or 4174170. OLE color: 4174170.
HSL color Cylindrical-coordinate representation of color #5AB13F: hue angle of 105.79º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AB13F is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 177 | 63 | - |
| CMYK | 0.49 | 0 | 0.64 | 0.31 |
| HSL | 105.79º | 0.48% | 0.47% | - |
| HSV(B) | 105.79º | 0.64% | 0.69% | - |
| XYZ | 20.84 | 33.98 | 10.16 | - |
| YUV | 137.99 | 85.68 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 177 | 63 | 0.49 | 0 | 0.64 | 0.31 | 105.79 | 0.48 | 0.47 |
| Hex | 5A | B1 | 3F | 31 | 0 | 40 | 1F | 6A | 30 | 2F |
| Octal | 132 | 261 | 77 | 61 | 0 | 100 | 37 | 152 | 60 | 57 |
| Binary | 1011010 | 10110001 | 111111 | 110001 | 0 | 1000000 | 11111 | 1101010 | 110000 | 101111 |
Color Harmonies of #5AB13F
Complementary color
Monochromatic Colors of #5AB13F
Black with #5AB13F
Text Example
Text Example
White with #5AB13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB13F; }
p { color: rgb(90,177,63); }
H1.HeaderClassName
{
color: #5AB13F;
}
.AnyTagClassName
{
color: #5AB13F;
}
</style>
background-color css
<style>
a { background-color: #5AB13F; }
a { background-color: rgb(90,177,63); }
div.DivClassName
{
background-color: #5AB13F;
}
.BgClassName
{
background-color: #5AB13F;
}
</style>
border-color css
<style>
span { border-color: #5AB13F; }
span { border-color: rgb(90,177,63); }
td.TdClassName
{
border-color: #5AB13F;
}
.TagClassName
{
border-color: #5AB13F;
}
</style>