Shades of Apple #5AD944
Tints of Apple #5AD944
RGB
CMYK
RGB Variations
Color information
#5AD944 (or 0x5AD944) is known color: Apple. HEX triplet: 5A, D9 and 44. RGB value is (90,217,68). Sum of RGB (Red+Green+Blue) = 90+217+68=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 217 (85.16% from 255 or 57.87% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD944 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD944 is #A526BB. Grayscale: #A2A2A2. Windows color (decimal): -10823356 or 4512090. OLE color: 4512090.
HSL color Cylindrical-coordinate representation of color #5AD944: hue angle of 111.14º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5AD944 is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 217 | 68 | - |
| CMYK | 0.59 | 0 | 0.69 | 0.15 |
| HSL | 111.14º | 0.66% | 0.56% | - |
| HSV(B) | 111.14º | 0.69% | 0.85% | - |
| XYZ | 30.07 | 52.22 | 13.96 | - |
| YUV | 162.04 | 74.92 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 217 | 68 | 0.59 | 0 | 0.69 | 0.15 | 111.14 | 0.66 | 0.56 |
| Hex | 5A | D9 | 44 | 3B | 0 | 45 | F | 6F | 42 | 38 |
| Octal | 132 | 331 | 104 | 73 | 0 | 105 | 17 | 157 | 102 | 70 |
| Binary | 1011010 | 11011001 | 1000100 | 111011 | 0 | 1000101 | 1111 | 1101111 | 1000010 | 111000 |
Color Harmonies of #5AD944
Complementary color
Monochromatic Colors of #5AD944
Black with #5AD944
Text Example
Text Example
White with #5AD944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD944; }
p { color: rgb(90,217,68); }
H1.HeaderClassName
{
color: #5AD944;
}
.AnyTagClassName
{
color: #5AD944;
}
</style>
background-color css
<style>
a { background-color: #5AD944; }
a { background-color: rgb(90,217,68); }
div.DivClassName
{
background-color: #5AD944;
}
.BgClassName
{
background-color: #5AD944;
}
</style>
border-color css
<style>
span { border-color: #5AD944; }
span { border-color: rgb(90,217,68); }
td.TdClassName
{
border-color: #5AD944;
}
.TagClassName
{
border-color: #5AD944;
}
</style>