Shades of Kelly Green #469D11
Tints of Kelly Green #469D11
RGB
CMYK
RGB Variations
Color information
#469D11 (or 0x469D11) is known color: Kelly Green. HEX triplet: 46, 9D and 11. RGB value is (70,157,17). Sum of RGB (Red+Green+Blue) = 70+157+17=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 157 (61.72% from 255 or 64.34% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 157 - color contains mainly: green. Hex color #469D11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469D11 is #B962EE. Grayscale: #737373. Windows color (decimal): -12149487 or 1154374. OLE color: 1154374.
HSL color Cylindrical-coordinate representation of color #469D11: hue angle of 97.29º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #469D11 is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 157 | 17 | - |
| CMYK | 0.55 | 0 | 0.89 | 0.38 |
| HSL | 97.29º | 0.8% | 0.34% | - |
| HSV(B) | 97.29º | 0.89% | 0.62% | - |
| XYZ | 14.68 | 25.46 | 4.67 | - |
| YUV | 115.03 | 72.68 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 17 | 0.55 | 0 | 0.89 | 0.38 | 97.29 | 0.8 | 0.34 |
| Hex | 46 | 9D | 11 | 37 | 0 | 59 | 26 | 61 | 50 | 22 |
| Octal | 106 | 235 | 21 | 67 | 0 | 131 | 46 | 141 | 120 | 42 |
| Binary | 1000110 | 10011101 | 10001 | 110111 | 0 | 1011001 | 100110 | 1100001 | 1010000 | 100010 |
Color Harmonies of #469D11
Complementary color
Monochromatic Colors of #469D11
Black with #469D11
Text Example
Text Example
White with #469D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469D11; }
p { color: rgb(70,157,17); }
H1.HeaderClassName
{
color: #469D11;
}
.AnyTagClassName
{
color: #469D11;
}
</style>
background-color css
<style>
a { background-color: #469D11; }
a { background-color: rgb(70,157,17); }
div.DivClassName
{
background-color: #469D11;
}
.BgClassName
{
background-color: #469D11;
}
</style>
border-color css
<style>
span { border-color: #469D11; }
span { border-color: rgb(70,157,17); }
td.TdClassName
{
border-color: #469D11;
}
.TagClassName
{
border-color: #469D11;
}
</style>