Shades of Apple #5ADB39
Tints of Apple #5ADB39
RGB
CMYK
RGB Variations
Color information
#5ADB39 (or 0x5ADB39) is known color: Apple. HEX triplet: 5A, DB and 39. RGB value is (90,219,57). Sum of RGB (Red+Green+Blue) = 90+219+57=366 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.59% from 366); Green value is 219 (85.94% from 255 or 59.84% from 366); Blue value is 57 (22.66% from 255 or 15.57% from 366); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADB39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADB39 is #A524C6. Grayscale: #A2A2A2. Windows color (decimal): -10822855 or 3791706. OLE color: 3791706.
HSL color Cylindrical-coordinate representation of color #5ADB39: hue angle of 107.78º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5ADB39 is Cyan = 0.59, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 219 | 57 | - |
| CMYK | 0.59 | 0 | 0.74 | 0.14 |
| HSL | 107.78º | 0.69% | 0.54% | - |
| HSV(B) | 107.78º | 0.74% | 0.86% | - |
| XYZ | 30.29 | 53.13 | 12.53 | - |
| YUV | 161.96 | 68.76 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 57 | 0.59 | 0 | 0.74 | 0.14 | 107.78 | 0.69 | 0.54 |
| Hex | 5A | DB | 39 | 3B | 0 | 4A | E | 6C | 45 | 36 |
| Octal | 132 | 333 | 71 | 73 | 0 | 112 | 16 | 154 | 105 | 66 |
| Binary | 1011010 | 11011011 | 111001 | 111011 | 0 | 1001010 | 1110 | 1101100 | 1000101 | 110110 |
Color Harmonies of #5ADB39
Complementary color
Monochromatic Colors of #5ADB39
Black with #5ADB39
Text Example
Text Example
White with #5ADB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADB39; }
p { color: rgb(90,219,57); }
H1.HeaderClassName
{
color: #5ADB39;
}
.AnyTagClassName
{
color: #5ADB39;
}
</style>
background-color css
<style>
a { background-color: #5ADB39; }
a { background-color: rgb(90,219,57); }
div.DivClassName
{
background-color: #5ADB39;
}
.BgClassName
{
background-color: #5ADB39;
}
</style>
border-color css
<style>
span { border-color: #5ADB39; }
span { border-color: rgb(90,219,57); }
td.TdClassName
{
border-color: #5ADB39;
}
.TagClassName
{
border-color: #5ADB39;
}
</style>