Shades of Kelly Green #42A218
Tints of Kelly Green #42A218
RGB
CMYK
RGB Variations
Color information
#42A218 (or 0x42A218) is known color: Kelly Green. HEX triplet: 42, A2 and 18. RGB value is (66,162,24). Sum of RGB (Red+Green+Blue) = 66+162+24=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 162 (63.67% from 255 or 64.29% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 162 - color contains mainly: green. Hex color #42A218 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A218 is #BD5DE7. Grayscale: #767676. Windows color (decimal): -12410344 or 1614402. OLE color: 1614402.
HSL color Cylindrical-coordinate representation of color #42A218: hue angle of 101.74º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42A218 is Cyan = 0.59, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 162 | 24 | - |
| CMYK | 0.59 | 0 | 0.85 | 0.36 |
| HSL | 101.74º | 0.74% | 0.36% | - |
| HSV(B) | 101.74º | 0.85% | 0.64% | - |
| XYZ | 15.33 | 27.06 | 5.28 | - |
| YUV | 117.56 | 75.2 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 162 | 24 | 0.59 | 0 | 0.85 | 0.36 | 101.74 | 0.74 | 0.36 |
| Hex | 42 | A2 | 18 | 3B | 0 | 55 | 24 | 66 | 4A | 24 |
| Octal | 102 | 242 | 30 | 73 | 0 | 125 | 44 | 146 | 112 | 44 |
| Binary | 1000010 | 10100010 | 11000 | 111011 | 0 | 1010101 | 100100 | 1100110 | 1001010 | 100100 |
Color Harmonies of #42A218
Complementary color
Monochromatic Colors of #42A218
Black with #42A218
Text Example
Text Example
White with #42A218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A218; }
p { color: rgb(66,162,24); }
H1.HeaderClassName
{
color: #42A218;
}
.AnyTagClassName
{
color: #42A218;
}
</style>
background-color css
<style>
a { background-color: #42A218; }
a { background-color: rgb(66,162,24); }
div.DivClassName
{
background-color: #42A218;
}
.BgClassName
{
background-color: #42A218;
}
</style>
border-color css
<style>
span { border-color: #42A218; }
span { border-color: rgb(66,162,24); }
td.TdClassName
{
border-color: #42A218;
}
.TagClassName
{
border-color: #42A218;
}
</style>