Shades of Kelly Green #42D710
Tints of Kelly Green #42D710
RGB
CMYK
RGB Variations
Color information
#42D710 (or 0x42D710) is known color: Kelly Green. HEX triplet: 42, D7 and 10. RGB value is (66,215,16). Sum of RGB (Red+Green+Blue) = 66+215+16=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 215 (84.38% from 255 or 72.39% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 215 - color contains mainly: green. Hex color #42D710 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D710 is #BD28EF. Grayscale: #949494. Windows color (decimal): -12396784 or 1103682. OLE color: 1103682.
HSL color Cylindrical-coordinate representation of color #42D710: hue angle of 104.92º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42D710 is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 215 | 16 | - |
| CMYK | 0.69 | 0 | 0.93 | 0.16 |
| HSL | 104.92º | 0.86% | 0.45% | - |
| HSV(B) | 104.92º | 0.93% | 0.84% | - |
| XYZ | 26.64 | 49.8 | 8.7 | - |
| YUV | 147.76 | 53.64 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 215 | 16 | 0.69 | 0 | 0.93 | 0.16 | 104.92 | 0.86 | 0.45 |
| Hex | 42 | D7 | 10 | 45 | 0 | 5D | 10 | 69 | 56 | 2D |
| Octal | 102 | 327 | 20 | 105 | 0 | 135 | 20 | 151 | 126 | 55 |
| Binary | 1000010 | 11010111 | 10000 | 1000101 | 0 | 1011101 | 10000 | 1101001 | 1010110 | 101101 |
Color Harmonies of #42D710
Complementary color
Monochromatic Colors of #42D710
Black with #42D710
Text Example
Text Example
White with #42D710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D710; }
p { color: rgb(66,215,16); }
H1.HeaderClassName
{
color: #42D710;
}
.AnyTagClassName
{
color: #42D710;
}
</style>
background-color css
<style>
a { background-color: #42D710; }
a { background-color: rgb(66,215,16); }
div.DivClassName
{
background-color: #42D710;
}
.BgClassName
{
background-color: #42D710;
}
</style>
border-color css
<style>
span { border-color: #42D710; }
span { border-color: rgb(66,215,16); }
td.TdClassName
{
border-color: #42D710;
}
.TagClassName
{
border-color: #42D710;
}
</style>