Shades of Apple #5AB745
Tints of Apple #5AB745
RGB
CMYK
RGB Variations
Color information
#5AB745 (or 0x5AB745) is known color: Apple. HEX triplet: 5A, B7 and 45. RGB value is (90,183,69). Sum of RGB (Red+Green+Blue) = 90+183+69=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 183 (71.88% from 255 or 53.51% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB745 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB745 is #A548BA. Grayscale: #8E8E8E. Windows color (decimal): -10832059 or 4568922. OLE color: 4568922.
HSL color Cylindrical-coordinate representation of color #5AB745: hue angle of 108.95º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AB745 is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 183 | 69 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.28 |
| HSL | 108.95º | 0.45% | 0.49% | - |
| HSV(B) | 108.95º | 0.62% | 0.72% | - |
| XYZ | 22.22 | 36.47 | 11.5 | - |
| YUV | 142.2 | 86.69 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 69 | 0.51 | 0 | 0.62 | 0.28 | 108.95 | 0.45 | 0.49 |
| Hex | 5A | B7 | 45 | 33 | 0 | 3E | 1C | 6D | 2D | 31 |
| Octal | 132 | 267 | 105 | 63 | 0 | 76 | 34 | 155 | 55 | 61 |
| Binary | 1011010 | 10110111 | 1000101 | 110011 | 0 | 111110 | 11100 | 1101101 | 101101 | 110001 |
Color Harmonies of #5AB745
Complementary color
Monochromatic Colors of #5AB745
Black with #5AB745
Text Example
Text Example
White with #5AB745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB745; }
p { color: rgb(90,183,69); }
H1.HeaderClassName
{
color: #5AB745;
}
.AnyTagClassName
{
color: #5AB745;
}
</style>
background-color css
<style>
a { background-color: #5AB745; }
a { background-color: rgb(90,183,69); }
div.DivClassName
{
background-color: #5AB745;
}
.BgClassName
{
background-color: #5AB745;
}
</style>
border-color css
<style>
span { border-color: #5AB745; }
span { border-color: rgb(90,183,69); }
td.TdClassName
{
border-color: #5AB745;
}
.TagClassName
{
border-color: #5AB745;
}
</style>