Shades of Kelly Green #5AD122
Tints of Kelly Green #5AD122
RGB
CMYK
RGB Variations
Color information
#5AD122 (or 0x5AD122) is known color: Kelly Green. HEX triplet: 5A, D1 and 22. RGB value is (90,209,34). Sum of RGB (Red+Green+Blue) = 90+209+34=333 (44% of max value = 765). Red value is 90 (35.55% from 255 or 27.03% from 333); Green value is 209 (82.03% from 255 or 62.76% from 333); Blue value is 34 (13.67% from 255 or 10.21% from 333); Max value from RGB is 209 - color contains mainly: green. Hex color #5AD122 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD122 is #A52EDD. Grayscale: #9A9A9A. Windows color (decimal): -10825438 or 2281818. OLE color: 2281818.
HSL color Cylindrical-coordinate representation of color #5AD122: hue angle of 100.8º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5AD122 is Cyan = 0.57, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 209 | 34 | - |
| CMYK | 0.57 | 0 | 0.84 | 0.18 |
| HSL | 100.8º | 0.72% | 0.48% | - |
| HSV(B) | 100.8º | 0.84% | 0.82% | - |
| XYZ | 27.31 | 47.89 | 9.32 | - |
| YUV | 153.47 | 60.58 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 209 | 34 | 0.57 | 0 | 0.84 | 0.18 | 100.8 | 0.72 | 0.48 |
| Hex | 5A | D1 | 22 | 39 | 0 | 54 | 12 | 65 | 48 | 30 |
| Octal | 132 | 321 | 42 | 71 | 0 | 124 | 22 | 145 | 110 | 60 |
| Binary | 1011010 | 11010001 | 100010 | 111001 | 0 | 1010100 | 10010 | 1100101 | 1001000 | 110000 |
Color Harmonies of #5AD122
Complementary color
Monochromatic Colors of #5AD122
Black with #5AD122
Text Example
Text Example
White with #5AD122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD122; }
p { color: rgb(90,209,34); }
H1.HeaderClassName
{
color: #5AD122;
}
.AnyTagClassName
{
color: #5AD122;
}
</style>
background-color css
<style>
a { background-color: #5AD122; }
a { background-color: rgb(90,209,34); }
div.DivClassName
{
background-color: #5AD122;
}
.BgClassName
{
background-color: #5AD122;
}
</style>
border-color css
<style>
span { border-color: #5AD122; }
span { border-color: rgb(90,209,34); }
td.TdClassName
{
border-color: #5AD122;
}
.TagClassName
{
border-color: #5AD122;
}
</style>