Shades of Kelly Green #42D609
Tints of Kelly Green #42D609
RGB
CMYK
RGB Variations
Color information
#42D609 (or 0x42D609) is known color: Kelly Green. HEX triplet: 42, D6 and 09. RGB value is (66,214,9). Sum of RGB (Red+Green+Blue) = 66+214+9=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 214 (83.98% from 255 or 74.05% from 289); Blue value is 9 (3.91% from 255 or 3.11% from 289); Max value from RGB is 214 - color contains mainly: green. Hex color #42D609 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D609 is #BD29F6. Grayscale: #939393. Windows color (decimal): -12397047 or 644674. OLE color: 644674.
HSL color Cylindrical-coordinate representation of color #42D609: hue angle of 103.32º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #42D609 is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 214 | 9 | - |
| CMYK | 0.69 | 0 | 0.96 | 0.16 |
| HSL | 103.32º | 0.92% | 0.44% | - |
| HSV(B) | 103.32º | 0.96% | 0.84% | - |
| XYZ | 26.34 | 49.27 | 8.38 | - |
| YUV | 146.38 | 50.47 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 214 | 9 | 0.69 | 0 | 0.96 | 0.16 | 103.32 | 0.92 | 0.44 |
| Hex | 42 | D6 | 9 | 45 | 0 | 60 | 10 | 67 | 5C | 2C |
| Octal | 102 | 326 | 11 | 105 | 0 | 140 | 20 | 147 | 134 | 54 |
| Binary | 1000010 | 11010110 | 1001 | 1000101 | 0 | 1100000 | 10000 | 1100111 | 1011100 | 101100 |
Color Harmonies of #42D609
Complementary color
Monochromatic Colors of #42D609
Black with #42D609
Text Example
Text Example
White with #42D609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D609; }
p { color: rgb(66,214,9); }
H1.HeaderClassName
{
color: #42D609;
}
.AnyTagClassName
{
color: #42D609;
}
</style>
background-color css
<style>
a { background-color: #42D609; }
a { background-color: rgb(66,214,9); }
div.DivClassName
{
background-color: #42D609;
}
.BgClassName
{
background-color: #42D609;
}
</style>
border-color css
<style>
span { border-color: #42D609; }
span { border-color: rgb(66,214,9); }
td.TdClassName
{
border-color: #42D609;
}
.TagClassName
{
border-color: #42D609;
}
</style>