Shades of Kelly Green #46CE01
Tints of Kelly Green #46CE01
RGB
CMYK
RGB Variations
Color information
#46CE01 (or 0x46CE01) is known color: Kelly Green. HEX triplet: 46, CE and 01. RGB value is (70,206,1). Sum of RGB (Red+Green+Blue) = 70+206+1=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 206 (80.86% from 255 or 74.37% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 206 - color contains mainly: green. Hex color #46CE01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46CE01 is #B931FE. Grayscale: #8E8E8E. Windows color (decimal): -12136959 or 118342. OLE color: 118342.
HSL color Cylindrical-coordinate representation of color #46CE01: hue angle of 99.8º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46CE01 is Cyan = 0.66, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 206 | 1 | - |
| CMYK | 0.66 | 0 | 1.00 | 0.19 |
| HSL | 99.8º | 0.99% | 0.41% | - |
| HSV(B) | 99.8º | 1% | 0.81% | - |
| XYZ | 24.6 | 45.45 | 7.5 | - |
| YUV | 141.97 | 48.44 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 206 | 1 | 0.66 | 0 | 1.00 | 0.19 | 99.8 | 0.99 | 0.41 |
| Hex | 46 | CE | 1 | 42 | 0 | 64 | 13 | 64 | 63 | 29 |
| Octal | 106 | 316 | 1 | 102 | 0 | 144 | 23 | 144 | 143 | 51 |
| Binary | 1000110 | 11001110 | 1 | 1000010 | 0 | 1100100 | 10011 | 1100100 | 1100011 | 101001 |
Color Harmonies of #46CE01
Complementary color
Monochromatic Colors of #46CE01
Black with #46CE01
Text Example
Text Example
White with #46CE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CE01; }
p { color: rgb(70,206,1); }
H1.HeaderClassName
{
color: #46CE01;
}
.AnyTagClassName
{
color: #46CE01;
}
</style>
background-color css
<style>
a { background-color: #46CE01; }
a { background-color: rgb(70,206,1); }
div.DivClassName
{
background-color: #46CE01;
}
.BgClassName
{
background-color: #46CE01;
}
</style>
border-color css
<style>
span { border-color: #46CE01; }
span { border-color: rgb(70,206,1); }
td.TdClassName
{
border-color: #46CE01;
}
.TagClassName
{
border-color: #46CE01;
}
</style>