Shades of Kelly Green #469D00
Tints of Kelly Green #469D00
RGB
CMYK
RGB Variations
Color information
#469D00 (or 0x469D00) is known color: Kelly Green. HEX triplet: 46, 9D and 00. RGB value is (70,157,0). Sum of RGB (Red+Green+Blue) = 70+157+0=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 157 (61.72% from 255 or 69.16% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 157 - color contains mainly: green. Hex color #469D00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469D00 is #B962FF. Grayscale: #717171. Windows color (decimal): -12149504 or 40262. OLE color: 40262.
HSL color Cylindrical-coordinate representation of color #469D00: hue angle of 93.25º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #469D00 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 157 | 0 | - |
| CMYK | 0.55 | 0 | 1 | 0.38 |
| HSL | 93.25º | 1% | 0.31% | - |
| HSV(B) | 93.25º | 1% | 0.62% | - |
| XYZ | 14.58 | 25.42 | 4.14 | - |
| YUV | 113.09 | 64.18 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 0 | 0.55 | 0 | 1 | 0.38 | 93.25 | 1 | 0.31 |
| Hex | 46 | 9D | 0 | 37 | 0 | 64 | 26 | 5D | 64 | 1F |
| Octal | 106 | 235 | 0 | 67 | 0 | 144 | 46 | 135 | 144 | 37 |
| Binary | 1000110 | 10011101 | 0 | 110111 | 0 | 1100100 | 100110 | 1011101 | 1100100 | 11111 |
Color Harmonies of #469D00
Complementary color
Monochromatic Colors of #469D00
Black with #469D00
Text Example
Text Example
White with #469D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469D00; }
p { color: rgb(70,157,0); }
H1.HeaderClassName
{
color: #469D00;
}
.AnyTagClassName
{
color: #469D00;
}
</style>
background-color css
<style>
a { background-color: #469D00; }
a { background-color: rgb(70,157,0); }
div.DivClassName
{
background-color: #469D00;
}
.BgClassName
{
background-color: #469D00;
}
</style>
border-color css
<style>
span { border-color: #469D00; }
span { border-color: rgb(70,157,0); }
td.TdClassName
{
border-color: #469D00;
}
.TagClassName
{
border-color: #469D00;
}
</style>