Shades of Kelly Green #46BC0D
Tints of Kelly Green #46BC0D
RGB
CMYK
RGB Variations
Color information
#46BC0D (or 0x46BC0D) is known color: Kelly Green. HEX triplet: 46, BC and 0D. RGB value is (70,188,13). Sum of RGB (Red+Green+Blue) = 70+188+13=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 188 (73.83% from 255 or 69.37% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 188 - color contains mainly: green. Hex color #46BC0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46BC0D is #B943F2. Grayscale: #858585. Windows color (decimal): -12141555 or 900166. OLE color: 900166.
HSL color Cylindrical-coordinate representation of color #46BC0D: hue angle of 100.46º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #46BC0D is Cyan = 0.63, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 188 | 13 | - |
| CMYK | 0.63 | 0 | 0.93 | 0.26 |
| HSL | 100.46º | 0.87% | 0.39% | - |
| HSV(B) | 100.46º | 0.93% | 0.74% | - |
| XYZ | 20.58 | 37.3 | 6.5 | - |
| YUV | 132.77 | 60.41 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 188 | 13 | 0.63 | 0 | 0.93 | 0.26 | 100.46 | 0.87 | 0.39 |
| Hex | 46 | BC | D | 3F | 0 | 5D | 1A | 64 | 57 | 27 |
| Octal | 106 | 274 | 15 | 77 | 0 | 135 | 32 | 144 | 127 | 47 |
| Binary | 1000110 | 10111100 | 1101 | 111111 | 0 | 1011101 | 11010 | 1100100 | 1010111 | 100111 |
Color Harmonies of #46BC0D
Complementary color
Monochromatic Colors of #46BC0D
Black with #46BC0D
Text Example
Text Example
White with #46BC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BC0D; }
p { color: rgb(70,188,13); }
H1.HeaderClassName
{
color: #46BC0D;
}
.AnyTagClassName
{
color: #46BC0D;
}
</style>
background-color css
<style>
a { background-color: #46BC0D; }
a { background-color: rgb(70,188,13); }
div.DivClassName
{
background-color: #46BC0D;
}
.BgClassName
{
background-color: #46BC0D;
}
</style>
border-color css
<style>
span { border-color: #46BC0D; }
span { border-color: rgb(70,188,13); }
td.TdClassName
{
border-color: #46BC0D;
}
.TagClassName
{
border-color: #46BC0D;
}
</style>