Shades of Apple #5ADA4D
Tints of Apple #5ADA4D
RGB
CMYK
RGB Variations
Color information
#5ADA4D (or 0x5ADA4D) is known color: Apple. HEX triplet: 5A, DA and 4D. RGB value is (90,218,77). Sum of RGB (Red+Green+Blue) = 90+218+77=385 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.38% from 385); Green value is 218 (85.55% from 255 or 56.62% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 218 - color contains mainly: green. Hex color #5ADA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ADA4D is #A525B2. Grayscale: #A4A4A4. Windows color (decimal): -10823091 or 5102170. OLE color: 5102170.
HSL color Cylindrical-coordinate representation of color #5ADA4D: hue angle of 114.47º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5ADA4D is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 218 | 77 | - |
| CMYK | 0.59 | 0 | 0.65 | 0.15 |
| HSL | 114.47º | 0.66% | 0.58% | - |
| HSV(B) | 114.47º | 0.65% | 0.85% | - |
| XYZ | 30.63 | 52.85 | 15.61 | - |
| YUV | 163.65 | 79.09 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 218 | 77 | 0.59 | 0 | 0.65 | 0.15 | 114.47 | 0.66 | 0.58 |
| Hex | 5A | DA | 4D | 3B | 0 | 41 | F | 72 | 42 | 3A |
| Octal | 132 | 332 | 115 | 73 | 0 | 101 | 17 | 162 | 102 | 72 |
| Binary | 1011010 | 11011010 | 1001101 | 111011 | 0 | 1000001 | 1111 | 1110010 | 1000010 | 111010 |
Color Harmonies of #5ADA4D
Complementary color
Monochromatic Colors of #5ADA4D
Black with #5ADA4D
Text Example
Text Example
White with #5ADA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADA4D; }
p { color: rgb(90,218,77); }
H1.HeaderClassName
{
color: #5ADA4D;
}
.AnyTagClassName
{
color: #5ADA4D;
}
</style>
background-color css
<style>
a { background-color: #5ADA4D; }
a { background-color: rgb(90,218,77); }
div.DivClassName
{
background-color: #5ADA4D;
}
.BgClassName
{
background-color: #5ADA4D;
}
</style>
border-color css
<style>
span { border-color: #5ADA4D; }
span { border-color: rgb(90,218,77); }
td.TdClassName
{
border-color: #5ADA4D;
}
.TagClassName
{
border-color: #5ADA4D;
}
</style>