Shades of Kelly Green #5ABD2E
Tints of Kelly Green #5ABD2E
RGB
CMYK
RGB Variations
Color information
#5ABD2E (or 0x5ABD2E) is known color: Kelly Green. HEX triplet: 5A, BD and 2E. RGB value is (90,189,46). Sum of RGB (Red+Green+Blue) = 90+189+46=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 189 (74.22% from 255 or 58.15% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABD2E is #A542D1. Grayscale: #8F8F8F. Windows color (decimal): -10830546 or 3063130. OLE color: 3063130.
HSL color Cylindrical-coordinate representation of color #5ABD2E: hue angle of 101.54º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5ABD2E is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 189 | 46 | - |
| CMYK | 0.52 | 0 | 0.76 | 0.26 |
| HSL | 101.54º | 0.61% | 0.46% | - |
| HSV(B) | 101.54º | 0.76% | 0.74% | - |
| XYZ | 22.91 | 38.77 | 8.86 | - |
| YUV | 143.1 | 73.2 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 46 | 0.52 | 0 | 0.76 | 0.26 | 101.54 | 0.61 | 0.46 |
| Hex | 5A | BD | 2E | 34 | 0 | 4C | 1A | 66 | 3D | 2E |
| Octal | 132 | 275 | 56 | 64 | 0 | 114 | 32 | 146 | 75 | 56 |
| Binary | 1011010 | 10111101 | 101110 | 110100 | 0 | 1001100 | 11010 | 1100110 | 111101 | 101110 |
Color Harmonies of #5ABD2E
Complementary color
Monochromatic Colors of #5ABD2E
Black with #5ABD2E
Text Example
Text Example
White with #5ABD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABD2E; }
p { color: rgb(90,189,46); }
H1.HeaderClassName
{
color: #5ABD2E;
}
.AnyTagClassName
{
color: #5ABD2E;
}
</style>
background-color css
<style>
a { background-color: #5ABD2E; }
a { background-color: rgb(90,189,46); }
div.DivClassName
{
background-color: #5ABD2E;
}
.BgClassName
{
background-color: #5ABD2E;
}
</style>
border-color css
<style>
span { border-color: #5ABD2E; }
span { border-color: rgb(90,189,46); }
td.TdClassName
{
border-color: #5ABD2E;
}
.TagClassName
{
border-color: #5ABD2E;
}
</style>