Shades of Kelly Green #46D600
Tints of Kelly Green #46D600
RGB
CMYK
RGB Variations
Color information
#46D600 (or 0x46D600) is known color: Kelly Green. HEX triplet: 46, D6 and 00. RGB value is (70,214,0). Sum of RGB (Red+Green+Blue) = 70+214+0=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 214 (83.98% from 255 or 75.35% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 214 - color contains mainly: green. Hex color #46D600 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46D600 is #B929FF. Grayscale: #939393. Windows color (decimal): -12134912 or 54854. OLE color: 54854.
HSL color Cylindrical-coordinate representation of color #46D600: hue angle of 100.37º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46D600 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 214 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.16 |
| HSL | 100.37º | 1% | 0.42% | - |
| HSV(B) | 100.37º | 1% | 0.84% | - |
| XYZ | 26.57 | 49.4 | 8.13 | - |
| YUV | 146.55 | 45.29 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 214 | 0 | 0.67 | 0 | 1 | 0.16 | 100.37 | 1 | 0.42 |
| Hex | 46 | D6 | 0 | 43 | 0 | 64 | 10 | 64 | 64 | 2A |
| Octal | 106 | 326 | 0 | 103 | 0 | 144 | 20 | 144 | 144 | 52 |
| Binary | 1000110 | 11010110 | 0 | 1000011 | 0 | 1100100 | 10000 | 1100100 | 1100100 | 101010 |
Color Harmonies of #46D600
Complementary color
Monochromatic Colors of #46D600
Black with #46D600
Text Example
Text Example
White with #46D600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D600; }
p { color: rgb(70,214,0); }
H1.HeaderClassName
{
color: #46D600;
}
.AnyTagClassName
{
color: #46D600;
}
</style>
background-color css
<style>
a { background-color: #46D600; }
a { background-color: rgb(70,214,0); }
div.DivClassName
{
background-color: #46D600;
}
.BgClassName
{
background-color: #46D600;
}
</style>
border-color css
<style>
span { border-color: #46D600; }
span { border-color: rgb(70,214,0); }
td.TdClassName
{
border-color: #46D600;
}
.TagClassName
{
border-color: #46D600;
}
</style>