Shades of Apple #5AB74B
Tints of Apple #5AB74B
RGB
CMYK
RGB Variations
Color information
#5AB74B (or 0x5AB74B) is known color: Apple. HEX triplet: 5A, B7 and 4B. RGB value is (90,183,75). Sum of RGB (Red+Green+Blue) = 90+183+75=348 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.86% from 348); Green value is 183 (71.88% from 255 or 52.59% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB74B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB74B is #A548B4. Grayscale: #8F8F8F. Windows color (decimal): -10832053 or 4962138. OLE color: 4962138.
HSL color Cylindrical-coordinate representation of color #5AB74B: hue angle of 111.67º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AB74B is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 183 | 75 | - |
| CMYK | 0.51 | 0 | 0.59 | 0.28 |
| HSL | 111.67º | 0.43% | 0.51% | - |
| HSV(B) | 111.67º | 0.59% | 0.72% | - |
| XYZ | 22.42 | 36.55 | 12.53 | - |
| YUV | 142.88 | 89.69 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 75 | 0.51 | 0 | 0.59 | 0.28 | 111.67 | 0.43 | 0.51 |
| Hex | 5A | B7 | 4B | 33 | 0 | 3B | 1C | 70 | 2B | 33 |
| Octal | 132 | 267 | 113 | 63 | 0 | 73 | 34 | 160 | 53 | 63 |
| Binary | 1011010 | 10110111 | 1001011 | 110011 | 0 | 111011 | 11100 | 1110000 | 101011 | 110011 |
Color Harmonies of #5AB74B
Complementary color
Monochromatic Colors of #5AB74B
Black with #5AB74B
Text Example
Text Example
White with #5AB74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB74B; }
p { color: rgb(90,183,75); }
H1.HeaderClassName
{
color: #5AB74B;
}
.AnyTagClassName
{
color: #5AB74B;
}
</style>
background-color css
<style>
a { background-color: #5AB74B; }
a { background-color: rgb(90,183,75); }
div.DivClassName
{
background-color: #5AB74B;
}
.BgClassName
{
background-color: #5AB74B;
}
</style>
border-color css
<style>
span { border-color: #5AB74B; }
span { border-color: rgb(90,183,75); }
td.TdClassName
{
border-color: #5AB74B;
}
.TagClassName
{
border-color: #5AB74B;
}
</style>