Shades of Kelly Green #46C112
Tints of Kelly Green #46C112
RGB
CMYK
RGB Variations
Color information
#46C112 (or 0x46C112) is known color: Kelly Green. HEX triplet: 46, C1 and 12. RGB value is (70,193,18). Sum of RGB (Red+Green+Blue) = 70+193+18=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 193 (75.78% from 255 or 68.68% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 193 - color contains mainly: green. Hex color #46C112 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46C112 is #B93EED. Grayscale: #888888. Windows color (decimal): -12140270 or 1229126. OLE color: 1229126.
HSL color Cylindrical-coordinate representation of color #46C112: hue angle of 102.17º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46C112 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 193 | 18 | - |
| CMYK | 0.64 | 0 | 0.91 | 0.24 |
| HSL | 102.17º | 0.83% | 0.41% | - |
| HSV(B) | 102.17º | 0.91% | 0.76% | - |
| XYZ | 21.7 | 39.49 | 7.05 | - |
| YUV | 136.27 | 61.25 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 193 | 18 | 0.64 | 0 | 0.91 | 0.24 | 102.17 | 0.83 | 0.41 |
| Hex | 46 | C1 | 12 | 40 | 0 | 5B | 18 | 66 | 53 | 29 |
| Octal | 106 | 301 | 22 | 100 | 0 | 133 | 30 | 146 | 123 | 51 |
| Binary | 1000110 | 11000001 | 10010 | 1000000 | 0 | 1011011 | 11000 | 1100110 | 1010011 | 101001 |
Color Harmonies of #46C112
Complementary color
Monochromatic Colors of #46C112
Black with #46C112
Text Example
Text Example
White with #46C112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C112; }
p { color: rgb(70,193,18); }
H1.HeaderClassName
{
color: #46C112;
}
.AnyTagClassName
{
color: #46C112;
}
</style>
background-color css
<style>
a { background-color: #46C112; }
a { background-color: rgb(70,193,18); }
div.DivClassName
{
background-color: #46C112;
}
.BgClassName
{
background-color: #46C112;
}
</style>
border-color css
<style>
span { border-color: #46C112; }
span { border-color: rgb(70,193,18); }
td.TdClassName
{
border-color: #46C112;
}
.TagClassName
{
border-color: #46C112;
}
</style>