Shades of Apple #5AD240
Tints of Apple #5AD240
RGB
CMYK
RGB Variations
Color information
#5AD240 (or 0x5AD240) is known color: Apple. HEX triplet: 5A, D2 and 40. RGB value is (90,210,64). Sum of RGB (Red+Green+Blue) = 90+210+64=364 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.73% from 364); Green value is 210 (82.42% from 255 or 57.69% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 210 - color contains mainly: green. Hex color #5AD240 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD240 is #A52DBF. Grayscale: #9D9D9D. Windows color (decimal): -10825152 or 4248154. OLE color: 4248154.
HSL color Cylindrical-coordinate representation of color #5AD240: hue angle of 109.32º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5AD240 is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 210 | 64 | - |
| CMYK | 0.57 | 0 | 0.70 | 0.18 |
| HSL | 109.32º | 0.62% | 0.54% | - |
| HSV(B) | 109.32º | 0.7% | 0.82% | - |
| XYZ | 28.19 | 48.64 | 12.75 | - |
| YUV | 157.48 | 75.24 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 210 | 64 | 0.57 | 0 | 0.70 | 0.18 | 109.32 | 0.62 | 0.54 |
| Hex | 5A | D2 | 40 | 39 | 0 | 46 | 12 | 6D | 3E | 36 |
| Octal | 132 | 322 | 100 | 71 | 0 | 106 | 22 | 155 | 76 | 66 |
| Binary | 1011010 | 11010010 | 1000000 | 111001 | 0 | 1000110 | 10010 | 1101101 | 111110 | 110110 |
Color Harmonies of #5AD240
Complementary color
Monochromatic Colors of #5AD240
Black with #5AD240
Text Example
Text Example
White with #5AD240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD240; }
p { color: rgb(90,210,64); }
H1.HeaderClassName
{
color: #5AD240;
}
.AnyTagClassName
{
color: #5AD240;
}
</style>
background-color css
<style>
a { background-color: #5AD240; }
a { background-color: rgb(90,210,64); }
div.DivClassName
{
background-color: #5AD240;
}
.BgClassName
{
background-color: #5AD240;
}
</style>
border-color css
<style>
span { border-color: #5AD240; }
span { border-color: rgb(90,210,64); }
td.TdClassName
{
border-color: #5AD240;
}
.TagClassName
{
border-color: #5AD240;
}
</style>