Shades of Kelly Green #46D200
Tints of Kelly Green #46D200
RGB
CMYK
RGB Variations
Color information
#46D200 (or 0x46D200) is known color: Kelly Green. HEX triplet: 46, D2 and 00. RGB value is (70,210,0). Sum of RGB (Red+Green+Blue) = 70+210+0=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 210 (82.42% from 255 or 75% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 210 - color contains mainly: green. Hex color #46D200 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46D200 is #B92DFF. Grayscale: #909090. Windows color (decimal): -12135936 or 53830. OLE color: 53830.
HSL color Cylindrical-coordinate representation of color #46D200: hue angle of 100º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46D200 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 210 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.18 |
| HSL | 100º | 1% | 0.41% | - |
| HSV(B) | 100º | 1% | 0.82% | - |
| XYZ | 25.57 | 47.4 | 7.8 | - |
| YUV | 144.2 | 46.62 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 210 | 0 | 0.67 | 0 | 1 | 0.18 | 100 | 1 | 0.41 |
| Hex | 46 | D2 | 0 | 43 | 0 | 64 | 12 | 64 | 64 | 29 |
| Octal | 106 | 322 | 0 | 103 | 0 | 144 | 22 | 144 | 144 | 51 |
| Binary | 1000110 | 11010010 | 0 | 1000011 | 0 | 1100100 | 10010 | 1100100 | 1100100 | 101001 |
Color Harmonies of #46D200
Complementary color
Monochromatic Colors of #46D200
Black with #46D200
Text Example
Text Example
White with #46D200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D200; }
p { color: rgb(70,210,0); }
H1.HeaderClassName
{
color: #46D200;
}
.AnyTagClassName
{
color: #46D200;
}
</style>
background-color css
<style>
a { background-color: #46D200; }
a { background-color: rgb(70,210,0); }
div.DivClassName
{
background-color: #46D200;
}
.BgClassName
{
background-color: #46D200;
}
</style>
border-color css
<style>
span { border-color: #46D200; }
span { border-color: rgb(70,210,0); }
td.TdClassName
{
border-color: #46D200;
}
.TagClassName
{
border-color: #46D200;
}
</style>