Shades of Kelly Green #42DC17
Tints of Kelly Green #42DC17
RGB
CMYK
RGB Variations
Color information
#42DC17 (or 0x42DC17) is known color: Kelly Green. HEX triplet: 42, DC and 17. RGB value is (66,220,23). Sum of RGB (Red+Green+Blue) = 66+220+23=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 220 (86.33% from 255 or 71.20% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 220 - color contains mainly: green. Hex color #42DC17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DC17 is #BD23E8. Grayscale: #989898. Windows color (decimal): -12395497 or 1563714. OLE color: 1563714.
HSL color Cylindrical-coordinate representation of color #42DC17: hue angle of 106.9º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42DC17 is Cyan = 0.7, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 220 | 23 | - |
| CMYK | 0.7 | 0 | 0.90 | 0.14 |
| HSL | 106.9º | 0.81% | 0.48% | - |
| HSV(B) | 106.9º | 0.9% | 0.86% | - |
| XYZ | 27.99 | 52.41 | 9.45 | - |
| YUV | 151.5 | 55.48 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 220 | 23 | 0.7 | 0 | 0.90 | 0.14 | 106.9 | 0.81 | 0.48 |
| Hex | 42 | DC | 17 | 46 | 0 | 5A | E | 6B | 51 | 30 |
| Octal | 102 | 334 | 27 | 106 | 0 | 132 | 16 | 153 | 121 | 60 |
| Binary | 1000010 | 11011100 | 10111 | 1000110 | 0 | 1011010 | 1110 | 1101011 | 1010001 | 110000 |
Color Harmonies of #42DC17
Complementary color
Monochromatic Colors of #42DC17
Black with #42DC17
Text Example
Text Example
White with #42DC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DC17; }
p { color: rgb(66,220,23); }
H1.HeaderClassName
{
color: #42DC17;
}
.AnyTagClassName
{
color: #42DC17;
}
</style>
background-color css
<style>
a { background-color: #42DC17; }
a { background-color: rgb(66,220,23); }
div.DivClassName
{
background-color: #42DC17;
}
.BgClassName
{
background-color: #42DC17;
}
</style>
border-color css
<style>
span { border-color: #42DC17; }
span { border-color: rgb(66,220,23); }
td.TdClassName
{
border-color: #42DC17;
}
.TagClassName
{
border-color: #42DC17;
}
</style>