Shades of Apple #5AD74E
Tints of Apple #5AD74E
RGB
CMYK
RGB Variations
Color information
#5AD74E (or 0x5AD74E) is known color: Apple. HEX triplet: 5A, D7 and 4E. RGB value is (90,215,78). Sum of RGB (Red+Green+Blue) = 90+215+78=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 215 (84.38% from 255 or 56.14% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 215 - color contains mainly: green. Hex color #5AD74E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD74E is #A528B1. Grayscale: #A2A2A2. Windows color (decimal): -10823858 or 5166938. OLE color: 5166938.
HSL color Cylindrical-coordinate representation of color #5AD74E: hue angle of 114.74º degrees, saturation: 0.63, 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 #5AD74E is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 215 | 78 | - |
| CMYK | 0.58 | 0 | 0.64 | 0.16 |
| HSL | 114.74º | 0.63% | 0.57% | - |
| HSV(B) | 114.74º | 0.64% | 0.84% | - |
| XYZ | 29.89 | 51.32 | 15.54 | - |
| YUV | 162.01 | 80.59 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 215 | 78 | 0.58 | 0 | 0.64 | 0.16 | 114.74 | 0.63 | 0.57 |
| Hex | 5A | D7 | 4E | 3A | 0 | 40 | 10 | 73 | 3F | 39 |
| Octal | 132 | 327 | 116 | 72 | 0 | 100 | 20 | 163 | 77 | 71 |
| Binary | 1011010 | 11010111 | 1001110 | 111010 | 0 | 1000000 | 10000 | 1110011 | 111111 | 111001 |
Color Harmonies of #5AD74E
Complementary color
Monochromatic Colors of #5AD74E
Black with #5AD74E
Text Example
Text Example
White with #5AD74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD74E; }
p { color: rgb(90,215,78); }
H1.HeaderClassName
{
color: #5AD74E;
}
.AnyTagClassName
{
color: #5AD74E;
}
</style>
background-color css
<style>
a { background-color: #5AD74E; }
a { background-color: rgb(90,215,78); }
div.DivClassName
{
background-color: #5AD74E;
}
.BgClassName
{
background-color: #5AD74E;
}
</style>
border-color css
<style>
span { border-color: #5AD74E; }
span { border-color: rgb(90,215,78); }
td.TdClassName
{
border-color: #5AD74E;
}
.TagClassName
{
border-color: #5AD74E;
}
</style>