Shades of Kelly Green #46BF16
Tints of Kelly Green #46BF16
RGB
CMYK
RGB Variations
Color information
#46BF16 (or 0x46BF16) is known color: Kelly Green. HEX triplet: 46, BF and 16. RGB value is (70,191,22). Sum of RGB (Red+Green+Blue) = 70+191+22=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 191 (75% from 255 or 67.49% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 191 - color contains mainly: green. Hex color #46BF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46BF16 is #B940E9. Grayscale: #888888. Windows color (decimal): -12140778 or 1490758. OLE color: 1490758.
HSL color Cylindrical-coordinate representation of color #46BF16: hue angle of 102.96º 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 #46BF16 is Cyan = 0.63, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 191 | 22 | - |
| CMYK | 0.63 | 0 | 0.88 | 0.25 |
| HSL | 102.96º | 0.79% | 0.42% | - |
| HSV(B) | 102.96º | 0.88% | 0.75% | - |
| XYZ | 21.3 | 38.62 | 7.09 | - |
| YUV | 135.56 | 63.91 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 191 | 22 | 0.63 | 0 | 0.88 | 0.25 | 102.96 | 0.79 | 0.42 |
| Hex | 46 | BF | 16 | 3F | 0 | 58 | 19 | 67 | 4F | 2A |
| Octal | 106 | 277 | 26 | 77 | 0 | 130 | 31 | 147 | 117 | 52 |
| Binary | 1000110 | 10111111 | 10110 | 111111 | 0 | 1011000 | 11001 | 1100111 | 1001111 | 101010 |
Color Harmonies of #46BF16
Complementary color
Monochromatic Colors of #46BF16
Black with #46BF16
Text Example
Text Example
White with #46BF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BF16; }
p { color: rgb(70,191,22); }
H1.HeaderClassName
{
color: #46BF16;
}
.AnyTagClassName
{
color: #46BF16;
}
</style>
background-color css
<style>
a { background-color: #46BF16; }
a { background-color: rgb(70,191,22); }
div.DivClassName
{
background-color: #46BF16;
}
.BgClassName
{
background-color: #46BF16;
}
</style>
border-color css
<style>
span { border-color: #46BF16; }
span { border-color: rgb(70,191,22); }
td.TdClassName
{
border-color: #46BF16;
}
.TagClassName
{
border-color: #46BF16;
}
</style>