Shades of Kelly Green #42B60C
Tints of Kelly Green #42B60C
RGB
CMYK
RGB Variations
Color information
#42B60C (or 0x42B60C) is known color: Kelly Green. HEX triplet: 42, B6 and 0C. RGB value is (66,182,12). Sum of RGB (Red+Green+Blue) = 66+182+12=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 182 (71.48% from 255 or 70% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 182 - color contains mainly: green. Hex color #42B60C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B60C is #BD49F3. Grayscale: #808080. Windows color (decimal): -12405236 or 833090. OLE color: 833090.
HSL color Cylindrical-coordinate representation of color #42B60C: hue angle of 100.94º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42B60C is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 182 | 12 | - |
| CMYK | 0.64 | 0 | 0.93 | 0.29 |
| HSL | 100.94º | 0.88% | 0.38% | - |
| HSV(B) | 100.94º | 0.93% | 0.71% | - |
| XYZ | 19.04 | 34.64 | 6.03 | - |
| YUV | 127.94 | 62.57 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 182 | 12 | 0.64 | 0 | 0.93 | 0.29 | 100.94 | 0.88 | 0.38 |
| Hex | 42 | B6 | C | 40 | 0 | 5D | 1D | 65 | 58 | 26 |
| Octal | 102 | 266 | 14 | 100 | 0 | 135 | 35 | 145 | 130 | 46 |
| Binary | 1000010 | 10110110 | 1100 | 1000000 | 0 | 1011101 | 11101 | 1100101 | 1011000 | 100110 |
Color Harmonies of #42B60C
Complementary color
Monochromatic Colors of #42B60C
Black with #42B60C
Text Example
Text Example
White with #42B60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B60C; }
p { color: rgb(66,182,12); }
H1.HeaderClassName
{
color: #42B60C;
}
.AnyTagClassName
{
color: #42B60C;
}
</style>
background-color css
<style>
a { background-color: #42B60C; }
a { background-color: rgb(66,182,12); }
div.DivClassName
{
background-color: #42B60C;
}
.BgClassName
{
background-color: #42B60C;
}
</style>
border-color css
<style>
span { border-color: #42B60C; }
span { border-color: rgb(66,182,12); }
td.TdClassName
{
border-color: #42B60C;
}
.TagClassName
{
border-color: #42B60C;
}
</style>