Shades of Kelly Green #46B212
Tints of Kelly Green #46B212
RGB
CMYK
RGB Variations
Color information
#46B212 (or 0x46B212) is known color: Kelly Green. HEX triplet: 46, B2 and 12. RGB value is (70,178,18). Sum of RGB (Red+Green+Blue) = 70+178+18=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 178 (69.92% from 255 or 66.92% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 178 - color contains mainly: green. Hex color #46B212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46B212 is #B94DED. Grayscale: #808080. Windows color (decimal): -12144110 or 1225286. OLE color: 1225286.
HSL color Cylindrical-coordinate representation of color #46B212: hue angle of 100.5º 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 #46B212 is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 70 | 178 | 18 | - |
| CMYK | 0.61 | 0 | 0.90 | 0.30 |
| HSL | 100.5º | 0.82% | 0.38% | - |
| HSV(B) | 100.5º | 0.9% | 0.7% | - |
| XYZ | 18.56 | 33.19 | 6 | - |
| YUV | 127.47 | 66.22 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 178 | 18 | 0.61 | 0 | 0.90 | 0.30 | 100.5 | 0.82 | 0.38 |
| Hex | 46 | B2 | 12 | 3D | 0 | 5A | 1E | 64 | 52 | 26 |
| Octal | 106 | 262 | 22 | 75 | 0 | 132 | 36 | 144 | 122 | 46 |
| Binary | 1000110 | 10110010 | 10010 | 111101 | 0 | 1011010 | 11110 | 1100100 | 1010010 | 100110 |
Color Harmonies of #46B212
Complementary color
Monochromatic Colors of #46B212
Black with #46B212
Text Example
Text Example
White with #46B212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B212; }
p { color: rgb(70,178,18); }
H1.HeaderClassName
{
color: #46B212;
}
.AnyTagClassName
{
color: #46B212;
}
</style>
background-color css
<style>
a { background-color: #46B212; }
a { background-color: rgb(70,178,18); }
div.DivClassName
{
background-color: #46B212;
}
.BgClassName
{
background-color: #46B212;
}
</style>
border-color css
<style>
span { border-color: #46B212; }
span { border-color: rgb(70,178,18); }
td.TdClassName
{
border-color: #46B212;
}
.TagClassName
{
border-color: #46B212;
}
</style>