Shades of Kelly Green #46BA2C
Tints of Kelly Green #46BA2C
RGB
CMYK
RGB Variations
Color information
#46BA2C (or 0x46BA2C) is known color: Kelly Green. HEX triplet: 46, BA and 2C. RGB value is (70,186,44). Sum of RGB (Red+Green+Blue) = 70+186+44=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 186 (73.05% from 255 or 62% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 186 - color contains mainly: green. Hex color #46BA2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BA2C is #B945D3. Grayscale: #878787. Windows color (decimal): -12142036 or 2931270. OLE color: 2931270.
HSL color Cylindrical-coordinate representation of color #46BA2C: hue angle of 109.01º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46BA2C is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 186 | 44 | - |
| CMYK | 0.62 | 0 | 0.76 | 0.27 |
| HSL | 109.01º | 0.62% | 0.45% | - |
| HSV(B) | 109.01º | 0.76% | 0.73% | - |
| XYZ | 20.54 | 36.6 | 8.37 | - |
| YUV | 135.13 | 76.57 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 186 | 44 | 0.62 | 0 | 0.76 | 0.27 | 109.01 | 0.62 | 0.45 |
| Hex | 46 | BA | 2C | 3E | 0 | 4C | 1B | 6D | 3E | 2D |
| Octal | 106 | 272 | 54 | 76 | 0 | 114 | 33 | 155 | 76 | 55 |
| Binary | 1000110 | 10111010 | 101100 | 111110 | 0 | 1001100 | 11011 | 1101101 | 111110 | 101101 |
Color Harmonies of #46BA2C
Complementary color
Monochromatic Colors of #46BA2C
Black with #46BA2C
Text Example
Text Example
White with #46BA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BA2C; }
p { color: rgb(70,186,44); }
H1.HeaderClassName
{
color: #46BA2C;
}
.AnyTagClassName
{
color: #46BA2C;
}
</style>
background-color css
<style>
a { background-color: #46BA2C; }
a { background-color: rgb(70,186,44); }
div.DivClassName
{
background-color: #46BA2C;
}
.BgClassName
{
background-color: #46BA2C;
}
</style>
border-color css
<style>
span { border-color: #46BA2C; }
span { border-color: rgb(70,186,44); }
td.TdClassName
{
border-color: #46BA2C;
}
.TagClassName
{
border-color: #46BA2C;
}
</style>