Shades of Kelly Green #5ABC2D
Tints of Kelly Green #5ABC2D
RGB
CMYK
RGB Variations
Color information
#5ABC2D (or 0x5ABC2D) is known color: Kelly Green. HEX triplet: 5A, BC and 2D. RGB value is (90,188,45). Sum of RGB (Red+Green+Blue) = 90+188+45=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 188 (73.83% from 255 or 58.20% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABC2D is #A543D2. Grayscale: #8E8E8E. Windows color (decimal): -10830803 or 2997338. OLE color: 2997338.
HSL color Cylindrical-coordinate representation of color #5ABC2D: hue angle of 101.12º 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 #5ABC2D is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 188 | 45 | - |
| CMYK | 0.52 | 0 | 0.76 | 0.26 |
| HSL | 101.12º | 0.61% | 0.46% | - |
| HSV(B) | 101.12º | 0.76% | 0.74% | - |
| XYZ | 22.67 | 38.33 | 8.69 | - |
| YUV | 142.4 | 73.03 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 45 | 0.52 | 0 | 0.76 | 0.26 | 101.12 | 0.61 | 0.46 |
| Hex | 5A | BC | 2D | 34 | 0 | 4C | 1A | 65 | 3D | 2E |
| Octal | 132 | 274 | 55 | 64 | 0 | 114 | 32 | 145 | 75 | 56 |
| Binary | 1011010 | 10111100 | 101101 | 110100 | 0 | 1001100 | 11010 | 1100101 | 111101 | 101110 |
Color Harmonies of #5ABC2D
Complementary color
Monochromatic Colors of #5ABC2D
Black with #5ABC2D
Text Example
Text Example
White with #5ABC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABC2D; }
p { color: rgb(90,188,45); }
H1.HeaderClassName
{
color: #5ABC2D;
}
.AnyTagClassName
{
color: #5ABC2D;
}
</style>
background-color css
<style>
a { background-color: #5ABC2D; }
a { background-color: rgb(90,188,45); }
div.DivClassName
{
background-color: #5ABC2D;
}
.BgClassName
{
background-color: #5ABC2D;
}
</style>
border-color css
<style>
span { border-color: #5ABC2D; }
span { border-color: rgb(90,188,45); }
td.TdClassName
{
border-color: #5ABC2D;
}
.TagClassName
{
border-color: #5ABC2D;
}
</style>