Shades of Kelly Green #42D802
Tints of Kelly Green #42D802
RGB
CMYK
RGB Variations
Color information
#42D802 (or 0x42D802) is known color: Kelly Green. HEX triplet: 42, D8 and 02. RGB value is (66,216,2). Sum of RGB (Red+Green+Blue) = 66+216+2=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 216 (84.77% from 255 or 76.06% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 216 - color contains mainly: green. Hex color #42D802 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D802 is #BD27FD. Grayscale: #939393. Windows color (decimal): -12396542 or 186434. OLE color: 186434.
HSL color Cylindrical-coordinate representation of color #42D802: hue angle of 102.06º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42D802 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 216 | 2 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.15 |
| HSL | 102.06º | 0.98% | 0.43% | - |
| HSV(B) | 102.06º | 0.99% | 0.85% | - |
| XYZ | 26.81 | 50.27 | 8.35 | - |
| YUV | 146.75 | 46.31 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 216 | 2 | 0.69 | 0 | 0.99 | 0.15 | 102.06 | 0.98 | 0.43 |
| Hex | 42 | D8 | 2 | 45 | 0 | 63 | F | 66 | 62 | 2B |
| Octal | 102 | 330 | 2 | 105 | 0 | 143 | 17 | 146 | 142 | 53 |
| Binary | 1000010 | 11011000 | 10 | 1000101 | 0 | 1100011 | 1111 | 1100110 | 1100010 | 101011 |
Color Harmonies of #42D802
Complementary color
Monochromatic Colors of #42D802
Black with #42D802
Text Example
Text Example
White with #42D802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D802; }
p { color: rgb(66,216,2); }
H1.HeaderClassName
{
color: #42D802;
}
.AnyTagClassName
{
color: #42D802;
}
</style>
background-color css
<style>
a { background-color: #42D802; }
a { background-color: rgb(66,216,2); }
div.DivClassName
{
background-color: #42D802;
}
.BgClassName
{
background-color: #42D802;
}
</style>
border-color css
<style>
span { border-color: #42D802; }
span { border-color: rgb(66,216,2); }
td.TdClassName
{
border-color: #42D802;
}
.TagClassName
{
border-color: #42D802;
}
</style>