Shades of Kelly Green #46C514
Tints of Kelly Green #46C514
RGB
CMYK
RGB Variations
Color information
#46C514 (or 0x46C514) is known color: Kelly Green. HEX triplet: 46, C5 and 14. RGB value is (70,197,20). Sum of RGB (Red+Green+Blue) = 70+197+20=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 197 (77.34% from 255 or 68.64% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 197 - color contains mainly: green. Hex color #46C514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46C514 is #B93AEB. Grayscale: #8B8B8B. Windows color (decimal): -12139244 or 1361222. OLE color: 1361222.
HSL color Cylindrical-coordinate representation of color #46C514: hue angle of 103.05º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46C514 is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 70 | 197 | 20 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.23 |
| HSL | 103.05º | 0.82% | 0.43% | - |
| HSV(B) | 103.05º | 0.9% | 0.77% | - |
| XYZ | 22.62 | 41.29 | 7.44 | - |
| YUV | 138.85 | 60.92 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 197 | 20 | 0.64 | 0 | 0.90 | 0.23 | 103.05 | 0.82 | 0.43 |
| Hex | 46 | C5 | 14 | 40 | 0 | 5A | 17 | 67 | 52 | 2B |
| Octal | 106 | 305 | 24 | 100 | 0 | 132 | 27 | 147 | 122 | 53 |
| Binary | 1000110 | 11000101 | 10100 | 1000000 | 0 | 1011010 | 10111 | 1100111 | 1010010 | 101011 |
Color Harmonies of #46C514
Complementary color
Monochromatic Colors of #46C514
Black with #46C514
Text Example
Text Example
White with #46C514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C514; }
p { color: rgb(70,197,20); }
H1.HeaderClassName
{
color: #46C514;
}
.AnyTagClassName
{
color: #46C514;
}
</style>
background-color css
<style>
a { background-color: #46C514; }
a { background-color: rgb(70,197,20); }
div.DivClassName
{
background-color: #46C514;
}
.BgClassName
{
background-color: #46C514;
}
</style>
border-color css
<style>
span { border-color: #46C514; }
span { border-color: rgb(70,197,20); }
td.TdClassName
{
border-color: #46C514;
}
.TagClassName
{
border-color: #46C514;
}
</style>