Shades of Kelly Green #46C31F
Tints of Kelly Green #46C31F
RGB
CMYK
RGB Variations
Color information
#46C31F (or 0x46C31F) is known color: Kelly Green. HEX triplet: 46, C3 and 1F. RGB value is (70,195,31). Sum of RGB (Red+Green+Blue) = 70+195+31=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 195 (76.56% from 255 or 65.88% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 195 - color contains mainly: green. Hex color #46C31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C31F is #B93CE0. Grayscale: #8B8B8B. Windows color (decimal): -12139745 or 2081606. OLE color: 2081606.
HSL color Cylindrical-coordinate representation of color #46C31F: hue angle of 105.73º degrees, saturation: 0.73, 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 #46C31F is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 195 | 31 | - |
| CMYK | 0.64 | 0 | 0.84 | 0.24 |
| HSL | 105.73º | 0.73% | 0.44% | - |
| HSV(B) | 105.73º | 0.84% | 0.76% | - |
| XYZ | 22.29 | 40.43 | 7.93 | - |
| YUV | 138.93 | 67.09 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 195 | 31 | 0.64 | 0 | 0.84 | 0.24 | 105.73 | 0.73 | 0.44 |
| Hex | 46 | C3 | 1F | 40 | 0 | 54 | 18 | 6A | 49 | 2C |
| Octal | 106 | 303 | 37 | 100 | 0 | 124 | 30 | 152 | 111 | 54 |
| Binary | 1000110 | 11000011 | 11111 | 1000000 | 0 | 1010100 | 11000 | 1101010 | 1001001 | 101100 |
Color Harmonies of #46C31F
Complementary color
Monochromatic Colors of #46C31F
Black with #46C31F
Text Example
Text Example
White with #46C31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C31F; }
p { color: rgb(70,195,31); }
H1.HeaderClassName
{
color: #46C31F;
}
.AnyTagClassName
{
color: #46C31F;
}
</style>
background-color css
<style>
a { background-color: #46C31F; }
a { background-color: rgb(70,195,31); }
div.DivClassName
{
background-color: #46C31F;
}
.BgClassName
{
background-color: #46C31F;
}
</style>
border-color css
<style>
span { border-color: #46C31F; }
span { border-color: rgb(70,195,31); }
td.TdClassName
{
border-color: #46C31F;
}
.TagClassName
{
border-color: #46C31F;
}
</style>