Shades of Kelly Green #42D61D
Tints of Kelly Green #42D61D
RGB
CMYK
RGB Variations
Color information
#42D61D (or 0x42D61D) is known color: Kelly Green. HEX triplet: 42, D6 and 1D. RGB value is (66,214,29). Sum of RGB (Red+Green+Blue) = 66+214+29=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 214 (83.98% from 255 or 69.26% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 214 - color contains mainly: green. Hex color #42D61D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D61D is #BD29E2. Grayscale: #959595. Windows color (decimal): -12397027 or 1955394. OLE color: 1955394.
HSL color Cylindrical-coordinate representation of color #42D61D: hue angle of 108º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42D61D is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 214 | 29 | - |
| CMYK | 0.69 | 0 | 0.86 | 0.16 |
| HSL | 108º | 0.76% | 0.48% | - |
| HSV(B) | 108º | 0.86% | 0.84% | - |
| XYZ | 26.52 | 49.34 | 9.29 | - |
| YUV | 148.66 | 60.47 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 214 | 29 | 0.69 | 0 | 0.86 | 0.16 | 108 | 0.76 | 0.48 |
| Hex | 42 | D6 | 1D | 45 | 0 | 56 | 10 | 6C | 4C | 30 |
| Octal | 102 | 326 | 35 | 105 | 0 | 126 | 20 | 154 | 114 | 60 |
| Binary | 1000010 | 11010110 | 11101 | 1000101 | 0 | 1010110 | 10000 | 1101100 | 1001100 | 110000 |
Color Harmonies of #42D61D
Complementary color
Monochromatic Colors of #42D61D
Black with #42D61D
Text Example
Text Example
White with #42D61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D61D; }
p { color: rgb(66,214,29); }
H1.HeaderClassName
{
color: #42D61D;
}
.AnyTagClassName
{
color: #42D61D;
}
</style>
background-color css
<style>
a { background-color: #42D61D; }
a { background-color: rgb(66,214,29); }
div.DivClassName
{
background-color: #42D61D;
}
.BgClassName
{
background-color: #42D61D;
}
</style>
border-color css
<style>
span { border-color: #42D61D; }
span { border-color: rgb(66,214,29); }
td.TdClassName
{
border-color: #42D61D;
}
.TagClassName
{
border-color: #42D61D;
}
</style>