Shades of Kelly Green #42D702
Tints of Kelly Green #42D702
RGB
CMYK
RGB Variations
Color information
#42D702 (or 0x42D702) is known color: Kelly Green. HEX triplet: 42, D7 and 02. RGB value is (66,215,2). Sum of RGB (Red+Green+Blue) = 66+215+2=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 215 (84.38% from 255 or 75.97% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 215 - color contains mainly: green. Hex color #42D702 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D702 is #BD28FD. Grayscale: #929292. Windows color (decimal): -12396798 or 186178. OLE color: 186178.
HSL color Cylindrical-coordinate representation of color #42D702: hue angle of 101.97º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42D702 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 215 | 2 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.16 |
| HSL | 101.97º | 0.98% | 0.43% | - |
| HSV(B) | 101.97º | 0.99% | 0.84% | - |
| XYZ | 26.56 | 49.76 | 8.26 | - |
| YUV | 146.17 | 46.64 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 215 | 2 | 0.69 | 0 | 0.99 | 0.16 | 101.97 | 0.98 | 0.43 |
| Hex | 42 | D7 | 2 | 45 | 0 | 63 | 10 | 66 | 62 | 2B |
| Octal | 102 | 327 | 2 | 105 | 0 | 143 | 20 | 146 | 142 | 53 |
| Binary | 1000010 | 11010111 | 10 | 1000101 | 0 | 1100011 | 10000 | 1100110 | 1100010 | 101011 |
Color Harmonies of #42D702
Complementary color
Monochromatic Colors of #42D702
Black with #42D702
Text Example
Text Example
White with #42D702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D702; }
p { color: rgb(66,215,2); }
H1.HeaderClassName
{
color: #42D702;
}
.AnyTagClassName
{
color: #42D702;
}
</style>
background-color css
<style>
a { background-color: #42D702; }
a { background-color: rgb(66,215,2); }
div.DivClassName
{
background-color: #42D702;
}
.BgClassName
{
background-color: #42D702;
}
</style>
border-color css
<style>
span { border-color: #42D702; }
span { border-color: rgb(66,215,2); }
td.TdClassName
{
border-color: #42D702;
}
.TagClassName
{
border-color: #42D702;
}
</style>