Shades of Apple #5AD442
Tints of Apple #5AD442
RGB
CMYK
RGB Variations
Color information
#5AD442 (or 0x5AD442) is known color: Apple. HEX triplet: 5A, D4 and 42. RGB value is (90,212,66). Sum of RGB (Red+Green+Blue) = 90+212+66=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 212 (83.20% from 255 or 57.61% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 212 - color contains mainly: green. Hex color #5AD442 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD442 is #A52BBD. Grayscale: #9F9F9F. Windows color (decimal): -10824638 or 4379738. OLE color: 4379738.
HSL color Cylindrical-coordinate representation of color #5AD442: hue angle of 110.14º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5AD442 is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 90 | 212 | 66 | - |
| CMYK | 0.58 | 0 | 0.69 | 0.17 |
| HSL | 110.14º | 0.63% | 0.55% | - |
| HSV(B) | 110.14º | 0.69% | 0.83% | - |
| XYZ | 28.74 | 49.65 | 13.22 | - |
| YUV | 158.88 | 75.58 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 212 | 66 | 0.58 | 0 | 0.69 | 0.17 | 110.14 | 0.63 | 0.55 |
| Hex | 5A | D4 | 42 | 3A | 0 | 45 | 11 | 6E | 3F | 37 |
| Octal | 132 | 324 | 102 | 72 | 0 | 105 | 21 | 156 | 77 | 67 |
| Binary | 1011010 | 11010100 | 1000010 | 111010 | 0 | 1000101 | 10001 | 1101110 | 111111 | 110111 |
Color Harmonies of #5AD442
Complementary color
Monochromatic Colors of #5AD442
Black with #5AD442
Text Example
Text Example
White with #5AD442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD442; }
p { color: rgb(90,212,66); }
H1.HeaderClassName
{
color: #5AD442;
}
.AnyTagClassName
{
color: #5AD442;
}
</style>
background-color css
<style>
a { background-color: #5AD442; }
a { background-color: rgb(90,212,66); }
div.DivClassName
{
background-color: #5AD442;
}
.BgClassName
{
background-color: #5AD442;
}
</style>
border-color css
<style>
span { border-color: #5AD442; }
span { border-color: rgb(90,212,66); }
td.TdClassName
{
border-color: #5AD442;
}
.TagClassName
{
border-color: #5AD442;
}
</style>