Shades of Apple #5AD74C
Tints of Apple #5AD74C
RGB
CMYK
RGB Variations
Color information
#5AD74C (or 0x5AD74C) is known color: Apple. HEX triplet: 5A, D7 and 4C. RGB value is (90,215,76). Sum of RGB (Red+Green+Blue) = 90+215+76=381 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.62% from 381); Green value is 215 (84.38% from 255 or 56.43% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 215 - color contains mainly: green. Hex color #5AD74C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD74C is #A528B3. Grayscale: #A2A2A2. Windows color (decimal): -10823860 or 5035866. OLE color: 5035866.
HSL color Cylindrical-coordinate representation of color #5AD74C: hue angle of 113.96º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AD74C is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 215 | 76 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.16 |
| HSL | 113.96º | 0.63% | 0.57% | - |
| HSV(B) | 113.96º | 0.65% | 0.84% | - |
| XYZ | 29.82 | 51.3 | 15.17 | - |
| YUV | 161.78 | 79.59 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 215 | 76 | 0.58 | 0 | 0.65 | 0.16 | 113.96 | 0.63 | 0.57 |
| Hex | 5A | D7 | 4C | 3A | 0 | 41 | 10 | 72 | 3F | 39 |
| Octal | 132 | 327 | 114 | 72 | 0 | 101 | 20 | 162 | 77 | 71 |
| Binary | 1011010 | 11010111 | 1001100 | 111010 | 0 | 1000001 | 10000 | 1110010 | 111111 | 111001 |
Color Harmonies of #5AD74C
Complementary color
Monochromatic Colors of #5AD74C
Black with #5AD74C
Text Example
Text Example
White with #5AD74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD74C; }
p { color: rgb(90,215,76); }
H1.HeaderClassName
{
color: #5AD74C;
}
.AnyTagClassName
{
color: #5AD74C;
}
</style>
background-color css
<style>
a { background-color: #5AD74C; }
a { background-color: rgb(90,215,76); }
div.DivClassName
{
background-color: #5AD74C;
}
.BgClassName
{
background-color: #5AD74C;
}
</style>
border-color css
<style>
span { border-color: #5AD74C; }
span { border-color: rgb(90,215,76); }
td.TdClassName
{
border-color: #5AD74C;
}
.TagClassName
{
border-color: #5AD74C;
}
</style>