Shades of Kelly Green #46BA07
Tints of Kelly Green #46BA07
RGB
CMYK
RGB Variations
Color information
#46BA07 (or 0x46BA07) is known color: Kelly Green. HEX triplet: 46, BA and 07. RGB value is (70,186,7). Sum of RGB (Red+Green+Blue) = 70+186+7=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 186 (73.05% from 255 or 70.72% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 186 - color contains mainly: green. Hex color #46BA07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46BA07 is #B945F8. Grayscale: #838383. Windows color (decimal): -12142073 or 506438. OLE color: 506438.
HSL color Cylindrical-coordinate representation of color #46BA07: hue angle of 98.88º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #46BA07 is Cyan = 0.62, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 186 | 7 | - |
| CMYK | 0.62 | 0 | 0.96 | 0.27 |
| HSL | 98.88º | 0.93% | 0.38% | - |
| HSV(B) | 98.88º | 0.96% | 0.73% | - |
| XYZ | 20.12 | 36.44 | 6.17 | - |
| YUV | 130.91 | 58.07 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 186 | 7 | 0.62 | 0 | 0.96 | 0.27 | 98.88 | 0.93 | 0.38 |
| Hex | 46 | BA | 7 | 3E | 0 | 60 | 1B | 63 | 5D | 26 |
| Octal | 106 | 272 | 7 | 76 | 0 | 140 | 33 | 143 | 135 | 46 |
| Binary | 1000110 | 10111010 | 111 | 111110 | 0 | 1100000 | 11011 | 1100011 | 1011101 | 100110 |
Color Harmonies of #46BA07
Complementary color
Monochromatic Colors of #46BA07
Black with #46BA07
Text Example
Text Example
White with #46BA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BA07; }
p { color: rgb(70,186,7); }
H1.HeaderClassName
{
color: #46BA07;
}
.AnyTagClassName
{
color: #46BA07;
}
</style>
background-color css
<style>
a { background-color: #46BA07; }
a { background-color: rgb(70,186,7); }
div.DivClassName
{
background-color: #46BA07;
}
.BgClassName
{
background-color: #46BA07;
}
</style>
border-color css
<style>
span { border-color: #46BA07; }
span { border-color: rgb(70,186,7); }
td.TdClassName
{
border-color: #46BA07;
}
.TagClassName
{
border-color: #46BA07;
}
</style>