Shades of Kelly Green #4AB31D
Tints of Kelly Green #4AB31D
RGB
CMYK
RGB Variations
Color information
#4AB31D (or 0x4AB31D) is known color: Kelly Green. HEX triplet: 4A, B3 and 1D. RGB value is (74,179,29). Sum of RGB (Red+Green+Blue) = 74+179+29=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 179 (70.31% from 255 or 63.48% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB31D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB31D is #B54CE2. Grayscale: #838383. Windows color (decimal): -11881699 or 1946442. OLE color: 1946442.
HSL color Cylindrical-coordinate representation of color #4AB31D: hue angle of 102º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4AB31D is Cyan = 0.59, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 179 | 29 | - |
| CMYK | 0.59 | 0 | 0.84 | 0.30 |
| HSL | 102º | 0.72% | 0.41% | - |
| HSV(B) | 102º | 0.84% | 0.7% | - |
| XYZ | 19.17 | 33.78 | 6.67 | - |
| YUV | 130.51 | 70.71 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 179 | 29 | 0.59 | 0 | 0.84 | 0.30 | 102 | 0.72 | 0.41 |
| Hex | 4A | B3 | 1D | 3B | 0 | 54 | 1E | 66 | 48 | 29 |
| Octal | 112 | 263 | 35 | 73 | 0 | 124 | 36 | 146 | 110 | 51 |
| Binary | 1001010 | 10110011 | 11101 | 111011 | 0 | 1010100 | 11110 | 1100110 | 1001000 | 101001 |
Color Harmonies of #4AB31D
Complementary color
Monochromatic Colors of #4AB31D
Black with #4AB31D
Text Example
Text Example
White with #4AB31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB31D; }
p { color: rgb(74,179,29); }
H1.HeaderClassName
{
color: #4AB31D;
}
.AnyTagClassName
{
color: #4AB31D;
}
</style>
background-color css
<style>
a { background-color: #4AB31D; }
a { background-color: rgb(74,179,29); }
div.DivClassName
{
background-color: #4AB31D;
}
.BgClassName
{
background-color: #4AB31D;
}
</style>
border-color css
<style>
span { border-color: #4AB31D; }
span { border-color: rgb(74,179,29); }
td.TdClassName
{
border-color: #4AB31D;
}
.TagClassName
{
border-color: #4AB31D;
}
</style>