Shades of Kelly Green #5AD231
Tints of Kelly Green #5AD231
RGB
CMYK
RGB Variations
Color information
#5AD231 (or 0x5AD231) is known color: Kelly Green. HEX triplet: 5A, D2 and 31. RGB value is (90,210,49). Sum of RGB (Red+Green+Blue) = 90+210+49=349 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.79% from 349); Green value is 210 (82.42% from 255 or 60.17% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 210 - color contains mainly: green. Hex color #5AD231 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD231 is #A52DCE. Grayscale: #9C9C9C. Windows color (decimal): -10825167 or 3265114. OLE color: 3265114.
HSL color Cylindrical-coordinate representation of color #5AD231: hue angle of 104.72º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5AD231 is Cyan = 0.57, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 210 | 49 | - |
| CMYK | 0.57 | 0 | 0.77 | 0.18 |
| HSL | 104.72º | 0.64% | 0.51% | - |
| HSV(B) | 104.72º | 0.77% | 0.82% | - |
| XYZ | 27.82 | 48.49 | 10.8 | - |
| YUV | 155.77 | 67.74 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 210 | 49 | 0.57 | 0 | 0.77 | 0.18 | 104.72 | 0.64 | 0.51 |
| Hex | 5A | D2 | 31 | 39 | 0 | 4D | 12 | 69 | 40 | 33 |
| Octal | 132 | 322 | 61 | 71 | 0 | 115 | 22 | 151 | 100 | 63 |
| Binary | 1011010 | 11010010 | 110001 | 111001 | 0 | 1001101 | 10010 | 1101001 | 1000000 | 110011 |
Color Harmonies of #5AD231
Complementary color
Monochromatic Colors of #5AD231
Black with #5AD231
Text Example
Text Example
White with #5AD231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD231; }
p { color: rgb(90,210,49); }
H1.HeaderClassName
{
color: #5AD231;
}
.AnyTagClassName
{
color: #5AD231;
}
</style>
background-color css
<style>
a { background-color: #5AD231; }
a { background-color: rgb(90,210,49); }
div.DivClassName
{
background-color: #5AD231;
}
.BgClassName
{
background-color: #5AD231;
}
</style>
border-color css
<style>
span { border-color: #5AD231; }
span { border-color: rgb(90,210,49); }
td.TdClassName
{
border-color: #5AD231;
}
.TagClassName
{
border-color: #5AD231;
}
</style>