Shades of Kelly Green #469701
Tints of Kelly Green #469701
RGB
CMYK
RGB Variations
Color information
#469701 (or 0x469701) is known color: Kelly Green. HEX triplet: 46, 97 and 01. RGB value is (70,151,1). Sum of RGB (Red+Green+Blue) = 70+151+1=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 151 (59.38% from 255 or 68.02% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 151 - color contains mainly: green. Hex color #469701 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469701 is #B968FE. Grayscale: #6E6E6E. Windows color (decimal): -12151039 or 104262. OLE color: 104262.
HSL color Cylindrical-coordinate representation of color #469701: hue angle of 92.4º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #469701 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 151 | 1 | - |
| CMYK | 0.54 | 0 | 0.99 | 0.41 |
| HSL | 92.4º | 0.99% | 0.3% | - |
| HSV(B) | 92.4º | 0.99% | 0.59% | - |
| XYZ | 13.6 | 23.44 | 3.84 | - |
| YUV | 109.68 | 66.66 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 151 | 1 | 0.54 | 0 | 0.99 | 0.41 | 92.4 | 0.99 | 0.3 |
| Hex | 46 | 97 | 1 | 36 | 0 | 63 | 29 | 5C | 63 | 1E |
| Octal | 106 | 227 | 1 | 66 | 0 | 143 | 51 | 134 | 143 | 36 |
| Binary | 1000110 | 10010111 | 1 | 110110 | 0 | 1100011 | 101001 | 1011100 | 1100011 | 11110 |
Color Harmonies of #469701
Complementary color
Monochromatic Colors of #469701
Black with #469701
Text Example
Text Example
White with #469701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469701; }
p { color: rgb(70,151,1); }
H1.HeaderClassName
{
color: #469701;
}
.AnyTagClassName
{
color: #469701;
}
</style>
background-color css
<style>
a { background-color: #469701; }
a { background-color: rgb(70,151,1); }
div.DivClassName
{
background-color: #469701;
}
.BgClassName
{
background-color: #469701;
}
</style>
border-color css
<style>
span { border-color: #469701; }
span { border-color: rgb(70,151,1); }
td.TdClassName
{
border-color: #469701;
}
.TagClassName
{
border-color: #469701;
}
</style>