Shades of Apple #5AB34F
Tints of Apple #5AB34F
RGB
CMYK
RGB Variations
Color information
#5AB34F (or 0x5AB34F) is known color: Apple. HEX triplet: 5A, B3 and 4F. RGB value is (90,179,79). Sum of RGB (Red+Green+Blue) = 90+179+79=348 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.86% from 348); Green value is 179 (70.31% from 255 or 51.44% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 179 - color contains mainly: green. Hex color #5AB34F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB34F is #A54CB0. Grayscale: #8D8D8D. Windows color (decimal): -10833073 or 5223258. OLE color: 5223258.
HSL color Cylindrical-coordinate representation of color #5AB34F: hue angle of 113.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AB34F is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 179 | 79 | - |
| CMYK | 0.50 | 0 | 0.56 | 0.30 |
| HSL | 113.4º | 0.4% | 0.51% | - |
| HSV(B) | 113.4º | 0.56% | 0.7% | - |
| XYZ | 21.75 | 34.98 | 13 | - |
| YUV | 140.99 | 93.01 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 179 | 79 | 0.50 | 0 | 0.56 | 0.30 | 113.4 | 0.4 | 0.51 |
| Hex | 5A | B3 | 4F | 32 | 0 | 38 | 1E | 71 | 28 | 33 |
| Octal | 132 | 263 | 117 | 62 | 0 | 70 | 36 | 161 | 50 | 63 |
| Binary | 1011010 | 10110011 | 1001111 | 110010 | 0 | 111000 | 11110 | 1110001 | 101000 | 110011 |
Color Harmonies of #5AB34F
Complementary color
Monochromatic Colors of #5AB34F
Black with #5AB34F
Text Example
Text Example
White with #5AB34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB34F; }
p { color: rgb(90,179,79); }
H1.HeaderClassName
{
color: #5AB34F;
}
.AnyTagClassName
{
color: #5AB34F;
}
</style>
background-color css
<style>
a { background-color: #5AB34F; }
a { background-color: rgb(90,179,79); }
div.DivClassName
{
background-color: #5AB34F;
}
.BgClassName
{
background-color: #5AB34F;
}
</style>
border-color css
<style>
span { border-color: #5AB34F; }
span { border-color: rgb(90,179,79); }
td.TdClassName
{
border-color: #5AB34F;
}
.TagClassName
{
border-color: #5AB34F;
}
</style>