Shades of Kelly Green #42CD07
Tints of Kelly Green #42CD07
RGB
CMYK
RGB Variations
Color information
#42CD07 (or 0x42CD07) is known color: Kelly Green. HEX triplet: 42, CD and 07. RGB value is (66,205,7). Sum of RGB (Red+Green+Blue) = 66+205+7=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 205 (80.47% from 255 or 73.74% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 205 - color contains mainly: green. Hex color #42CD07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42CD07 is #BD32F8. Grayscale: #8D8D8D. Windows color (decimal): -12399353 or 511298. OLE color: 511298.
HSL color Cylindrical-coordinate representation of color #42CD07: hue angle of 102.12º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42CD07 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 205 | 7 | - |
| CMYK | 0.68 | 0 | 0.97 | 0.20 |
| HSL | 102.12º | 0.93% | 0.42% | - |
| HSV(B) | 102.12º | 0.97% | 0.8% | - |
| XYZ | 24.12 | 44.84 | 7.58 | - |
| YUV | 140.87 | 52.45 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 205 | 7 | 0.68 | 0 | 0.97 | 0.20 | 102.12 | 0.93 | 0.42 |
| Hex | 42 | CD | 7 | 44 | 0 | 61 | 14 | 66 | 5D | 2A |
| Octal | 102 | 315 | 7 | 104 | 0 | 141 | 24 | 146 | 135 | 52 |
| Binary | 1000010 | 11001101 | 111 | 1000100 | 0 | 1100001 | 10100 | 1100110 | 1011101 | 101010 |
Color Harmonies of #42CD07
Complementary color
Monochromatic Colors of #42CD07
Black with #42CD07
Text Example
Text Example
White with #42CD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CD07; }
p { color: rgb(66,205,7); }
H1.HeaderClassName
{
color: #42CD07;
}
.AnyTagClassName
{
color: #42CD07;
}
</style>
background-color css
<style>
a { background-color: #42CD07; }
a { background-color: rgb(66,205,7); }
div.DivClassName
{
background-color: #42CD07;
}
.BgClassName
{
background-color: #42CD07;
}
</style>
border-color css
<style>
span { border-color: #42CD07; }
span { border-color: rgb(66,205,7); }
td.TdClassName
{
border-color: #42CD07;
}
.TagClassName
{
border-color: #42CD07;
}
</style>