Shades of Kelly Green #5AD120
Tints of Kelly Green #5AD120
RGB
CMYK
RGB Variations
Color information
#5AD120 (or 0x5AD120) is known color: Kelly Green. HEX triplet: 5A, D1 and 20. RGB value is (90,209,32). Sum of RGB (Red+Green+Blue) = 90+209+32=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 209 (82.03% from 255 or 63.14% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 209 - color contains mainly: green. Hex color #5AD120 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD120 is #A52EDF. Grayscale: #999999. Windows color (decimal): -10825440 or 2150746. OLE color: 2150746.
HSL color Cylindrical-coordinate representation of color #5AD120: hue angle of 100.34º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5AD120 is Cyan = 0.57, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 209 | 32 | - |
| CMYK | 0.57 | 0 | 0.85 | 0.18 |
| HSL | 100.34º | 0.73% | 0.47% | - |
| HSV(B) | 100.34º | 0.85% | 0.82% | - |
| XYZ | 27.28 | 47.88 | 9.17 | - |
| YUV | 153.24 | 59.58 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 209 | 32 | 0.57 | 0 | 0.85 | 0.18 | 100.34 | 0.73 | 0.47 |
| Hex | 5A | D1 | 20 | 39 | 0 | 55 | 12 | 64 | 49 | 2F |
| Octal | 132 | 321 | 40 | 71 | 0 | 125 | 22 | 144 | 111 | 57 |
| Binary | 1011010 | 11010001 | 100000 | 111001 | 0 | 1010101 | 10010 | 1100100 | 1001001 | 101111 |
Color Harmonies of #5AD120
Complementary color
Monochromatic Colors of #5AD120
Black with #5AD120
Text Example
Text Example
White with #5AD120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD120; }
p { color: rgb(90,209,32); }
H1.HeaderClassName
{
color: #5AD120;
}
.AnyTagClassName
{
color: #5AD120;
}
</style>
background-color css
<style>
a { background-color: #5AD120; }
a { background-color: rgb(90,209,32); }
div.DivClassName
{
background-color: #5AD120;
}
.BgClassName
{
background-color: #5AD120;
}
</style>
border-color css
<style>
span { border-color: #5AD120; }
span { border-color: rgb(90,209,32); }
td.TdClassName
{
border-color: #5AD120;
}
.TagClassName
{
border-color: #5AD120;
}
</style>