Shades of Kelly Green #42C608
Tints of Kelly Green #42C608
RGB
CMYK
RGB Variations
Color information
#42C608 (or 0x42C608) is known color: Kelly Green. HEX triplet: 42, C6 and 08. RGB value is (66,198,8). Sum of RGB (Red+Green+Blue) = 66+198+8=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 198 (77.73% from 255 or 72.79% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 198 - color contains mainly: green. Hex color #42C608 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42C608 is #BD39F7. Grayscale: #898989. Windows color (decimal): -12401144 or 575042. OLE color: 575042.
HSL color Cylindrical-coordinate representation of color #42C608: hue angle of 101.68º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #42C608 is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 198 | 8 | - |
| CMYK | 0.67 | 0 | 0.96 | 0.22 |
| HSL | 101.68º | 0.92% | 0.4% | - |
| HSV(B) | 101.68º | 0.96% | 0.78% | - |
| XYZ | 22.48 | 41.56 | 7.07 | - |
| YUV | 136.87 | 55.27 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 198 | 8 | 0.67 | 0 | 0.96 | 0.22 | 101.68 | 0.92 | 0.4 |
| Hex | 42 | C6 | 8 | 43 | 0 | 60 | 16 | 66 | 5C | 28 |
| Octal | 102 | 306 | 10 | 103 | 0 | 140 | 26 | 146 | 134 | 50 |
| Binary | 1000010 | 11000110 | 1000 | 1000011 | 0 | 1100000 | 10110 | 1100110 | 1011100 | 101000 |
Color Harmonies of #42C608
Complementary color
Monochromatic Colors of #42C608
Black with #42C608
Text Example
Text Example
White with #42C608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C608; }
p { color: rgb(66,198,8); }
H1.HeaderClassName
{
color: #42C608;
}
.AnyTagClassName
{
color: #42C608;
}
</style>
background-color css
<style>
a { background-color: #42C608; }
a { background-color: rgb(66,198,8); }
div.DivClassName
{
background-color: #42C608;
}
.BgClassName
{
background-color: #42C608;
}
</style>
border-color css
<style>
span { border-color: #42C608; }
span { border-color: rgb(66,198,8); }
td.TdClassName
{
border-color: #42C608;
}
.TagClassName
{
border-color: #42C608;
}
</style>