Shades of Kelly Green #46B301
Tints of Kelly Green #46B301
RGB
CMYK
RGB Variations
Color information
#46B301 (or 0x46B301) is known color: Kelly Green. HEX triplet: 46, B3 and 01. RGB value is (70,179,1). Sum of RGB (Red+Green+Blue) = 70+179+1=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 179 (70.31% from 255 or 71.6% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 179 - color contains mainly: green. Hex color #46B301 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46B301 is #B94CFE. Grayscale: #7E7E7E. Windows color (decimal): -12143871 or 111430. OLE color: 111430.
HSL color Cylindrical-coordinate representation of color #46B301: hue angle of 96.74º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #46B301 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 70 | 179 | 1 | - |
| CMYK | 0.61 | 0 | 0.99 | 0.30 |
| HSL | 96.74º | 0.99% | 0.35% | - |
| HSV(B) | 96.74º | 0.99% | 0.7% | - |
| XYZ | 18.65 | 33.54 | 5.52 | - |
| YUV | 126.12 | 57.39 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 179 | 1 | 0.61 | 0 | 0.99 | 0.30 | 96.74 | 0.99 | 0.35 |
| Hex | 46 | B3 | 1 | 3D | 0 | 63 | 1E | 61 | 63 | 23 |
| Octal | 106 | 263 | 1 | 75 | 0 | 143 | 36 | 141 | 143 | 43 |
| Binary | 1000110 | 10110011 | 1 | 111101 | 0 | 1100011 | 11110 | 1100001 | 1100011 | 100011 |
Color Harmonies of #46B301
Complementary color
Monochromatic Colors of #46B301
Black with #46B301
Text Example
Text Example
White with #46B301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B301; }
p { color: rgb(70,179,1); }
H1.HeaderClassName
{
color: #46B301;
}
.AnyTagClassName
{
color: #46B301;
}
</style>
background-color css
<style>
a { background-color: #46B301; }
a { background-color: rgb(70,179,1); }
div.DivClassName
{
background-color: #46B301;
}
.BgClassName
{
background-color: #46B301;
}
</style>
border-color css
<style>
span { border-color: #46B301; }
span { border-color: rgb(70,179,1); }
td.TdClassName
{
border-color: #46B301;
}
.TagClassName
{
border-color: #46B301;
}
</style>