Shades of Kelly Green #42D511
Tints of Kelly Green #42D511
RGB
CMYK
RGB Variations
Color information
#42D511 (or 0x42D511) is known color: Kelly Green. HEX triplet: 42, D5 and 11. RGB value is (66,213,17). Sum of RGB (Red+Green+Blue) = 66+213+17=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 213 (83.59% from 255 or 71.96% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 213 - color contains mainly: green. Hex color #42D511 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D511 is #BD2AEE. Grayscale: #939393. Windows color (decimal): -12397295 or 1168706. OLE color: 1168706.
HSL color Cylindrical-coordinate representation of color #42D511: hue angle of 105º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42D511 is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 213 | 17 | - |
| CMYK | 0.69 | 0 | 0.92 | 0.16 |
| HSL | 105º | 0.85% | 0.45% | - |
| HSV(B) | 105º | 0.92% | 0.84% | - |
| XYZ | 26.14 | 48.79 | 8.57 | - |
| YUV | 146.7 | 54.8 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 213 | 17 | 0.69 | 0 | 0.92 | 0.16 | 105 | 0.85 | 0.45 |
| Hex | 42 | D5 | 11 | 45 | 0 | 5C | 10 | 69 | 55 | 2D |
| Octal | 102 | 325 | 21 | 105 | 0 | 134 | 20 | 151 | 125 | 55 |
| Binary | 1000010 | 11010101 | 10001 | 1000101 | 0 | 1011100 | 10000 | 1101001 | 1010101 | 101101 |
Color Harmonies of #42D511
Complementary color
Monochromatic Colors of #42D511
Black with #42D511
Text Example
Text Example
White with #42D511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D511; }
p { color: rgb(66,213,17); }
H1.HeaderClassName
{
color: #42D511;
}
.AnyTagClassName
{
color: #42D511;
}
</style>
background-color css
<style>
a { background-color: #42D511; }
a { background-color: rgb(66,213,17); }
div.DivClassName
{
background-color: #42D511;
}
.BgClassName
{
background-color: #42D511;
}
</style>
border-color css
<style>
span { border-color: #42D511; }
span { border-color: rgb(66,213,17); }
td.TdClassName
{
border-color: #42D511;
}
.TagClassName
{
border-color: #42D511;
}
</style>