Shades of Kelly Green #5AD631
Tints of Kelly Green #5AD631
RGB
CMYK
RGB Variations
Color information
#5AD631 (or 0x5AD631) is known color: Kelly Green. HEX triplet: 5A, D6 and 31. RGB value is (90,214,49). Sum of RGB (Red+Green+Blue) = 90+214+49=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 214 (83.98% from 255 or 60.62% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD631 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD631 is #A529CE. Grayscale: #9E9E9E. Windows color (decimal): -10824143 or 3266138. OLE color: 3266138.
HSL color Cylindrical-coordinate representation of color #5AD631: hue angle of 105.09º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5AD631 is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 214 | 49 | - |
| CMYK | 0.58 | 0 | 0.77 | 0.16 |
| HSL | 105.09º | 0.67% | 0.52% | - |
| HSV(B) | 105.09º | 0.77% | 0.84% | - |
| XYZ | 28.82 | 50.49 | 11.13 | - |
| YUV | 158.11 | 66.42 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 214 | 49 | 0.58 | 0 | 0.77 | 0.16 | 105.09 | 0.67 | 0.52 |
| Hex | 5A | D6 | 31 | 3A | 0 | 4D | 10 | 69 | 43 | 34 |
| Octal | 132 | 326 | 61 | 72 | 0 | 115 | 20 | 151 | 103 | 64 |
| Binary | 1011010 | 11010110 | 110001 | 111010 | 0 | 1001101 | 10000 | 1101001 | 1000011 | 110100 |
Color Harmonies of #5AD631
Complementary color
Monochromatic Colors of #5AD631
Black with #5AD631
Text Example
Text Example
White with #5AD631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD631; }
p { color: rgb(90,214,49); }
H1.HeaderClassName
{
color: #5AD631;
}
.AnyTagClassName
{
color: #5AD631;
}
</style>
background-color css
<style>
a { background-color: #5AD631; }
a { background-color: rgb(90,214,49); }
div.DivClassName
{
background-color: #5AD631;
}
.BgClassName
{
background-color: #5AD631;
}
</style>
border-color css
<style>
span { border-color: #5AD631; }
span { border-color: rgb(90,214,49); }
td.TdClassName
{
border-color: #5AD631;
}
.TagClassName
{
border-color: #5AD631;
}
</style>