Shades of Kelly Green #4ABD2D
Tints of Kelly Green #4ABD2D
RGB
CMYK
RGB Variations
Color information
#4ABD2D (or 0x4ABD2D) is known color: Kelly Green. HEX triplet: 4A, BD and 2D. RGB value is (74,189,45). Sum of RGB (Red+Green+Blue) = 74+189+45=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 189 (74.22% from 255 or 61.36% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABD2D is #B542D2. Grayscale: #8A8A8A. Windows color (decimal): -11879123 or 2997578. OLE color: 2997578.
HSL color Cylindrical-coordinate representation of color #4ABD2D: hue angle of 107.92º degrees, saturation: 0.62, 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 #4ABD2D is Cyan = 0.61, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 189 | 45 | - |
| CMYK | 0.61 | 0 | 0.76 | 0.26 |
| HSL | 107.92º | 0.62% | 0.46% | - |
| HSV(B) | 107.92º | 0.76% | 0.74% | - |
| XYZ | 21.5 | 38.04 | 8.69 | - |
| YUV | 138.2 | 75.4 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 45 | 0.61 | 0 | 0.76 | 0.26 | 107.92 | 0.62 | 0.46 |
| Hex | 4A | BD | 2D | 3D | 0 | 4C | 1A | 6C | 3E | 2E |
| Octal | 112 | 275 | 55 | 75 | 0 | 114 | 32 | 154 | 76 | 56 |
| Binary | 1001010 | 10111101 | 101101 | 111101 | 0 | 1001100 | 11010 | 1101100 | 111110 | 101110 |
Color Harmonies of #4ABD2D
Complementary color
Monochromatic Colors of #4ABD2D
Black with #4ABD2D
Text Example
Text Example
White with #4ABD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABD2D; }
p { color: rgb(74,189,45); }
H1.HeaderClassName
{
color: #4ABD2D;
}
.AnyTagClassName
{
color: #4ABD2D;
}
</style>
background-color css
<style>
a { background-color: #4ABD2D; }
a { background-color: rgb(74,189,45); }
div.DivClassName
{
background-color: #4ABD2D;
}
.BgClassName
{
background-color: #4ABD2D;
}
</style>
border-color css
<style>
span { border-color: #4ABD2D; }
span { border-color: rgb(74,189,45); }
td.TdClassName
{
border-color: #4ABD2D;
}
.TagClassName
{
border-color: #4ABD2D;
}
</style>