Shades of Kelly Green #42D81D
Tints of Kelly Green #42D81D
RGB
CMYK
RGB Variations
Color information
#42D81D (or 0x42D81D) is known color: Kelly Green. HEX triplet: 42, D8 and 1D. RGB value is (66,216,29). Sum of RGB (Red+Green+Blue) = 66+216+29=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 216 (84.77% from 255 or 69.45% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 216 - color contains mainly: green. Hex color #42D81D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D81D is #BD27E2. Grayscale: #969696. Windows color (decimal): -12396515 or 1955906. OLE color: 1955906.
HSL color Cylindrical-coordinate representation of color #42D81D: hue angle of 108.13º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #42D81D is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 216 | 29 | - |
| CMYK | 0.69 | 0 | 0.87 | 0.15 |
| HSL | 108.13º | 0.76% | 0.48% | - |
| HSV(B) | 108.13º | 0.87% | 0.85% | - |
| XYZ | 27.02 | 50.36 | 9.46 | - |
| YUV | 149.83 | 59.81 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 216 | 29 | 0.69 | 0 | 0.87 | 0.15 | 108.13 | 0.76 | 0.48 |
| Hex | 42 | D8 | 1D | 45 | 0 | 57 | F | 6C | 4C | 30 |
| Octal | 102 | 330 | 35 | 105 | 0 | 127 | 17 | 154 | 114 | 60 |
| Binary | 1000010 | 11011000 | 11101 | 1000101 | 0 | 1010111 | 1111 | 1101100 | 1001100 | 110000 |
Color Harmonies of #42D81D
Complementary color
Monochromatic Colors of #42D81D
Black with #42D81D
Text Example
Text Example
White with #42D81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D81D; }
p { color: rgb(66,216,29); }
H1.HeaderClassName
{
color: #42D81D;
}
.AnyTagClassName
{
color: #42D81D;
}
</style>
background-color css
<style>
a { background-color: #42D81D; }
a { background-color: rgb(66,216,29); }
div.DivClassName
{
background-color: #42D81D;
}
.BgClassName
{
background-color: #42D81D;
}
</style>
border-color css
<style>
span { border-color: #42D81D; }
span { border-color: rgb(66,216,29); }
td.TdClassName
{
border-color: #42D81D;
}
.TagClassName
{
border-color: #42D81D;
}
</style>