Shades of Kelly Green #42C610
Tints of Kelly Green #42C610
RGB
CMYK
RGB Variations
Color information
#42C610 (or 0x42C610) is known color: Kelly Green. HEX triplet: 42, C6 and 10. RGB value is (66,198,16). Sum of RGB (Red+Green+Blue) = 66+198+16=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 198 (77.73% from 255 or 70.71% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 198 - color contains mainly: green. Hex color #42C610 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42C610 is #BD39EF. Grayscale: #8A8A8A. Windows color (decimal): -12401136 or 1099330. OLE color: 1099330.
HSL color Cylindrical-coordinate representation of color #42C610: hue angle of 103.52º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42C610 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 198 | 16 | - |
| CMYK | 0.67 | 0 | 0.92 | 0.22 |
| HSL | 103.52º | 0.85% | 0.42% | - |
| HSV(B) | 103.52º | 0.92% | 0.78% | - |
| XYZ | 22.53 | 41.58 | 7.33 | - |
| YUV | 137.78 | 59.27 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 198 | 16 | 0.67 | 0 | 0.92 | 0.22 | 103.52 | 0.85 | 0.42 |
| Hex | 42 | C6 | 10 | 43 | 0 | 5C | 16 | 68 | 55 | 2A |
| Octal | 102 | 306 | 20 | 103 | 0 | 134 | 26 | 150 | 125 | 52 |
| Binary | 1000010 | 11000110 | 10000 | 1000011 | 0 | 1011100 | 10110 | 1101000 | 1010101 | 101010 |
Color Harmonies of #42C610
Complementary color
Monochromatic Colors of #42C610
Black with #42C610
Text Example
Text Example
White with #42C610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C610; }
p { color: rgb(66,198,16); }
H1.HeaderClassName
{
color: #42C610;
}
.AnyTagClassName
{
color: #42C610;
}
</style>
background-color css
<style>
a { background-color: #42C610; }
a { background-color: rgb(66,198,16); }
div.DivClassName
{
background-color: #42C610;
}
.BgClassName
{
background-color: #42C610;
}
</style>
border-color css
<style>
span { border-color: #42C610; }
span { border-color: rgb(66,198,16); }
td.TdClassName
{
border-color: #42C610;
}
.TagClassName
{
border-color: #42C610;
}
</style>