Shades of Kelly Green #4AB31F
Tints of Kelly Green #4AB31F
RGB
CMYK
RGB Variations
Color information
#4AB31F (or 0x4AB31F) is known color: Kelly Green. HEX triplet: 4A, B3 and 1F. RGB value is (74,179,31). Sum of RGB (Red+Green+Blue) = 74+179+31=284 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.06% from 284); Green value is 179 (70.31% from 255 or 63.03% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB31F is #B54CE0. Grayscale: #838383. Windows color (decimal): -11881697 or 2077514. OLE color: 2077514.
HSL color Cylindrical-coordinate representation of color #4AB31F: hue angle of 102.57º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4AB31F is Cyan = 0.59, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 179 | 31 | - |
| CMYK | 0.59 | 0 | 0.83 | 0.30 |
| HSL | 102.57º | 0.7% | 0.41% | - |
| HSV(B) | 102.57º | 0.83% | 0.7% | - |
| XYZ | 19.19 | 33.79 | 6.81 | - |
| YUV | 130.73 | 71.71 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 179 | 31 | 0.59 | 0 | 0.83 | 0.30 | 102.57 | 0.7 | 0.41 |
| Hex | 4A | B3 | 1F | 3B | 0 | 53 | 1E | 67 | 46 | 29 |
| Octal | 112 | 263 | 37 | 73 | 0 | 123 | 36 | 147 | 106 | 51 |
| Binary | 1001010 | 10110011 | 11111 | 111011 | 0 | 1010011 | 11110 | 1100111 | 1000110 | 101001 |
Color Harmonies of #4AB31F
Complementary color
Monochromatic Colors of #4AB31F
Black with #4AB31F
Text Example
Text Example
White with #4AB31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB31F; }
p { color: rgb(74,179,31); }
H1.HeaderClassName
{
color: #4AB31F;
}
.AnyTagClassName
{
color: #4AB31F;
}
</style>
background-color css
<style>
a { background-color: #4AB31F; }
a { background-color: rgb(74,179,31); }
div.DivClassName
{
background-color: #4AB31F;
}
.BgClassName
{
background-color: #4AB31F;
}
</style>
border-color css
<style>
span { border-color: #4AB31F; }
span { border-color: rgb(74,179,31); }
td.TdClassName
{
border-color: #4AB31F;
}
.TagClassName
{
border-color: #4AB31F;
}
</style>