Shades of Kelly Green #4BB212
Tints of Kelly Green #4BB212
RGB
CMYK
RGB Variations
Color information
#4BB212 (or 0x4BB212) is known color: Kelly Green. HEX triplet: 4B, B2 and 12. RGB value is (75,178,18). Sum of RGB (Red+Green+Blue) = 75+178+18=271 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.68% from 271); Green value is 178 (69.92% from 255 or 65.68% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 178 - color contains mainly: green. Hex color #4BB212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4BB212 is #B44DED. Grayscale: #818181. Windows color (decimal): -11816430 or 1225291. OLE color: 1225291.
HSL color Cylindrical-coordinate representation of color #4BB212: hue angle of 98.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4BB212 is Cyan = 0.58, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 75 | 178 | 18 | - |
| CMYK | 0.58 | 0 | 0.90 | 0.30 |
| HSL | 98.63º | 0.82% | 0.38% | - |
| HSV(B) | 98.63º | 0.9% | 0.7% | - |
| XYZ | 18.93 | 33.38 | 6.02 | - |
| YUV | 128.96 | 65.38 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 178 | 18 | 0.58 | 0 | 0.90 | 0.30 | 98.63 | 0.82 | 0.38 |
| Hex | 4B | B2 | 12 | 3A | 0 | 5A | 1E | 63 | 52 | 26 |
| Octal | 113 | 262 | 22 | 72 | 0 | 132 | 36 | 143 | 122 | 46 |
| Binary | 1001011 | 10110010 | 10010 | 111010 | 0 | 1011010 | 11110 | 1100011 | 1010010 | 100110 |
Color Harmonies of #4BB212
Complementary color
Monochromatic Colors of #4BB212
Black with #4BB212
Text Example
Text Example
White with #4BB212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB212; }
p { color: rgb(75,178,18); }
H1.HeaderClassName
{
color: #4BB212;
}
.AnyTagClassName
{
color: #4BB212;
}
</style>
background-color css
<style>
a { background-color: #4BB212; }
a { background-color: rgb(75,178,18); }
div.DivClassName
{
background-color: #4BB212;
}
.BgClassName
{
background-color: #4BB212;
}
</style>
border-color css
<style>
span { border-color: #4BB212; }
span { border-color: rgb(75,178,18); }
td.TdClassName
{
border-color: #4BB212;
}
.TagClassName
{
border-color: #4BB212;
}
</style>