Shades of Apple #5ADB4B
Tints of Apple #5ADB4B
RGB
CMYK
RGB Variations
Color information
#5ADB4B (or 0x5ADB4B) is known color: Apple. HEX triplet: 5A, DB and 4B. RGB value is (90,219,75). Sum of RGB (Red+Green+Blue) = 90+219+75=384 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.44% from 384); Green value is 219 (85.94% from 255 or 57.03% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADB4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADB4B is #A524B4. Grayscale: #A4A4A4. Windows color (decimal): -10822837 or 4971354. OLE color: 4971354.
HSL color Cylindrical-coordinate representation of color #5ADB4B: hue angle of 113.75º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5ADB4B is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 219 | 75 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.14 |
| HSL | 113.75º | 0.67% | 0.58% | - |
| HSV(B) | 113.75º | 0.66% | 0.86% | - |
| XYZ | 30.82 | 53.34 | 15.33 | - |
| YUV | 164.01 | 77.76 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 75 | 0.59 | 0 | 0.66 | 0.14 | 113.75 | 0.67 | 0.58 |
| Hex | 5A | DB | 4B | 3B | 0 | 42 | E | 72 | 43 | 3A |
| Octal | 132 | 333 | 113 | 73 | 0 | 102 | 16 | 162 | 103 | 72 |
| Binary | 1011010 | 11011011 | 1001011 | 111011 | 0 | 1000010 | 1110 | 1110010 | 1000011 | 111010 |
Color Harmonies of #5ADB4B
Complementary color
Monochromatic Colors of #5ADB4B
Black with #5ADB4B
Text Example
Text Example
White with #5ADB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADB4B; }
p { color: rgb(90,219,75); }
H1.HeaderClassName
{
color: #5ADB4B;
}
.AnyTagClassName
{
color: #5ADB4B;
}
</style>
background-color css
<style>
a { background-color: #5ADB4B; }
a { background-color: rgb(90,219,75); }
div.DivClassName
{
background-color: #5ADB4B;
}
.BgClassName
{
background-color: #5ADB4B;
}
</style>
border-color css
<style>
span { border-color: #5ADB4B; }
span { border-color: rgb(90,219,75); }
td.TdClassName
{
border-color: #5ADB4B;
}
.TagClassName
{
border-color: #5ADB4B;
}
</style>