Shades of Kelly Green #429702
Tints of Kelly Green #429702
RGB
CMYK
RGB Variations
Color information
#429702 (or 0x429702) is known color: Kelly Green. HEX triplet: 42, 97 and 02. RGB value is (66,151,2). Sum of RGB (Red+Green+Blue) = 66+151+2=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 151 (59.38% from 255 or 68.95% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 151 - color contains mainly: green. Hex color #429702 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429702 is #BD68FD. Grayscale: #6D6D6D. Windows color (decimal): -12413182 or 169794. OLE color: 169794.
HSL color Cylindrical-coordinate representation of color #429702: hue angle of 94.23º degrees, saturation: 0.97, 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 #429702 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 66 | 151 | 2 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.41 |
| HSL | 94.23º | 0.97% | 0.3% | - |
| HSV(B) | 94.23º | 0.99% | 0.59% | - |
| XYZ | 13.32 | 23.3 | 3.85 | - |
| YUV | 108.6 | 67.84 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 151 | 2 | 0.56 | 0 | 0.99 | 0.41 | 94.23 | 0.97 | 0.3 |
| Hex | 42 | 97 | 2 | 38 | 0 | 63 | 29 | 5E | 61 | 1E |
| Octal | 102 | 227 | 2 | 70 | 0 | 143 | 51 | 136 | 141 | 36 |
| Binary | 1000010 | 10010111 | 10 | 111000 | 0 | 1100011 | 101001 | 1011110 | 1100001 | 11110 |
Color Harmonies of #429702
Complementary color
Monochromatic Colors of #429702
Black with #429702
Text Example
Text Example
White with #429702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429702; }
p { color: rgb(66,151,2); }
H1.HeaderClassName
{
color: #429702;
}
.AnyTagClassName
{
color: #429702;
}
</style>
background-color css
<style>
a { background-color: #429702; }
a { background-color: rgb(66,151,2); }
div.DivClassName
{
background-color: #429702;
}
.BgClassName
{
background-color: #429702;
}
</style>
border-color css
<style>
span { border-color: #429702; }
span { border-color: rgb(66,151,2); }
td.TdClassName
{
border-color: #429702;
}
.TagClassName
{
border-color: #429702;
}
</style>