Shades of Kelly Green #46CC12
Tints of Kelly Green #46CC12
RGB
CMYK
RGB Variations
Color information
#46CC12 (or 0x46CC12) is known color: Kelly Green. HEX triplet: 46, CC and 12. RGB value is (70,204,18). Sum of RGB (Red+Green+Blue) = 70+204+18=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 204 (80.08% from 255 or 69.86% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 204 - color contains mainly: green. Hex color #46CC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46CC12 is #B933ED. Grayscale: #8F8F8F. Windows color (decimal): -12137454 or 1231942. OLE color: 1231942.
HSL color Cylindrical-coordinate representation of color #46CC12: hue angle of 103.23º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46CC12 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 204 | 18 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.2 |
| HSL | 103.23º | 0.84% | 0.44% | - |
| HSV(B) | 103.23º | 0.91% | 0.8% | - |
| XYZ | 24.23 | 44.53 | 7.89 | - |
| YUV | 142.73 | 57.61 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 204 | 18 | 0.66 | 0 | 0.91 | 0.2 | 103.23 | 0.84 | 0.44 |
| Hex | 46 | CC | 12 | 42 | 0 | 5B | 14 | 67 | 54 | 2C |
| Octal | 106 | 314 | 22 | 102 | 0 | 133 | 24 | 147 | 124 | 54 |
| Binary | 1000110 | 11001100 | 10010 | 1000010 | 0 | 1011011 | 10100 | 1100111 | 1010100 | 101100 |
Color Harmonies of #46CC12
Complementary color
Monochromatic Colors of #46CC12
Black with #46CC12
Text Example
Text Example
White with #46CC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CC12; }
p { color: rgb(70,204,18); }
H1.HeaderClassName
{
color: #46CC12;
}
.AnyTagClassName
{
color: #46CC12;
}
</style>
background-color css
<style>
a { background-color: #46CC12; }
a { background-color: rgb(70,204,18); }
div.DivClassName
{
background-color: #46CC12;
}
.BgClassName
{
background-color: #46CC12;
}
</style>
border-color css
<style>
span { border-color: #46CC12; }
span { border-color: rgb(70,204,18); }
td.TdClassName
{
border-color: #46CC12;
}
.TagClassName
{
border-color: #46CC12;
}
</style>