Shades of Apple #5AB64F
Tints of Apple #5AB64F
RGB
CMYK
RGB Variations
Color information
#5AB64F (or 0x5AB64F) is known color: Apple. HEX triplet: 5A, B6 and 4F. RGB value is (90,182,79). Sum of RGB (Red+Green+Blue) = 90+182+79=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 182 (71.48% from 255 or 51.85% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 182 - color contains mainly: green. Hex color #5AB64F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB64F is #A549B0. Grayscale: #8F8F8F. Windows color (decimal): -10832305 or 5224026. OLE color: 5224026.
HSL color Cylindrical-coordinate representation of color #5AB64F: hue angle of 113.59º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AB64F is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 182 | 79 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.29 |
| HSL | 113.59º | 0.41% | 0.51% | - |
| HSV(B) | 113.59º | 0.57% | 0.71% | - |
| XYZ | 22.36 | 36.19 | 13.21 | - |
| YUV | 142.75 | 92.02 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 182 | 79 | 0.51 | 0 | 0.57 | 0.29 | 113.59 | 0.41 | 0.51 |
| Hex | 5A | B6 | 4F | 33 | 0 | 39 | 1D | 72 | 29 | 33 |
| Octal | 132 | 266 | 117 | 63 | 0 | 71 | 35 | 162 | 51 | 63 |
| Binary | 1011010 | 10110110 | 1001111 | 110011 | 0 | 111001 | 11101 | 1110010 | 101001 | 110011 |
Color Harmonies of #5AB64F
Complementary color
Monochromatic Colors of #5AB64F
Black with #5AB64F
Text Example
Text Example
White with #5AB64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB64F; }
p { color: rgb(90,182,79); }
H1.HeaderClassName
{
color: #5AB64F;
}
.AnyTagClassName
{
color: #5AB64F;
}
</style>
background-color css
<style>
a { background-color: #5AB64F; }
a { background-color: rgb(90,182,79); }
div.DivClassName
{
background-color: #5AB64F;
}
.BgClassName
{
background-color: #5AB64F;
}
</style>
border-color css
<style>
span { border-color: #5AB64F; }
span { border-color: rgb(90,182,79); }
td.TdClassName
{
border-color: #5AB64F;
}
.TagClassName
{
border-color: #5AB64F;
}
</style>