Shades of Kelly Green #42A113
Tints of Kelly Green #42A113
RGB
CMYK
RGB Variations
Color information
#42A113 (or 0x42A113) is known color: Kelly Green. HEX triplet: 42, A1 and 13. RGB value is (66,161,19). Sum of RGB (Red+Green+Blue) = 66+161+19=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 161 (63.28% from 255 or 65.45% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 161 - color contains mainly: green. Hex color #42A113 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A113 is #BD5EEC. Grayscale: #747474. Windows color (decimal): -12410605 or 1286466. OLE color: 1286466.
HSL color Cylindrical-coordinate representation of color #42A113: hue angle of 100.14º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42A113 is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 161 | 19 | - |
| CMYK | 0.59 | 0 | 0.88 | 0.37 |
| HSL | 100.14º | 0.79% | 0.35% | - |
| HSV(B) | 100.14º | 0.88% | 0.63% | - |
| XYZ | 15.11 | 26.7 | 4.97 | - |
| YUV | 116.41 | 73.03 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 161 | 19 | 0.59 | 0 | 0.88 | 0.37 | 100.14 | 0.79 | 0.35 |
| Hex | 42 | A1 | 13 | 3B | 0 | 58 | 25 | 64 | 4F | 23 |
| Octal | 102 | 241 | 23 | 73 | 0 | 130 | 45 | 144 | 117 | 43 |
| Binary | 1000010 | 10100001 | 10011 | 111011 | 0 | 1011000 | 100101 | 1100100 | 1001111 | 100011 |
Color Harmonies of #42A113
Complementary color
Monochromatic Colors of #42A113
Black with #42A113
Text Example
Text Example
White with #42A113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A113; }
p { color: rgb(66,161,19); }
H1.HeaderClassName
{
color: #42A113;
}
.AnyTagClassName
{
color: #42A113;
}
</style>
background-color css
<style>
a { background-color: #42A113; }
a { background-color: rgb(66,161,19); }
div.DivClassName
{
background-color: #42A113;
}
.BgClassName
{
background-color: #42A113;
}
</style>
border-color css
<style>
span { border-color: #42A113; }
span { border-color: rgb(66,161,19); }
td.TdClassName
{
border-color: #42A113;
}
.TagClassName
{
border-color: #42A113;
}
</style>