Shades of Kelly Green #42D10E
Tints of Kelly Green #42D10E
RGB
CMYK
RGB Variations
Color information
#42D10E (or 0x42D10E) is known color: Kelly Green. HEX triplet: 42, D1 and 0E. RGB value is (66,209,14). Sum of RGB (Red+Green+Blue) = 66+209+14=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 209 (82.03% from 255 or 72.32% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 209 - color contains mainly: green. Hex color #42D10E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D10E is #BD2EF1. Grayscale: #909090. Windows color (decimal): -12398322 or 971074. OLE color: 971074.
HSL color Cylindrical-coordinate representation of color #42D10E: hue angle of 104º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42D10E is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 209 | 14 | - |
| CMYK | 0.68 | 0 | 0.93 | 0.18 |
| HSL | 104º | 0.87% | 0.44% | - |
| HSV(B) | 104º | 0.93% | 0.82% | - |
| XYZ | 25.13 | 46.79 | 8.12 | - |
| YUV | 144.01 | 54.62 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 209 | 14 | 0.68 | 0 | 0.93 | 0.18 | 104 | 0.87 | 0.44 |
| Hex | 42 | D1 | E | 44 | 0 | 5D | 12 | 68 | 57 | 2C |
| Octal | 102 | 321 | 16 | 104 | 0 | 135 | 22 | 150 | 127 | 54 |
| Binary | 1000010 | 11010001 | 1110 | 1000100 | 0 | 1011101 | 10010 | 1101000 | 1010111 | 101100 |
Color Harmonies of #42D10E
Complementary color
Monochromatic Colors of #42D10E
Black with #42D10E
Text Example
Text Example
White with #42D10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D10E; }
p { color: rgb(66,209,14); }
H1.HeaderClassName
{
color: #42D10E;
}
.AnyTagClassName
{
color: #42D10E;
}
</style>
background-color css
<style>
a { background-color: #42D10E; }
a { background-color: rgb(66,209,14); }
div.DivClassName
{
background-color: #42D10E;
}
.BgClassName
{
background-color: #42D10E;
}
</style>
border-color css
<style>
span { border-color: #42D10E; }
span { border-color: rgb(66,209,14); }
td.TdClassName
{
border-color: #42D10E;
}
.TagClassName
{
border-color: #42D10E;
}
</style>