Shades of Kelly Green #42A117
Tints of Kelly Green #42A117
RGB
CMYK
RGB Variations
Color information
#42A117 (or 0x42A117) is known color: Kelly Green. HEX triplet: 42, A1 and 17. RGB value is (66,161,23). Sum of RGB (Red+Green+Blue) = 66+161+23=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 161 (63.28% from 255 or 64.4% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 161 - color contains mainly: green. Hex color #42A117 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A117 is #BD5EE8. Grayscale: #757575. Windows color (decimal): -12410601 or 1548610. OLE color: 1548610.
HSL color Cylindrical-coordinate representation of color #42A117: hue angle of 101.3º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42A117 is Cyan = 0.59, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 161 | 23 | - |
| CMYK | 0.59 | 0 | 0.86 | 0.37 |
| HSL | 101.3º | 0.75% | 0.36% | - |
| HSV(B) | 101.3º | 0.86% | 0.63% | - |
| XYZ | 15.15 | 26.71 | 5.17 | - |
| YUV | 116.86 | 75.03 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 161 | 23 | 0.59 | 0 | 0.86 | 0.37 | 101.3 | 0.75 | 0.36 |
| Hex | 42 | A1 | 17 | 3B | 0 | 56 | 25 | 65 | 4B | 24 |
| Octal | 102 | 241 | 27 | 73 | 0 | 126 | 45 | 145 | 113 | 44 |
| Binary | 1000010 | 10100001 | 10111 | 111011 | 0 | 1010110 | 100101 | 1100101 | 1001011 | 100100 |
Color Harmonies of #42A117
Complementary color
Monochromatic Colors of #42A117
Black with #42A117
Text Example
Text Example
White with #42A117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A117; }
p { color: rgb(66,161,23); }
H1.HeaderClassName
{
color: #42A117;
}
.AnyTagClassName
{
color: #42A117;
}
</style>
background-color css
<style>
a { background-color: #42A117; }
a { background-color: rgb(66,161,23); }
div.DivClassName
{
background-color: #42A117;
}
.BgClassName
{
background-color: #42A117;
}
</style>
border-color css
<style>
span { border-color: #42A117; }
span { border-color: rgb(66,161,23); }
td.TdClassName
{
border-color: #42A117;
}
.TagClassName
{
border-color: #42A117;
}
</style>