Shades of Kelly Green #46B70C
Tints of Kelly Green #46B70C
RGB
CMYK
RGB Variations
Color information
#46B70C (or 0x46B70C) is known color: Kelly Green. HEX triplet: 46, B7 and 0C. RGB value is (70,183,12). Sum of RGB (Red+Green+Blue) = 70+183+12=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 183 (71.88% from 255 or 69.06% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 183 - color contains mainly: green. Hex color #46B70C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46B70C is #B948F3. Grayscale: #828282. Windows color (decimal): -12142836 or 833350. OLE color: 833350.
HSL color Cylindrical-coordinate representation of color #46B70C: hue angle of 99.65º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #46B70C is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 70 | 183 | 12 | - |
| CMYK | 0.62 | 0 | 0.93 | 0.28 |
| HSL | 99.65º | 0.88% | 0.38% | - |
| HSV(B) | 99.65º | 0.93% | 0.72% | - |
| XYZ | 19.53 | 35.2 | 6.11 | - |
| YUV | 129.72 | 61.56 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 183 | 12 | 0.62 | 0 | 0.93 | 0.28 | 99.65 | 0.88 | 0.38 |
| Hex | 46 | B7 | C | 3E | 0 | 5D | 1C | 64 | 58 | 26 |
| Octal | 106 | 267 | 14 | 76 | 0 | 135 | 34 | 144 | 130 | 46 |
| Binary | 1000110 | 10110111 | 1100 | 111110 | 0 | 1011101 | 11100 | 1100100 | 1011000 | 100110 |
Color Harmonies of #46B70C
Complementary color
Monochromatic Colors of #46B70C
Black with #46B70C
Text Example
Text Example
White with #46B70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B70C; }
p { color: rgb(70,183,12); }
H1.HeaderClassName
{
color: #46B70C;
}
.AnyTagClassName
{
color: #46B70C;
}
</style>
background-color css
<style>
a { background-color: #46B70C; }
a { background-color: rgb(70,183,12); }
div.DivClassName
{
background-color: #46B70C;
}
.BgClassName
{
background-color: #46B70C;
}
</style>
border-color css
<style>
span { border-color: #46B70C; }
span { border-color: rgb(70,183,12); }
td.TdClassName
{
border-color: #46B70C;
}
.TagClassName
{
border-color: #46B70C;
}
</style>