Shades of Kelly Green #46CE05
Tints of Kelly Green #46CE05
RGB
CMYK
RGB Variations
Color information
#46CE05 (or 0x46CE05) is known color: Kelly Green. HEX triplet: 46, CE and 05. RGB value is (70,206,5). Sum of RGB (Red+Green+Blue) = 70+206+5=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 206 (80.86% from 255 or 73.31% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 206 - color contains mainly: green. Hex color #46CE05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46CE05 is #B931FA. Grayscale: #8F8F8F. Windows color (decimal): -12136955 or 380486. OLE color: 380486.
HSL color Cylindrical-coordinate representation of color #46CE05: hue angle of 100.6º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #46CE05 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 206 | 5 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.19 |
| HSL | 100.6º | 0.95% | 0.41% | - |
| HSV(B) | 100.6º | 0.98% | 0.81% | - |
| XYZ | 24.62 | 45.46 | 7.62 | - |
| YUV | 142.42 | 50.44 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 206 | 5 | 0.66 | 0 | 0.98 | 0.19 | 100.6 | 0.95 | 0.41 |
| Hex | 46 | CE | 5 | 42 | 0 | 62 | 13 | 65 | 5F | 29 |
| Octal | 106 | 316 | 5 | 102 | 0 | 142 | 23 | 145 | 137 | 51 |
| Binary | 1000110 | 11001110 | 101 | 1000010 | 0 | 1100010 | 10011 | 1100101 | 1011111 | 101001 |
Color Harmonies of #46CE05
Complementary color
Monochromatic Colors of #46CE05
Black with #46CE05
Text Example
Text Example
White with #46CE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CE05; }
p { color: rgb(70,206,5); }
H1.HeaderClassName
{
color: #46CE05;
}
.AnyTagClassName
{
color: #46CE05;
}
</style>
background-color css
<style>
a { background-color: #46CE05; }
a { background-color: rgb(70,206,5); }
div.DivClassName
{
background-color: #46CE05;
}
.BgClassName
{
background-color: #46CE05;
}
</style>
border-color css
<style>
span { border-color: #46CE05; }
span { border-color: rgb(70,206,5); }
td.TdClassName
{
border-color: #46CE05;
}
.TagClassName
{
border-color: #46CE05;
}
</style>