Shades of Apple #5ABC45
Tints of Apple #5ABC45
RGB
CMYK
RGB Variations
Color information
#5ABC45 (or 0x5ABC45) is known color: Apple. HEX triplet: 5A, BC and 45. RGB value is (90,188,69). Sum of RGB (Red+Green+Blue) = 90+188+69=347 (45% of max value = 765). Red value is 90 (35.55% from 255 or 25.94% from 347); Green value is 188 (73.83% from 255 or 54.18% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABC45 is #A543BA. Grayscale: #919191. Windows color (decimal): -10830779 or 4570202. OLE color: 4570202.
HSL color Cylindrical-coordinate representation of color #5ABC45: hue angle of 109.41º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5ABC45 is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 188 | 69 | - |
| CMYK | 0.52 | 0 | 0.63 | 0.26 |
| HSL | 109.41º | 0.47% | 0.5% | - |
| HSV(B) | 109.41º | 0.63% | 0.74% | - |
| XYZ | 23.27 | 38.57 | 11.85 | - |
| YUV | 145.13 | 85.03 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 69 | 0.52 | 0 | 0.63 | 0.26 | 109.41 | 0.47 | 0.5 |
| Hex | 5A | BC | 45 | 34 | 0 | 3F | 1A | 6D | 2F | 32 |
| Octal | 132 | 274 | 105 | 64 | 0 | 77 | 32 | 155 | 57 | 62 |
| Binary | 1011010 | 10111100 | 1000101 | 110100 | 0 | 111111 | 11010 | 1101101 | 101111 | 110010 |
Color Harmonies of #5ABC45
Complementary color
Monochromatic Colors of #5ABC45
Black with #5ABC45
Text Example
Text Example
White with #5ABC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABC45; }
p { color: rgb(90,188,69); }
H1.HeaderClassName
{
color: #5ABC45;
}
.AnyTagClassName
{
color: #5ABC45;
}
</style>
background-color css
<style>
a { background-color: #5ABC45; }
a { background-color: rgb(90,188,69); }
div.DivClassName
{
background-color: #5ABC45;
}
.BgClassName
{
background-color: #5ABC45;
}
</style>
border-color css
<style>
span { border-color: #5ABC45; }
span { border-color: rgb(90,188,69); }
td.TdClassName
{
border-color: #5ABC45;
}
.TagClassName
{
border-color: #5ABC45;
}
</style>