Shades of Kelly Green #4BA214
Tints of Kelly Green #4BA214
RGB
CMYK
RGB Variations
Color information
#4BA214 (or 0x4BA214) is known color: Kelly Green. HEX triplet: 4B, A2 and 14. RGB value is (75,162,20). Sum of RGB (Red+Green+Blue) = 75+162+20=257 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.18% from 257); Green value is 162 (63.67% from 255 or 63.04% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4BA214 is #B45DEB. Grayscale: #787878. Windows color (decimal): -11820524 or 1352267. OLE color: 1352267.
HSL color Cylindrical-coordinate representation of color #4BA214: hue angle of 96.76º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4BA214 is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 162 | 20 | - |
| CMYK | 0.54 | 0 | 0.88 | 0.36 |
| HSL | 96.76º | 0.78% | 0.36% | - |
| HSV(B) | 96.76º | 0.88% | 0.64% | - |
| XYZ | 15.95 | 27.39 | 5.11 | - |
| YUV | 119.8 | 71.68 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 162 | 20 | 0.54 | 0 | 0.88 | 0.36 | 96.76 | 0.78 | 0.36 |
| Hex | 4B | A2 | 14 | 36 | 0 | 58 | 24 | 61 | 4E | 24 |
| Octal | 113 | 242 | 24 | 66 | 0 | 130 | 44 | 141 | 116 | 44 |
| Binary | 1001011 | 10100010 | 10100 | 110110 | 0 | 1011000 | 100100 | 1100001 | 1001110 | 100100 |
Color Harmonies of #4BA214
Complementary color
Monochromatic Colors of #4BA214
Black with #4BA214
Text Example
Text Example
White with #4BA214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA214; }
p { color: rgb(75,162,20); }
H1.HeaderClassName
{
color: #4BA214;
}
.AnyTagClassName
{
color: #4BA214;
}
</style>
background-color css
<style>
a { background-color: #4BA214; }
a { background-color: rgb(75,162,20); }
div.DivClassName
{
background-color: #4BA214;
}
.BgClassName
{
background-color: #4BA214;
}
</style>
border-color css
<style>
span { border-color: #4BA214; }
span { border-color: rgb(75,162,20); }
td.TdClassName
{
border-color: #4BA214;
}
.TagClassName
{
border-color: #4BA214;
}
</style>