Shades of Kelly Green #46C605
Tints of Kelly Green #46C605
RGB
CMYK
RGB Variations
Color information
#46C605 (or 0x46C605) is known color: Kelly Green. HEX triplet: 46, C6 and 05. RGB value is (70,198,5). Sum of RGB (Red+Green+Blue) = 70+198+5=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 198 (77.73% from 255 or 72.53% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 198 - color contains mainly: green. Hex color #46C605 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46C605 is #B939FA. Grayscale: #8A8A8A. Windows color (decimal): -12139003 or 378438. OLE color: 378438.
HSL color Cylindrical-coordinate representation of color #46C605: hue angle of 99.79º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46C605 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 198 | 5 | - |
| CMYK | 0.65 | 0 | 0.97 | 0.22 |
| HSL | 99.79º | 0.95% | 0.4% | - |
| HSV(B) | 99.79º | 0.97% | 0.78% | - |
| XYZ | 22.75 | 41.7 | 6.99 | - |
| YUV | 137.73 | 53.09 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 198 | 5 | 0.65 | 0 | 0.97 | 0.22 | 99.79 | 0.95 | 0.4 |
| Hex | 46 | C6 | 5 | 41 | 0 | 61 | 16 | 64 | 5F | 28 |
| Octal | 106 | 306 | 5 | 101 | 0 | 141 | 26 | 144 | 137 | 50 |
| Binary | 1000110 | 11000110 | 101 | 1000001 | 0 | 1100001 | 10110 | 1100100 | 1011111 | 101000 |
Color Harmonies of #46C605
Complementary color
Monochromatic Colors of #46C605
Black with #46C605
Text Example
Text Example
White with #46C605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C605; }
p { color: rgb(70,198,5); }
H1.HeaderClassName
{
color: #46C605;
}
.AnyTagClassName
{
color: #46C605;
}
</style>
background-color css
<style>
a { background-color: #46C605; }
a { background-color: rgb(70,198,5); }
div.DivClassName
{
background-color: #46C605;
}
.BgClassName
{
background-color: #46C605;
}
</style>
border-color css
<style>
span { border-color: #46C605; }
span { border-color: rgb(70,198,5); }
td.TdClassName
{
border-color: #46C605;
}
.TagClassName
{
border-color: #46C605;
}
</style>