Shades of Apple #5AB44B
Tints of Apple #5AB44B
RGB
CMYK
RGB Variations
Color information
#5AB44B (or 0x5AB44B) is known color: Apple. HEX triplet: 5A, B4 and 4B. RGB value is (90,180,75). Sum of RGB (Red+Green+Blue) = 90+180+75=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 180 (70.70% from 255 or 52.17% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB44B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB44B is #A54BB4. Grayscale: #8D8D8D. Windows color (decimal): -10832821 or 4961370. OLE color: 4961370.
HSL color Cylindrical-coordinate representation of color #5AB44B: hue angle of 111.43º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AB44B is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 180 | 75 | - |
| CMYK | 0.50 | 0 | 0.58 | 0.29 |
| HSL | 111.43º | 0.41% | 0.5% | - |
| HSV(B) | 111.43º | 0.58% | 0.71% | - |
| XYZ | 21.81 | 35.32 | 12.33 | - |
| YUV | 141.12 | 90.68 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 180 | 75 | 0.50 | 0 | 0.58 | 0.29 | 111.43 | 0.41 | 0.5 |
| Hex | 5A | B4 | 4B | 32 | 0 | 3A | 1D | 6F | 29 | 32 |
| Octal | 132 | 264 | 113 | 62 | 0 | 72 | 35 | 157 | 51 | 62 |
| Binary | 1011010 | 10110100 | 1001011 | 110010 | 0 | 111010 | 11101 | 1101111 | 101001 | 110010 |
Color Harmonies of #5AB44B
Complementary color
Monochromatic Colors of #5AB44B
Black with #5AB44B
Text Example
Text Example
White with #5AB44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB44B; }
p { color: rgb(90,180,75); }
H1.HeaderClassName
{
color: #5AB44B;
}
.AnyTagClassName
{
color: #5AB44B;
}
</style>
background-color css
<style>
a { background-color: #5AB44B; }
a { background-color: rgb(90,180,75); }
div.DivClassName
{
background-color: #5AB44B;
}
.BgClassName
{
background-color: #5AB44B;
}
</style>
border-color css
<style>
span { border-color: #5AB44B; }
span { border-color: rgb(90,180,75); }
td.TdClassName
{
border-color: #5AB44B;
}
.TagClassName
{
border-color: #5AB44B;
}
</style>