Shades of Kelly Green #46CC0C
Tints of Kelly Green #46CC0C
RGB
CMYK
RGB Variations
Color information
#46CC0C (or 0x46CC0C) is known color: Kelly Green. HEX triplet: 46, CC and 0C. RGB value is (70,204,12). Sum of RGB (Red+Green+Blue) = 70+204+12=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 204 (80.08% from 255 or 71.33% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 204 - color contains mainly: green. Hex color #46CC0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46CC0C is #B933F3. Grayscale: #8E8E8E. Windows color (decimal): -12137460 or 838726. OLE color: 838726.
HSL color Cylindrical-coordinate representation of color #46CC0C: hue angle of 101.88º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #46CC0C is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 204 | 12 | - |
| CMYK | 0.66 | 0 | 0.94 | 0.2 |
| HSL | 101.88º | 0.89% | 0.42% | - |
| HSV(B) | 101.88º | 0.94% | 0.8% | - |
| XYZ | 24.19 | 44.51 | 7.67 | - |
| YUV | 142.05 | 54.61 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 204 | 12 | 0.66 | 0 | 0.94 | 0.2 | 101.88 | 0.89 | 0.42 |
| Hex | 46 | CC | C | 42 | 0 | 5E | 14 | 66 | 59 | 2A |
| Octal | 106 | 314 | 14 | 102 | 0 | 136 | 24 | 146 | 131 | 52 |
| Binary | 1000110 | 11001100 | 1100 | 1000010 | 0 | 1011110 | 10100 | 1100110 | 1011001 | 101010 |
Color Harmonies of #46CC0C
Complementary color
Monochromatic Colors of #46CC0C
Black with #46CC0C
Text Example
Text Example
White with #46CC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CC0C; }
p { color: rgb(70,204,12); }
H1.HeaderClassName
{
color: #46CC0C;
}
.AnyTagClassName
{
color: #46CC0C;
}
</style>
background-color css
<style>
a { background-color: #46CC0C; }
a { background-color: rgb(70,204,12); }
div.DivClassName
{
background-color: #46CC0C;
}
.BgClassName
{
background-color: #46CC0C;
}
</style>
border-color css
<style>
span { border-color: #46CC0C; }
span { border-color: rgb(70,204,12); }
td.TdClassName
{
border-color: #46CC0C;
}
.TagClassName
{
border-color: #46CC0C;
}
</style>