Shades of Kelly Green #42C606
Tints of Kelly Green #42C606
RGB
CMYK
RGB Variations
Color information
#42C606 (or 0x42C606) is known color: Kelly Green. HEX triplet: 42, C6 and 06. RGB value is (66,198,6). Sum of RGB (Red+Green+Blue) = 66+198+6=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 198 (77.73% from 255 or 73.33% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 198 - color contains mainly: green. Hex color #42C606 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42C606 is #BD39F9. Grayscale: #898989. Windows color (decimal): -12401146 or 443970. OLE color: 443970.
HSL color Cylindrical-coordinate representation of color #42C606: hue angle of 101.25º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42C606 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 198 | 6 | - |
| CMYK | 0.67 | 0 | 0.97 | 0.22 |
| HSL | 101.25º | 0.94% | 0.4% | - |
| HSV(B) | 101.25º | 0.97% | 0.78% | - |
| XYZ | 22.47 | 41.56 | 7.01 | - |
| YUV | 136.64 | 54.27 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 198 | 6 | 0.67 | 0 | 0.97 | 0.22 | 101.25 | 0.94 | 0.4 |
| Hex | 42 | C6 | 6 | 43 | 0 | 61 | 16 | 65 | 5E | 28 |
| Octal | 102 | 306 | 6 | 103 | 0 | 141 | 26 | 145 | 136 | 50 |
| Binary | 1000010 | 11000110 | 110 | 1000011 | 0 | 1100001 | 10110 | 1100101 | 1011110 | 101000 |
Color Harmonies of #42C606
Complementary color
Monochromatic Colors of #42C606
Black with #42C606
Text Example
Text Example
White with #42C606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C606; }
p { color: rgb(66,198,6); }
H1.HeaderClassName
{
color: #42C606;
}
.AnyTagClassName
{
color: #42C606;
}
</style>
background-color css
<style>
a { background-color: #42C606; }
a { background-color: rgb(66,198,6); }
div.DivClassName
{
background-color: #42C606;
}
.BgClassName
{
background-color: #42C606;
}
</style>
border-color css
<style>
span { border-color: #42C606; }
span { border-color: rgb(66,198,6); }
td.TdClassName
{
border-color: #42C606;
}
.TagClassName
{
border-color: #42C606;
}
</style>