Shades of Kelly Green #46BA01
Tints of Kelly Green #46BA01
RGB
CMYK
RGB Variations
Color information
#46BA01 (or 0x46BA01) is known color: Kelly Green. HEX triplet: 46, BA and 01. RGB value is (70,186,1). Sum of RGB (Red+Green+Blue) = 70+186+1=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 186 (73.05% from 255 or 72.37% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 186 - color contains mainly: green. Hex color #46BA01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46BA01 is #B945FE. Grayscale: #828282. Windows color (decimal): -12142079 or 113222. OLE color: 113222.
HSL color Cylindrical-coordinate representation of color #46BA01: hue angle of 97.62º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #46BA01 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 186 | 1 | - |
| CMYK | 0.62 | 0 | 0.99 | 0.27 |
| HSL | 97.62º | 0.99% | 0.37% | - |
| HSV(B) | 97.62º | 0.99% | 0.73% | - |
| XYZ | 20.09 | 36.42 | 6 | - |
| YUV | 130.23 | 55.07 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 186 | 1 | 0.62 | 0 | 0.99 | 0.27 | 97.62 | 0.99 | 0.37 |
| Hex | 46 | BA | 1 | 3E | 0 | 63 | 1B | 62 | 63 | 25 |
| Octal | 106 | 272 | 1 | 76 | 0 | 143 | 33 | 142 | 143 | 45 |
| Binary | 1000110 | 10111010 | 1 | 111110 | 0 | 1100011 | 11011 | 1100010 | 1100011 | 100101 |
Color Harmonies of #46BA01
Complementary color
Monochromatic Colors of #46BA01
Black with #46BA01
Text Example
Text Example
White with #46BA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BA01; }
p { color: rgb(70,186,1); }
H1.HeaderClassName
{
color: #46BA01;
}
.AnyTagClassName
{
color: #46BA01;
}
</style>
background-color css
<style>
a { background-color: #46BA01; }
a { background-color: rgb(70,186,1); }
div.DivClassName
{
background-color: #46BA01;
}
.BgClassName
{
background-color: #46BA01;
}
</style>
border-color css
<style>
span { border-color: #46BA01; }
span { border-color: rgb(70,186,1); }
td.TdClassName
{
border-color: #46BA01;
}
.TagClassName
{
border-color: #46BA01;
}
</style>