Shades of Kelly Green #5AB714
Tints of Kelly Green #5AB714
RGB
CMYK
RGB Variations
Color information
#5AB714 (or 0x5AB714) is known color: Kelly Green. HEX triplet: 5A, B7 and 14. RGB value is (90,183,20). Sum of RGB (Red+Green+Blue) = 90+183+20=293 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.72% from 293); Green value is 183 (71.88% from 255 or 62.46% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB714 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AB714 is #A548EB. Grayscale: #898989. Windows color (decimal): -10832108 or 1357658. OLE color: 1357658.
HSL color Cylindrical-coordinate representation of color #5AB714: hue angle of 94.23º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5AB714 is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 183 | 20 | - |
| CMYK | 0.51 | 0 | 0.89 | 0.28 |
| HSL | 94.23º | 0.8% | 0.4% | - |
| HSV(B) | 94.23º | 0.89% | 0.72% | - |
| XYZ | 21.28 | 36.09 | 6.51 | - |
| YUV | 136.61 | 62.19 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 20 | 0.51 | 0 | 0.89 | 0.28 | 94.23 | 0.8 | 0.4 |
| Hex | 5A | B7 | 14 | 33 | 0 | 59 | 1C | 5E | 50 | 28 |
| Octal | 132 | 267 | 24 | 63 | 0 | 131 | 34 | 136 | 120 | 50 |
| Binary | 1011010 | 10110111 | 10100 | 110011 | 0 | 1011001 | 11100 | 1011110 | 1010000 | 101000 |
Color Harmonies of #5AB714
Complementary color
Monochromatic Colors of #5AB714
Black with #5AB714
Text Example
Text Example
White with #5AB714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB714; }
p { color: rgb(90,183,20); }
H1.HeaderClassName
{
color: #5AB714;
}
.AnyTagClassName
{
color: #5AB714;
}
</style>
background-color css
<style>
a { background-color: #5AB714; }
a { background-color: rgb(90,183,20); }
div.DivClassName
{
background-color: #5AB714;
}
.BgClassName
{
background-color: #5AB714;
}
</style>
border-color css
<style>
span { border-color: #5AB714; }
span { border-color: rgb(90,183,20); }
td.TdClassName
{
border-color: #5AB714;
}
.TagClassName
{
border-color: #5AB714;
}
</style>