Shades of Apple #5AD94E
Tints of Apple #5AD94E
RGB
CMYK
RGB Variations
Color information
#5AD94E (or 0x5AD94E) is known color: Apple. HEX triplet: 5A, D9 and 4E. RGB value is (90,217,78). Sum of RGB (Red+Green+Blue) = 90+217+78=385 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.38% from 385); Green value is 217 (85.16% from 255 or 56.36% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD94E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD94E is #A526B1. Grayscale: #A3A3A3. Windows color (decimal): -10823346 or 5167450. OLE color: 5167450.
HSL color Cylindrical-coordinate representation of color #5AD94E: hue angle of 114.82º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AD94E is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 217 | 78 | - |
| CMYK | 0.59 | 0 | 0.64 | 0.15 |
| HSL | 114.82º | 0.65% | 0.58% | - |
| HSV(B) | 114.82º | 0.64% | 0.85% | - |
| XYZ | 30.4 | 52.35 | 15.71 | - |
| YUV | 163.18 | 79.92 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 217 | 78 | 0.59 | 0 | 0.64 | 0.15 | 114.82 | 0.65 | 0.58 |
| Hex | 5A | D9 | 4E | 3B | 0 | 40 | F | 73 | 41 | 3A |
| Octal | 132 | 331 | 116 | 73 | 0 | 100 | 17 | 163 | 101 | 72 |
| Binary | 1011010 | 11011001 | 1001110 | 111011 | 0 | 1000000 | 1111 | 1110011 | 1000001 | 111010 |
Color Harmonies of #5AD94E
Complementary color
Monochromatic Colors of #5AD94E
Black with #5AD94E
Text Example
Text Example
White with #5AD94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD94E; }
p { color: rgb(90,217,78); }
H1.HeaderClassName
{
color: #5AD94E;
}
.AnyTagClassName
{
color: #5AD94E;
}
</style>
background-color css
<style>
a { background-color: #5AD94E; }
a { background-color: rgb(90,217,78); }
div.DivClassName
{
background-color: #5AD94E;
}
.BgClassName
{
background-color: #5AD94E;
}
</style>
border-color css
<style>
span { border-color: #5AD94E; }
span { border-color: rgb(90,217,78); }
td.TdClassName
{
border-color: #5AD94E;
}
.TagClassName
{
border-color: #5AD94E;
}
</style>