Shades of Kelly Green #42D808
Tints of Kelly Green #42D808
RGB
CMYK
RGB Variations
Color information
#42D808 (or 0x42D808) is known color: Kelly Green. HEX triplet: 42, D8 and 08. RGB value is (66,216,8). Sum of RGB (Red+Green+Blue) = 66+216+8=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 216 (84.77% from 255 or 74.48% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 216 - color contains mainly: green. Hex color #42D808 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D808 is #BD27F7. Grayscale: #949494. Windows color (decimal): -12396536 or 579650. OLE color: 579650.
HSL color Cylindrical-coordinate representation of color #42D808: hue angle of 103.27º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #42D808 is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 216 | 8 | - |
| CMYK | 0.69 | 0 | 0.96 | 0.15 |
| HSL | 103.27º | 0.93% | 0.44% | - |
| HSV(B) | 103.27º | 0.96% | 0.85% | - |
| XYZ | 26.85 | 50.29 | 8.52 | - |
| YUV | 147.44 | 49.31 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 216 | 8 | 0.69 | 0 | 0.96 | 0.15 | 103.27 | 0.93 | 0.44 |
| Hex | 42 | D8 | 8 | 45 | 0 | 60 | F | 67 | 5D | 2C |
| Octal | 102 | 330 | 10 | 105 | 0 | 140 | 17 | 147 | 135 | 54 |
| Binary | 1000010 | 11011000 | 1000 | 1000101 | 0 | 1100000 | 1111 | 1100111 | 1011101 | 101100 |
Color Harmonies of #42D808
Complementary color
Monochromatic Colors of #42D808
Black with #42D808
Text Example
Text Example
White with #42D808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D808; }
p { color: rgb(66,216,8); }
H1.HeaderClassName
{
color: #42D808;
}
.AnyTagClassName
{
color: #42D808;
}
</style>
background-color css
<style>
a { background-color: #42D808; }
a { background-color: rgb(66,216,8); }
div.DivClassName
{
background-color: #42D808;
}
.BgClassName
{
background-color: #42D808;
}
</style>
border-color css
<style>
span { border-color: #42D808; }
span { border-color: rgb(66,216,8); }
td.TdClassName
{
border-color: #42D808;
}
.TagClassName
{
border-color: #42D808;
}
</style>