Shades of Kelly Green #42DD10
Tints of Kelly Green #42DD10
RGB
CMYK
RGB Variations
Color information
#42DD10 (or 0x42DD10) is known color: Kelly Green. HEX triplet: 42, DD and 10. RGB value is (66,221,16). Sum of RGB (Red+Green+Blue) = 66+221+16=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 221 (86.72% from 255 or 72.94% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 221 - color contains mainly: green. Hex color #42DD10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DD10 is #BD22EF. Grayscale: #979797. Windows color (decimal): -12395248 or 1105218. OLE color: 1105218.
HSL color Cylindrical-coordinate representation of color #42DD10: hue angle of 105.37º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42DD10 is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 221 | 16 | - |
| CMYK | 0.70 | 0 | 0.93 | 0.13 |
| HSL | 105.37º | 0.86% | 0.46% | - |
| HSV(B) | 105.37º | 0.93% | 0.87% | - |
| XYZ | 28.2 | 52.91 | 9.22 | - |
| YUV | 151.29 | 51.65 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 221 | 16 | 0.70 | 0 | 0.93 | 0.13 | 105.37 | 0.86 | 0.46 |
| Hex | 42 | DD | 10 | 46 | 0 | 5D | D | 69 | 56 | 2E |
| Octal | 102 | 335 | 20 | 106 | 0 | 135 | 15 | 151 | 126 | 56 |
| Binary | 1000010 | 11011101 | 10000 | 1000110 | 0 | 1011101 | 1101 | 1101001 | 1010110 | 101110 |
Color Harmonies of #42DD10
Complementary color
Monochromatic Colors of #42DD10
Black with #42DD10
Text Example
Text Example
White with #42DD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DD10; }
p { color: rgb(66,221,16); }
H1.HeaderClassName
{
color: #42DD10;
}
.AnyTagClassName
{
color: #42DD10;
}
</style>
background-color css
<style>
a { background-color: #42DD10; }
a { background-color: rgb(66,221,16); }
div.DivClassName
{
background-color: #42DD10;
}
.BgClassName
{
background-color: #42DD10;
}
</style>
border-color css
<style>
span { border-color: #42DD10; }
span { border-color: rgb(66,221,16); }
td.TdClassName
{
border-color: #42DD10;
}
.TagClassName
{
border-color: #42DD10;
}
</style>