Shades of Kelly Green #46BE16
Tints of Kelly Green #46BE16
RGB
CMYK
RGB Variations
Color information
#46BE16 (or 0x46BE16) is known color: Kelly Green. HEX triplet: 46, BE and 16. RGB value is (70,190,22). Sum of RGB (Red+Green+Blue) = 70+190+22=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 190 (74.61% from 255 or 67.38% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 190 - color contains mainly: green. Hex color #46BE16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46BE16 is #B941E9. Grayscale: #878787. Windows color (decimal): -12141034 or 1490502. OLE color: 1490502.
HSL color Cylindrical-coordinate representation of color #46BE16: hue angle of 102.86º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #46BE16 is Cyan = 0.63, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 190 | 22 | - |
| CMYK | 0.63 | 0 | 0.88 | 0.25 |
| HSL | 102.86º | 0.79% | 0.42% | - |
| HSV(B) | 102.86º | 0.88% | 0.75% | - |
| XYZ | 21.08 | 38.19 | 7.02 | - |
| YUV | 134.97 | 64.24 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 190 | 22 | 0.63 | 0 | 0.88 | 0.25 | 102.86 | 0.79 | 0.42 |
| Hex | 46 | BE | 16 | 3F | 0 | 58 | 19 | 67 | 4F | 2A |
| Octal | 106 | 276 | 26 | 77 | 0 | 130 | 31 | 147 | 117 | 52 |
| Binary | 1000110 | 10111110 | 10110 | 111111 | 0 | 1011000 | 11001 | 1100111 | 1001111 | 101010 |
Color Harmonies of #46BE16
Complementary color
Monochromatic Colors of #46BE16
Black with #46BE16
Text Example
Text Example
White with #46BE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BE16; }
p { color: rgb(70,190,22); }
H1.HeaderClassName
{
color: #46BE16;
}
.AnyTagClassName
{
color: #46BE16;
}
</style>
background-color css
<style>
a { background-color: #46BE16; }
a { background-color: rgb(70,190,22); }
div.DivClassName
{
background-color: #46BE16;
}
.BgClassName
{
background-color: #46BE16;
}
</style>
border-color css
<style>
span { border-color: #46BE16; }
span { border-color: rgb(70,190,22); }
td.TdClassName
{
border-color: #46BE16;
}
.TagClassName
{
border-color: #46BE16;
}
</style>