Shades of Apple #5AC745
Tints of Apple #5AC745
RGB
CMYK
RGB Variations
Color information
#5AC745 (or 0x5AC745) is known color: Apple. HEX triplet: 5A, C7 and 45. RGB value is (90,199,69). Sum of RGB (Red+Green+Blue) = 90+199+69=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 199 (78.12% from 255 or 55.59% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 199 - color contains mainly: green. Hex color #5AC745 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC745 is #A538BA. Grayscale: #989898. Windows color (decimal): -10827963 or 4573018. OLE color: 4573018.
HSL color Cylindrical-coordinate representation of color #5AC745: hue angle of 110.31º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AC745 is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 199 | 69 | - |
| CMYK | 0.55 | 0 | 0.65 | 0.22 |
| HSL | 110.31º | 0.54% | 0.53% | - |
| HSV(B) | 110.31º | 0.65% | 0.78% | - |
| XYZ | 25.71 | 43.45 | 12.66 | - |
| YUV | 151.59 | 81.39 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 199 | 69 | 0.55 | 0 | 0.65 | 0.22 | 110.31 | 0.54 | 0.53 |
| Hex | 5A | C7 | 45 | 37 | 0 | 41 | 16 | 6E | 36 | 35 |
| Octal | 132 | 307 | 105 | 67 | 0 | 101 | 26 | 156 | 66 | 65 |
| Binary | 1011010 | 11000111 | 1000101 | 110111 | 0 | 1000001 | 10110 | 1101110 | 110110 | 110101 |
Color Harmonies of #5AC745
Complementary color
Monochromatic Colors of #5AC745
Black with #5AC745
Text Example
Text Example
White with #5AC745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC745; }
p { color: rgb(90,199,69); }
H1.HeaderClassName
{
color: #5AC745;
}
.AnyTagClassName
{
color: #5AC745;
}
</style>
background-color css
<style>
a { background-color: #5AC745; }
a { background-color: rgb(90,199,69); }
div.DivClassName
{
background-color: #5AC745;
}
.BgClassName
{
background-color: #5AC745;
}
</style>
border-color css
<style>
span { border-color: #5AC745; }
span { border-color: rgb(90,199,69); }
td.TdClassName
{
border-color: #5AC745;
}
.TagClassName
{
border-color: #5AC745;
}
</style>