Shades of Apple #5ADA43
Tints of Apple #5ADA43
RGB
CMYK
RGB Variations
Color information
#5ADA43 (or 0x5ADA43) is known color: Apple. HEX triplet: 5A, DA and 43. RGB value is (90,218,67). Sum of RGB (Red+Green+Blue) = 90+218+67=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 218 (85.55% from 255 or 58.13% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 218 - color contains mainly: green. Hex color #5ADA43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADA43 is #A525BC. Grayscale: #A2A2A2. Windows color (decimal): -10823101 or 4446810. OLE color: 4446810.
HSL color Cylindrical-coordinate representation of color #5ADA43: hue angle of 110.86º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5ADA43 is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 218 | 67 | - |
| CMYK | 0.59 | 0 | 0.69 | 0.15 |
| HSL | 110.86º | 0.67% | 0.56% | - |
| HSV(B) | 110.86º | 0.69% | 0.85% | - |
| XYZ | 30.3 | 52.72 | 13.89 | - |
| YUV | 162.51 | 74.09 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 218 | 67 | 0.59 | 0 | 0.69 | 0.15 | 110.86 | 0.67 | 0.56 |
| Hex | 5A | DA | 43 | 3B | 0 | 45 | F | 6F | 43 | 38 |
| Octal | 132 | 332 | 103 | 73 | 0 | 105 | 17 | 157 | 103 | 70 |
| Binary | 1011010 | 11011010 | 1000011 | 111011 | 0 | 1000101 | 1111 | 1101111 | 1000011 | 111000 |
Color Harmonies of #5ADA43
Complementary color
Monochromatic Colors of #5ADA43
Black with #5ADA43
Text Example
Text Example
White with #5ADA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADA43; }
p { color: rgb(90,218,67); }
H1.HeaderClassName
{
color: #5ADA43;
}
.AnyTagClassName
{
color: #5ADA43;
}
</style>
background-color css
<style>
a { background-color: #5ADA43; }
a { background-color: rgb(90,218,67); }
div.DivClassName
{
background-color: #5ADA43;
}
.BgClassName
{
background-color: #5ADA43;
}
</style>
border-color css
<style>
span { border-color: #5ADA43; }
span { border-color: rgb(90,218,67); }
td.TdClassName
{
border-color: #5ADA43;
}
.TagClassName
{
border-color: #5ADA43;
}
</style>