Shades of Apple #5AD340
Tints of Apple #5AD340
RGB
CMYK
RGB Variations
Color information
#5AD340 (or 0x5AD340) is known color: Apple. HEX triplet: 5A, D3 and 40. RGB value is (90,211,64). Sum of RGB (Red+Green+Blue) = 90+211+64=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 211 (82.81% from 255 or 57.81% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 211 - color contains mainly: green. Hex color #5AD340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD340 is #A52CBF. Grayscale: #9E9E9E. Windows color (decimal): -10824896 or 4248410. OLE color: 4248410.
HSL color Cylindrical-coordinate representation of color #5AD340: hue angle of 109.39º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5AD340 is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 90 | 211 | 64 | - |
| CMYK | 0.57 | 0 | 0.70 | 0.17 |
| HSL | 109.39º | 0.63% | 0.54% | - |
| HSV(B) | 109.39º | 0.7% | 0.83% | - |
| XYZ | 28.44 | 49.13 | 12.84 | - |
| YUV | 158.06 | 74.91 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 211 | 64 | 0.57 | 0 | 0.70 | 0.17 | 109.39 | 0.63 | 0.54 |
| Hex | 5A | D3 | 40 | 39 | 0 | 46 | 11 | 6D | 3F | 36 |
| Octal | 132 | 323 | 100 | 71 | 0 | 106 | 21 | 155 | 77 | 66 |
| Binary | 1011010 | 11010011 | 1000000 | 111001 | 0 | 1000110 | 10001 | 1101101 | 111111 | 110110 |
Color Harmonies of #5AD340
Complementary color
Monochromatic Colors of #5AD340
Black with #5AD340
Text Example
Text Example
White with #5AD340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD340; }
p { color: rgb(90,211,64); }
H1.HeaderClassName
{
color: #5AD340;
}
.AnyTagClassName
{
color: #5AD340;
}
</style>
background-color css
<style>
a { background-color: #5AD340; }
a { background-color: rgb(90,211,64); }
div.DivClassName
{
background-color: #5AD340;
}
.BgClassName
{
background-color: #5AD340;
}
</style>
border-color css
<style>
span { border-color: #5AD340; }
span { border-color: rgb(90,211,64); }
td.TdClassName
{
border-color: #5AD340;
}
.TagClassName
{
border-color: #5AD340;
}
</style>