Shades of Apple #5AC541
Tints of Apple #5AC541
RGB
CMYK
RGB Variations
Color information
#5AC541 (or 0x5AC541) is known color: Apple. HEX triplet: 5A, C5 and 41. RGB value is (90,197,65). Sum of RGB (Red+Green+Blue) = 90+197+65=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 197 (77.34% from 255 or 55.97% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 197 - color contains mainly: green. Hex color #5AC541 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC541 is #A53ABE. Grayscale: #969696. Windows color (decimal): -10828479 or 4310362. OLE color: 4310362.
HSL color Cylindrical-coordinate representation of color #5AC541: hue angle of 108.64º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5AC541 is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 90 | 197 | 65 | - |
| CMYK | 0.54 | 0 | 0.67 | 0.23 |
| HSL | 108.64º | 0.53% | 0.51% | - |
| HSV(B) | 108.64º | 0.67% | 0.77% | - |
| XYZ | 25.14 | 42.49 | 11.88 | - |
| YUV | 149.96 | 80.05 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 197 | 65 | 0.54 | 0 | 0.67 | 0.23 | 108.64 | 0.53 | 0.51 |
| Hex | 5A | C5 | 41 | 36 | 0 | 43 | 17 | 6D | 35 | 33 |
| Octal | 132 | 305 | 101 | 66 | 0 | 103 | 27 | 155 | 65 | 63 |
| Binary | 1011010 | 11000101 | 1000001 | 110110 | 0 | 1000011 | 10111 | 1101101 | 110101 | 110011 |
Color Harmonies of #5AC541
Complementary color
Monochromatic Colors of #5AC541
Black with #5AC541
Text Example
Text Example
White with #5AC541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC541; }
p { color: rgb(90,197,65); }
H1.HeaderClassName
{
color: #5AC541;
}
.AnyTagClassName
{
color: #5AC541;
}
</style>
background-color css
<style>
a { background-color: #5AC541; }
a { background-color: rgb(90,197,65); }
div.DivClassName
{
background-color: #5AC541;
}
.BgClassName
{
background-color: #5AC541;
}
</style>
border-color css
<style>
span { border-color: #5AC541; }
span { border-color: rgb(90,197,65); }
td.TdClassName
{
border-color: #5AC541;
}
.TagClassName
{
border-color: #5AC541;
}
</style>