Shades of Kelly Green #42A915
Tints of Kelly Green #42A915
RGB
CMYK
RGB Variations
Color information
#42A915 (or 0x42A915) is known color: Kelly Green. HEX triplet: 42, A9 and 15. RGB value is (66,169,21). Sum of RGB (Red+Green+Blue) = 66+169+21=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 169 (66.41% from 255 or 66.02% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 169 - color contains mainly: green. Hex color #42A915 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A915 is #BD56EA. Grayscale: #797979. Windows color (decimal): -12408555 or 1419586. OLE color: 1419586.
HSL color Cylindrical-coordinate representation of color #42A915: hue angle of 101.76º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42A915 is Cyan = 0.61, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 66 | 169 | 21 | - |
| CMYK | 0.61 | 0 | 0.88 | 0.34 |
| HSL | 101.76º | 0.78% | 0.37% | - |
| HSV(B) | 101.76º | 0.88% | 0.66% | - |
| XYZ | 16.57 | 29.59 | 5.55 | - |
| YUV | 121.33 | 71.38 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 169 | 21 | 0.61 | 0 | 0.88 | 0.34 | 101.76 | 0.78 | 0.37 |
| Hex | 42 | A9 | 15 | 3D | 0 | 58 | 22 | 66 | 4E | 25 |
| Octal | 102 | 251 | 25 | 75 | 0 | 130 | 42 | 146 | 116 | 45 |
| Binary | 1000010 | 10101001 | 10101 | 111101 | 0 | 1011000 | 100010 | 1100110 | 1001110 | 100101 |
Color Harmonies of #42A915
Complementary color
Monochromatic Colors of #42A915
Black with #42A915
Text Example
Text Example
White with #42A915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A915; }
p { color: rgb(66,169,21); }
H1.HeaderClassName
{
color: #42A915;
}
.AnyTagClassName
{
color: #42A915;
}
</style>
background-color css
<style>
a { background-color: #42A915; }
a { background-color: rgb(66,169,21); }
div.DivClassName
{
background-color: #42A915;
}
.BgClassName
{
background-color: #42A915;
}
</style>
border-color css
<style>
span { border-color: #42A915; }
span { border-color: rgb(66,169,21); }
td.TdClassName
{
border-color: #42A915;
}
.TagClassName
{
border-color: #42A915;
}
</style>