Shades of Kelly Green #42A115
Tints of Kelly Green #42A115
RGB
CMYK
RGB Variations
Color information
#42A115 (or 0x42A115) is known color: Kelly Green. HEX triplet: 42, A1 and 15. RGB value is (66,161,21). Sum of RGB (Red+Green+Blue) = 66+161+21=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 161 (63.28% from 255 or 64.92% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 161 - color contains mainly: green. Hex color #42A115 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A115 is #BD5EEA. Grayscale: #757575. Windows color (decimal): -12410603 or 1417538. OLE color: 1417538.
HSL color Cylindrical-coordinate representation of color #42A115: hue angle of 100.71º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #42A115 is Cyan = 0.59, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 161 | 21 | - |
| CMYK | 0.59 | 0 | 0.87 | 0.37 |
| HSL | 100.71º | 0.77% | 0.36% | - |
| HSV(B) | 100.71º | 0.87% | 0.63% | - |
| XYZ | 15.13 | 26.7 | 5.07 | - |
| YUV | 116.64 | 74.03 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 161 | 21 | 0.59 | 0 | 0.87 | 0.37 | 100.71 | 0.77 | 0.36 |
| Hex | 42 | A1 | 15 | 3B | 0 | 57 | 25 | 65 | 4D | 24 |
| Octal | 102 | 241 | 25 | 73 | 0 | 127 | 45 | 145 | 115 | 44 |
| Binary | 1000010 | 10100001 | 10101 | 111011 | 0 | 1010111 | 100101 | 1100101 | 1001101 | 100100 |
Color Harmonies of #42A115
Complementary color
Monochromatic Colors of #42A115
Black with #42A115
Text Example
Text Example
White with #42A115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A115; }
p { color: rgb(66,161,21); }
H1.HeaderClassName
{
color: #42A115;
}
.AnyTagClassName
{
color: #42A115;
}
</style>
background-color css
<style>
a { background-color: #42A115; }
a { background-color: rgb(66,161,21); }
div.DivClassName
{
background-color: #42A115;
}
.BgClassName
{
background-color: #42A115;
}
</style>
border-color css
<style>
span { border-color: #42A115; }
span { border-color: rgb(66,161,21); }
td.TdClassName
{
border-color: #42A115;
}
.TagClassName
{
border-color: #42A115;
}
</style>