Shades of Apple #5ADA4C
Tints of Apple #5ADA4C
RGB
CMYK
RGB Variations
Color information
#5ADA4C (or 0x5ADA4C) is known color: Apple. HEX triplet: 5A, DA and 4C. RGB value is (90,218,76). Sum of RGB (Red+Green+Blue) = 90+218+76=384 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.44% from 384); Green value is 218 (85.55% from 255 or 56.77% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 218 - color contains mainly: green. Hex color #5ADA4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADA4C is #A525B3. Grayscale: #A3A3A3. Windows color (decimal): -10823092 or 5036634. OLE color: 5036634.
HSL color Cylindrical-coordinate representation of color #5ADA4C: hue angle of 114.08º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5ADA4C is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 218 | 76 | - |
| CMYK | 0.59 | 0 | 0.65 | 0.15 |
| HSL | 114.08º | 0.66% | 0.58% | - |
| HSV(B) | 114.08º | 0.65% | 0.85% | - |
| XYZ | 30.59 | 52.84 | 15.42 | - |
| YUV | 163.54 | 78.59 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 218 | 76 | 0.59 | 0 | 0.65 | 0.15 | 114.08 | 0.66 | 0.58 |
| Hex | 5A | DA | 4C | 3B | 0 | 41 | F | 72 | 42 | 3A |
| Octal | 132 | 332 | 114 | 73 | 0 | 101 | 17 | 162 | 102 | 72 |
| Binary | 1011010 | 11011010 | 1001100 | 111011 | 0 | 1000001 | 1111 | 1110010 | 1000010 | 111010 |
Color Harmonies of #5ADA4C
Complementary color
Monochromatic Colors of #5ADA4C
Black with #5ADA4C
Text Example
Text Example
White with #5ADA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADA4C; }
p { color: rgb(90,218,76); }
H1.HeaderClassName
{
color: #5ADA4C;
}
.AnyTagClassName
{
color: #5ADA4C;
}
</style>
background-color css
<style>
a { background-color: #5ADA4C; }
a { background-color: rgb(90,218,76); }
div.DivClassName
{
background-color: #5ADA4C;
}
.BgClassName
{
background-color: #5ADA4C;
}
</style>
border-color css
<style>
span { border-color: #5ADA4C; }
span { border-color: rgb(90,218,76); }
td.TdClassName
{
border-color: #5ADA4C;
}
.TagClassName
{
border-color: #5ADA4C;
}
</style>