Shades of Kelly Green #42D602
Tints of Kelly Green #42D602
RGB
CMYK
RGB Variations
Color information
#42D602 (or 0x42D602) is known color: Kelly Green. HEX triplet: 42, D6 and 02. RGB value is (66,214,2). Sum of RGB (Red+Green+Blue) = 66+214+2=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 214 (83.98% from 255 or 75.89% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 214 - color contains mainly: green. Hex color #42D602 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D602 is #BD29FD. Grayscale: #929292. Windows color (decimal): -12397054 or 185922. OLE color: 185922.
HSL color Cylindrical-coordinate representation of color #42D602: hue angle of 101.89º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42D602 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 214 | 2 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.16 |
| HSL | 101.89º | 0.98% | 0.42% | - |
| HSV(B) | 101.89º | 0.99% | 0.84% | - |
| XYZ | 26.3 | 49.26 | 8.18 | - |
| YUV | 145.58 | 46.97 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 214 | 2 | 0.69 | 0 | 0.99 | 0.16 | 101.89 | 0.98 | 0.42 |
| Hex | 42 | D6 | 2 | 45 | 0 | 63 | 10 | 66 | 62 | 2A |
| Octal | 102 | 326 | 2 | 105 | 0 | 143 | 20 | 146 | 142 | 52 |
| Binary | 1000010 | 11010110 | 10 | 1000101 | 0 | 1100011 | 10000 | 1100110 | 1100010 | 101010 |
Color Harmonies of #42D602
Complementary color
Monochromatic Colors of #42D602
Black with #42D602
Text Example
Text Example
White with #42D602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D602; }
p { color: rgb(66,214,2); }
H1.HeaderClassName
{
color: #42D602;
}
.AnyTagClassName
{
color: #42D602;
}
</style>
background-color css
<style>
a { background-color: #42D602; }
a { background-color: rgb(66,214,2); }
div.DivClassName
{
background-color: #42D602;
}
.BgClassName
{
background-color: #42D602;
}
</style>
border-color css
<style>
span { border-color: #42D602; }
span { border-color: rgb(66,214,2); }
td.TdClassName
{
border-color: #42D602;
}
.TagClassName
{
border-color: #42D602;
}
</style>