Shades of Kelly Green #4AB62C
Tints of Kelly Green #4AB62C
RGB
CMYK
RGB Variations
Color information
#4AB62C (or 0x4AB62C) is known color: Kelly Green. HEX triplet: 4A, B6 and 2C. RGB value is (74,182,44). Sum of RGB (Red+Green+Blue) = 74+182+44=300 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.67% from 300); Green value is 182 (71.48% from 255 or 60.67% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB62C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB62C is #B549D3. Grayscale: #868686. Windows color (decimal): -11880916 or 2930250. OLE color: 2930250.
HSL color Cylindrical-coordinate representation of color #4AB62C: hue angle of 106.96º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4AB62C is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 182 | 44 | - |
| CMYK | 0.59 | 0 | 0.76 | 0.29 |
| HSL | 106.96º | 0.61% | 0.44% | - |
| HSV(B) | 106.96º | 0.76% | 0.71% | - |
| XYZ | 20.01 | 35.09 | 8.1 | - |
| YUV | 133.98 | 77.22 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 182 | 44 | 0.59 | 0 | 0.76 | 0.29 | 106.96 | 0.61 | 0.44 |
| Hex | 4A | B6 | 2C | 3B | 0 | 4C | 1D | 6B | 3D | 2C |
| Octal | 112 | 266 | 54 | 73 | 0 | 114 | 35 | 153 | 75 | 54 |
| Binary | 1001010 | 10110110 | 101100 | 111011 | 0 | 1001100 | 11101 | 1101011 | 111101 | 101100 |
Color Harmonies of #4AB62C
Complementary color
Monochromatic Colors of #4AB62C
Black with #4AB62C
Text Example
Text Example
White with #4AB62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB62C; }
p { color: rgb(74,182,44); }
H1.HeaderClassName
{
color: #4AB62C;
}
.AnyTagClassName
{
color: #4AB62C;
}
</style>
background-color css
<style>
a { background-color: #4AB62C; }
a { background-color: rgb(74,182,44); }
div.DivClassName
{
background-color: #4AB62C;
}
.BgClassName
{
background-color: #4AB62C;
}
</style>
border-color css
<style>
span { border-color: #4AB62C; }
span { border-color: rgb(74,182,44); }
td.TdClassName
{
border-color: #4AB62C;
}
.TagClassName
{
border-color: #4AB62C;
}
</style>