Shades of Apple #5AD541
Tints of Apple #5AD541
RGB
CMYK
RGB Variations
Color information
#5AD541 (or 0x5AD541) is known color: Apple. HEX triplet: 5A, D5 and 41. RGB value is (90,213,65). Sum of RGB (Red+Green+Blue) = 90+213+65=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 213 (83.59% from 255 or 57.88% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD541 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD541 is #A52ABE. Grayscale: #9F9F9F. Windows color (decimal): -10824383 or 4314458. OLE color: 4314458.
HSL color Cylindrical-coordinate representation of color #5AD541: hue angle of 109.86º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5AD541 is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 213 | 65 | - |
| CMYK | 0.58 | 0 | 0.69 | 0.16 |
| HSL | 109.86º | 0.64% | 0.55% | - |
| HSV(B) | 109.86º | 0.69% | 0.84% | - |
| XYZ | 28.96 | 50.14 | 13.15 | - |
| YUV | 159.35 | 74.75 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 213 | 65 | 0.58 | 0 | 0.69 | 0.16 | 109.86 | 0.64 | 0.55 |
| Hex | 5A | D5 | 41 | 3A | 0 | 45 | 10 | 6E | 40 | 37 |
| Octal | 132 | 325 | 101 | 72 | 0 | 105 | 20 | 156 | 100 | 67 |
| Binary | 1011010 | 11010101 | 1000001 | 111010 | 0 | 1000101 | 10000 | 1101110 | 1000000 | 110111 |
Color Harmonies of #5AD541
Complementary color
Monochromatic Colors of #5AD541
Black with #5AD541
Text Example
Text Example
White with #5AD541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD541; }
p { color: rgb(90,213,65); }
H1.HeaderClassName
{
color: #5AD541;
}
.AnyTagClassName
{
color: #5AD541;
}
</style>
background-color css
<style>
a { background-color: #5AD541; }
a { background-color: rgb(90,213,65); }
div.DivClassName
{
background-color: #5AD541;
}
.BgClassName
{
background-color: #5AD541;
}
</style>
border-color css
<style>
span { border-color: #5AD541; }
span { border-color: rgb(90,213,65); }
td.TdClassName
{
border-color: #5AD541;
}
.TagClassName
{
border-color: #5AD541;
}
</style>