Shades of Apple #5AD53F
Tints of Apple #5AD53F
RGB
CMYK
RGB Variations
Color information
#5AD53F (or 0x5AD53F) is known color: Apple. HEX triplet: 5A, D5 and 3F. RGB value is (90,213,63). Sum of RGB (Red+Green+Blue) = 90+213+63=366 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.59% from 366); Green value is 213 (83.59% from 255 or 58.20% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD53F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD53F is #A52AC0. Grayscale: #9F9F9F. Windows color (decimal): -10824385 or 4183386. OLE color: 4183386.
HSL color Cylindrical-coordinate representation of color #5AD53F: hue angle of 109.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5AD53F is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 213 | 63 | - |
| CMYK | 0.58 | 0 | 0.70 | 0.16 |
| HSL | 109.2º | 0.64% | 0.54% | - |
| HSV(B) | 109.2º | 0.7% | 0.84% | - |
| XYZ | 28.91 | 50.12 | 12.85 | - |
| YUV | 159.12 | 73.75 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 213 | 63 | 0.58 | 0 | 0.70 | 0.16 | 109.2 | 0.64 | 0.54 |
| Hex | 5A | D5 | 3F | 3A | 0 | 46 | 10 | 6D | 40 | 36 |
| Octal | 132 | 325 | 77 | 72 | 0 | 106 | 20 | 155 | 100 | 66 |
| Binary | 1011010 | 11010101 | 111111 | 111010 | 0 | 1000110 | 10000 | 1101101 | 1000000 | 110110 |
Color Harmonies of #5AD53F
Complementary color
Monochromatic Colors of #5AD53F
Black with #5AD53F
Text Example
Text Example
White with #5AD53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD53F; }
p { color: rgb(90,213,63); }
H1.HeaderClassName
{
color: #5AD53F;
}
.AnyTagClassName
{
color: #5AD53F;
}
</style>
background-color css
<style>
a { background-color: #5AD53F; }
a { background-color: rgb(90,213,63); }
div.DivClassName
{
background-color: #5AD53F;
}
.BgClassName
{
background-color: #5AD53F;
}
</style>
border-color css
<style>
span { border-color: #5AD53F; }
span { border-color: rgb(90,213,63); }
td.TdClassName
{
border-color: #5AD53F;
}
.TagClassName
{
border-color: #5AD53F;
}
</style>