Shades of Apple #5AD64E
Tints of Apple #5AD64E
RGB
CMYK
RGB Variations
Color information
#5AD64E (or 0x5AD64E) is known color: Apple. HEX triplet: 5A, D6 and 4E. RGB value is (90,214,78). Sum of RGB (Red+Green+Blue) = 90+214+78=382 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.56% from 382); Green value is 214 (83.98% from 255 or 56.02% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD64E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD64E is #A529B1. Grayscale: #A1A1A1. Windows color (decimal): -10824114 or 5166682. OLE color: 5166682.
HSL color Cylindrical-coordinate representation of color #5AD64E: hue angle of 114.71º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AD64E is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 214 | 78 | - |
| CMYK | 0.58 | 0 | 0.64 | 0.16 |
| HSL | 114.71º | 0.62% | 0.57% | - |
| HSV(B) | 114.71º | 0.64% | 0.84% | - |
| XYZ | 29.64 | 50.82 | 15.45 | - |
| YUV | 161.42 | 80.92 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 214 | 78 | 0.58 | 0 | 0.64 | 0.16 | 114.71 | 0.62 | 0.57 |
| Hex | 5A | D6 | 4E | 3A | 0 | 40 | 10 | 73 | 3E | 39 |
| Octal | 132 | 326 | 116 | 72 | 0 | 100 | 20 | 163 | 76 | 71 |
| Binary | 1011010 | 11010110 | 1001110 | 111010 | 0 | 1000000 | 10000 | 1110011 | 111110 | 111001 |
Color Harmonies of #5AD64E
Complementary color
Monochromatic Colors of #5AD64E
Black with #5AD64E
Text Example
Text Example
White with #5AD64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD64E; }
p { color: rgb(90,214,78); }
H1.HeaderClassName
{
color: #5AD64E;
}
.AnyTagClassName
{
color: #5AD64E;
}
</style>
background-color css
<style>
a { background-color: #5AD64E; }
a { background-color: rgb(90,214,78); }
div.DivClassName
{
background-color: #5AD64E;
}
.BgClassName
{
background-color: #5AD64E;
}
</style>
border-color css
<style>
span { border-color: #5AD64E; }
span { border-color: rgb(90,214,78); }
td.TdClassName
{
border-color: #5AD64E;
}
.TagClassName
{
border-color: #5AD64E;
}
</style>