Shades of Apple #5ADB43
Tints of Apple #5ADB43
RGB
CMYK
RGB Variations
Color information
#5ADB43 (or 0x5ADB43) is known color: Apple. HEX triplet: 5A, DB and 43. RGB value is (90,219,67). Sum of RGB (Red+Green+Blue) = 90+219+67=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 219 (85.94% from 255 or 58.24% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADB43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADB43 is #A524BC. Grayscale: #A3A3A3. Windows color (decimal): -10822845 or 4447066. OLE color: 4447066.
HSL color Cylindrical-coordinate representation of color #5ADB43: hue angle of 110.92º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5ADB43 is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 219 | 67 | - |
| CMYK | 0.59 | 0 | 0.69 | 0.14 |
| HSL | 110.92º | 0.68% | 0.56% | - |
| HSV(B) | 110.92º | 0.69% | 0.86% | - |
| XYZ | 30.56 | 53.24 | 13.98 | - |
| YUV | 163.1 | 73.76 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 67 | 0.59 | 0 | 0.69 | 0.14 | 110.92 | 0.68 | 0.56 |
| Hex | 5A | DB | 43 | 3B | 0 | 45 | E | 6F | 44 | 38 |
| Octal | 132 | 333 | 103 | 73 | 0 | 105 | 16 | 157 | 104 | 70 |
| Binary | 1011010 | 11011011 | 1000011 | 111011 | 0 | 1000101 | 1110 | 1101111 | 1000100 | 111000 |
Color Harmonies of #5ADB43
Complementary color
Monochromatic Colors of #5ADB43
Black with #5ADB43
Text Example
Text Example
White with #5ADB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADB43; }
p { color: rgb(90,219,67); }
H1.HeaderClassName
{
color: #5ADB43;
}
.AnyTagClassName
{
color: #5ADB43;
}
</style>
background-color css
<style>
a { background-color: #5ADB43; }
a { background-color: rgb(90,219,67); }
div.DivClassName
{
background-color: #5ADB43;
}
.BgClassName
{
background-color: #5ADB43;
}
</style>
border-color css
<style>
span { border-color: #5ADB43; }
span { border-color: rgb(90,219,67); }
td.TdClassName
{
border-color: #5ADB43;
}
.TagClassName
{
border-color: #5ADB43;
}
</style>