Shades of Kelly Green #42C029
Tints of Kelly Green #42C029
RGB
CMYK
RGB Variations
Color information
#42C029 (or 0x42C029) is known color: Kelly Green. HEX triplet: 42, C0 and 29. RGB value is (66,192,41). Sum of RGB (Red+Green+Blue) = 66+192+41=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 192 (75.39% from 255 or 64.21% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 192 - color contains mainly: green. Hex color #42C029 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C029 is #BD3FD6. Grayscale: #898989. Windows color (decimal): -12402647 or 2736194. OLE color: 2736194.
HSL color Cylindrical-coordinate representation of color #42C029: hue angle of 110.07º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42C029 is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 192 | 41 | - |
| CMYK | 0.66 | 0 | 0.79 | 0.25 |
| HSL | 110.07º | 0.65% | 0.46% | - |
| HSV(B) | 110.07º | 0.79% | 0.75% | - |
| XYZ | 21.5 | 39.02 | 8.5 | - |
| YUV | 137.11 | 73.76 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 192 | 41 | 0.66 | 0 | 0.79 | 0.25 | 110.07 | 0.65 | 0.46 |
| Hex | 42 | C0 | 29 | 42 | 0 | 4F | 19 | 6E | 41 | 2E |
| Octal | 102 | 300 | 51 | 102 | 0 | 117 | 31 | 156 | 101 | 56 |
| Binary | 1000010 | 11000000 | 101001 | 1000010 | 0 | 1001111 | 11001 | 1101110 | 1000001 | 101110 |
Color Harmonies of #42C029
Complementary color
Monochromatic Colors of #42C029
Black with #42C029
Text Example
Text Example
White with #42C029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C029; }
p { color: rgb(66,192,41); }
H1.HeaderClassName
{
color: #42C029;
}
.AnyTagClassName
{
color: #42C029;
}
</style>
background-color css
<style>
a { background-color: #42C029; }
a { background-color: rgb(66,192,41); }
div.DivClassName
{
background-color: #42C029;
}
.BgClassName
{
background-color: #42C029;
}
</style>
border-color css
<style>
span { border-color: #42C029; }
span { border-color: rgb(66,192,41); }
td.TdClassName
{
border-color: #42C029;
}
.TagClassName
{
border-color: #42C029;
}
</style>