Shades of Kelly Green #42D20E
Tints of Kelly Green #42D20E
RGB
CMYK
RGB Variations
Color information
#42D20E (or 0x42D20E) is known color: Kelly Green. HEX triplet: 42, D2 and 0E. RGB value is (66,210,14). Sum of RGB (Red+Green+Blue) = 66+210+14=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 210 (82.42% from 255 or 72.41% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 210 - color contains mainly: green. Hex color #42D20E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D20E is #BD2DF1. Grayscale: #919191. Windows color (decimal): -12398066 or 971330. OLE color: 971330.
HSL color Cylindrical-coordinate representation of color #42D20E: hue angle of 104.08º degrees, saturation: 0.88, 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 #42D20E is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 210 | 14 | - |
| CMYK | 0.69 | 0 | 0.93 | 0.18 |
| HSL | 104.08º | 0.88% | 0.44% | - |
| HSV(B) | 104.08º | 0.93% | 0.82% | - |
| XYZ | 25.37 | 47.28 | 8.2 | - |
| YUV | 144.6 | 54.29 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 210 | 14 | 0.69 | 0 | 0.93 | 0.18 | 104.08 | 0.88 | 0.44 |
| Hex | 42 | D2 | E | 45 | 0 | 5D | 12 | 68 | 58 | 2C |
| Octal | 102 | 322 | 16 | 105 | 0 | 135 | 22 | 150 | 130 | 54 |
| Binary | 1000010 | 11010010 | 1110 | 1000101 | 0 | 1011101 | 10010 | 1101000 | 1011000 | 101100 |
Color Harmonies of #42D20E
Complementary color
Monochromatic Colors of #42D20E
Black with #42D20E
Text Example
Text Example
White with #42D20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D20E; }
p { color: rgb(66,210,14); }
H1.HeaderClassName
{
color: #42D20E;
}
.AnyTagClassName
{
color: #42D20E;
}
</style>
background-color css
<style>
a { background-color: #42D20E; }
a { background-color: rgb(66,210,14); }
div.DivClassName
{
background-color: #42D20E;
}
.BgClassName
{
background-color: #42D20E;
}
</style>
border-color css
<style>
span { border-color: #42D20E; }
span { border-color: rgb(66,210,14); }
td.TdClassName
{
border-color: #42D20E;
}
.TagClassName
{
border-color: #42D20E;
}
</style>