Shades of Kelly Green #42C60D
Tints of Kelly Green #42C60D
RGB
CMYK
RGB Variations
Color information
#42C60D (or 0x42C60D) is known color: Kelly Green. HEX triplet: 42, C6 and 0D. RGB value is (66,198,13). Sum of RGB (Red+Green+Blue) = 66+198+13=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 198 (77.73% from 255 or 71.48% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 198 - color contains mainly: green. Hex color #42C60D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42C60D is #BD39F2. Grayscale: #8A8A8A. Windows color (decimal): -12401139 or 902722. OLE color: 902722.
HSL color Cylindrical-coordinate representation of color #42C60D: hue angle of 102.81º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42C60D is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 198 | 13 | - |
| CMYK | 0.67 | 0 | 0.93 | 0.22 |
| HSL | 102.81º | 0.88% | 0.41% | - |
| HSV(B) | 102.81º | 0.93% | 0.78% | - |
| XYZ | 22.51 | 41.58 | 7.22 | - |
| YUV | 137.44 | 57.77 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 198 | 13 | 0.67 | 0 | 0.93 | 0.22 | 102.81 | 0.88 | 0.41 |
| Hex | 42 | C6 | D | 43 | 0 | 5D | 16 | 67 | 58 | 29 |
| Octal | 102 | 306 | 15 | 103 | 0 | 135 | 26 | 147 | 130 | 51 |
| Binary | 1000010 | 11000110 | 1101 | 1000011 | 0 | 1011101 | 10110 | 1100111 | 1011000 | 101001 |
Color Harmonies of #42C60D
Complementary color
Monochromatic Colors of #42C60D
Black with #42C60D
Text Example
Text Example
White with #42C60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C60D; }
p { color: rgb(66,198,13); }
H1.HeaderClassName
{
color: #42C60D;
}
.AnyTagClassName
{
color: #42C60D;
}
</style>
background-color css
<style>
a { background-color: #42C60D; }
a { background-color: rgb(66,198,13); }
div.DivClassName
{
background-color: #42C60D;
}
.BgClassName
{
background-color: #42C60D;
}
</style>
border-color css
<style>
span { border-color: #42C60D; }
span { border-color: rgb(66,198,13); }
td.TdClassName
{
border-color: #42C60D;
}
.TagClassName
{
border-color: #42C60D;
}
</style>