Shades of Apple #5ADB38
Tints of Apple #5ADB38
RGB
CMYK
RGB Variations
Color information
#5ADB38 (or 0x5ADB38) is known color: Apple. HEX triplet: 5A, DB and 38. RGB value is (90,219,56). Sum of RGB (Red+Green+Blue) = 90+219+56=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 219 (85.94% from 255 or 60% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADB38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADB38 is #A524C7. Grayscale: #A2A2A2. Windows color (decimal): -10822856 or 3726170. OLE color: 3726170.
HSL color Cylindrical-coordinate representation of color #5ADB38: hue angle of 107.48º 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 #5ADB38 is Cyan = 0.59, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 219 | 56 | - |
| CMYK | 0.59 | 0 | 0.74 | 0.14 |
| HSL | 107.48º | 0.69% | 0.54% | - |
| HSV(B) | 107.48º | 0.74% | 0.86% | - |
| XYZ | 30.26 | 53.12 | 12.4 | - |
| YUV | 161.85 | 68.26 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 56 | 0.59 | 0 | 0.74 | 0.14 | 107.48 | 0.69 | 0.54 |
| Hex | 5A | DB | 38 | 3B | 0 | 4A | E | 6B | 45 | 36 |
| Octal | 132 | 333 | 70 | 73 | 0 | 112 | 16 | 153 | 105 | 66 |
| Binary | 1011010 | 11011011 | 111000 | 111011 | 0 | 1001010 | 1110 | 1101011 | 1000101 | 110110 |
Color Harmonies of #5ADB38
Complementary color
Monochromatic Colors of #5ADB38
Black with #5ADB38
Text Example
Text Example
White with #5ADB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADB38; }
p { color: rgb(90,219,56); }
H1.HeaderClassName
{
color: #5ADB38;
}
.AnyTagClassName
{
color: #5ADB38;
}
</style>
background-color css
<style>
a { background-color: #5ADB38; }
a { background-color: rgb(90,219,56); }
div.DivClassName
{
background-color: #5ADB38;
}
.BgClassName
{
background-color: #5ADB38;
}
</style>
border-color css
<style>
span { border-color: #5ADB38; }
span { border-color: rgb(90,219,56); }
td.TdClassName
{
border-color: #5ADB38;
}
.TagClassName
{
border-color: #5ADB38;
}
</style>