Shades of Kelly Green #46BA2D
Tints of Kelly Green #46BA2D
RGB
CMYK
RGB Variations
Color information
#46BA2D (or 0x46BA2D) is known color: Kelly Green. HEX triplet: 46, BA and 2D. RGB value is (70,186,45). Sum of RGB (Red+Green+Blue) = 70+186+45=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 186 (73.05% from 255 or 61.79% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 186 - color contains mainly: green. Hex color #46BA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BA2D is #B945D2. Grayscale: #878787. Windows color (decimal): -12142035 or 2996806. OLE color: 2996806.
HSL color Cylindrical-coordinate representation of color #46BA2D: hue angle of 109.36º degrees, saturation: 0.61, 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 #46BA2D is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 186 | 45 | - |
| CMYK | 0.62 | 0 | 0.76 | 0.27 |
| HSL | 109.36º | 0.61% | 0.45% | - |
| HSV(B) | 109.36º | 0.76% | 0.73% | - |
| XYZ | 20.56 | 36.61 | 8.47 | - |
| YUV | 135.24 | 77.07 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 186 | 45 | 0.62 | 0 | 0.76 | 0.27 | 109.36 | 0.61 | 0.45 |
| Hex | 46 | BA | 2D | 3E | 0 | 4C | 1B | 6D | 3D | 2D |
| Octal | 106 | 272 | 55 | 76 | 0 | 114 | 33 | 155 | 75 | 55 |
| Binary | 1000110 | 10111010 | 101101 | 111110 | 0 | 1001100 | 11011 | 1101101 | 111101 | 101101 |
Color Harmonies of #46BA2D
Complementary color
Monochromatic Colors of #46BA2D
Black with #46BA2D
Text Example
Text Example
White with #46BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BA2D; }
p { color: rgb(70,186,45); }
H1.HeaderClassName
{
color: #46BA2D;
}
.AnyTagClassName
{
color: #46BA2D;
}
</style>
background-color css
<style>
a { background-color: #46BA2D; }
a { background-color: rgb(70,186,45); }
div.DivClassName
{
background-color: #46BA2D;
}
.BgClassName
{
background-color: #46BA2D;
}
</style>
border-color css
<style>
span { border-color: #46BA2D; }
span { border-color: rgb(70,186,45); }
td.TdClassName
{
border-color: #46BA2D;
}
.TagClassName
{
border-color: #46BA2D;
}
</style>