Shades of Kelly Green #46C614
Tints of Kelly Green #46C614
RGB
CMYK
RGB Variations
Color information
#46C614 (or 0x46C614) is known color: Kelly Green. HEX triplet: 46, C6 and 14. RGB value is (70,198,20). Sum of RGB (Red+Green+Blue) = 70+198+20=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 198 (77.73% from 255 or 68.75% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 198 - color contains mainly: green. Hex color #46C614 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46C614 is #B939EB. Grayscale: #8C8C8C. Windows color (decimal): -12138988 or 1361478. OLE color: 1361478.
HSL color Cylindrical-coordinate representation of color #46C614: hue angle of 103.15º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46C614 is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 198 | 20 | - |
| CMYK | 0.65 | 0 | 0.90 | 0.22 |
| HSL | 103.15º | 0.82% | 0.43% | - |
| HSV(B) | 103.15º | 0.9% | 0.78% | - |
| XYZ | 22.85 | 41.74 | 7.51 | - |
| YUV | 139.44 | 60.59 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 198 | 20 | 0.65 | 0 | 0.90 | 0.22 | 103.15 | 0.82 | 0.43 |
| Hex | 46 | C6 | 14 | 41 | 0 | 5A | 16 | 67 | 52 | 2B |
| Octal | 106 | 306 | 24 | 101 | 0 | 132 | 26 | 147 | 122 | 53 |
| Binary | 1000110 | 11000110 | 10100 | 1000001 | 0 | 1011010 | 10110 | 1100111 | 1010010 | 101011 |
Color Harmonies of #46C614
Complementary color
Monochromatic Colors of #46C614
Black with #46C614
Text Example
Text Example
White with #46C614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C614; }
p { color: rgb(70,198,20); }
H1.HeaderClassName
{
color: #46C614;
}
.AnyTagClassName
{
color: #46C614;
}
</style>
background-color css
<style>
a { background-color: #46C614; }
a { background-color: rgb(70,198,20); }
div.DivClassName
{
background-color: #46C614;
}
.BgClassName
{
background-color: #46C614;
}
</style>
border-color css
<style>
span { border-color: #46C614; }
span { border-color: rgb(70,198,20); }
td.TdClassName
{
border-color: #46C614;
}
.TagClassName
{
border-color: #46C614;
}
</style>