Shades of Kelly Green #46C11F
Tints of Kelly Green #46C11F
RGB
CMYK
RGB Variations
Color information
#46C11F (or 0x46C11F) is known color: Kelly Green. HEX triplet: 46, C1 and 1F. RGB value is (70,193,31). Sum of RGB (Red+Green+Blue) = 70+193+31=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 193 (75.78% from 255 or 65.65% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 193 - color contains mainly: green. Hex color #46C11F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C11F is #B93EE0. Grayscale: #8A8A8A. Windows color (decimal): -12140257 or 2081094. OLE color: 2081094.
HSL color Cylindrical-coordinate representation of color #46C11F: hue angle of 105.56º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46C11F is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 193 | 31 | - |
| CMYK | 0.64 | 0 | 0.84 | 0.24 |
| HSL | 105.56º | 0.72% | 0.44% | - |
| HSV(B) | 105.56º | 0.84% | 0.76% | - |
| XYZ | 21.84 | 39.54 | 7.78 | - |
| YUV | 137.76 | 67.75 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 193 | 31 | 0.64 | 0 | 0.84 | 0.24 | 105.56 | 0.72 | 0.44 |
| Hex | 46 | C1 | 1F | 40 | 0 | 54 | 18 | 6A | 48 | 2C |
| Octal | 106 | 301 | 37 | 100 | 0 | 124 | 30 | 152 | 110 | 54 |
| Binary | 1000110 | 11000001 | 11111 | 1000000 | 0 | 1010100 | 11000 | 1101010 | 1001000 | 101100 |
Color Harmonies of #46C11F
Complementary color
Monochromatic Colors of #46C11F
Black with #46C11F
Text Example
Text Example
White with #46C11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C11F; }
p { color: rgb(70,193,31); }
H1.HeaderClassName
{
color: #46C11F;
}
.AnyTagClassName
{
color: #46C11F;
}
</style>
background-color css
<style>
a { background-color: #46C11F; }
a { background-color: rgb(70,193,31); }
div.DivClassName
{
background-color: #46C11F;
}
.BgClassName
{
background-color: #46C11F;
}
</style>
border-color css
<style>
span { border-color: #46C11F; }
span { border-color: rgb(70,193,31); }
td.TdClassName
{
border-color: #46C11F;
}
.TagClassName
{
border-color: #46C11F;
}
</style>