Shades of Kelly Green #42C920
Tints of Kelly Green #42C920
RGB
CMYK
RGB Variations
Color information
#42C920 (or 0x42C920) is known color: Kelly Green. HEX triplet: 42, C9 and 20. RGB value is (66,201,32). Sum of RGB (Red+Green+Blue) = 66+201+32=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 201 (78.91% from 255 or 67.22% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 201 - color contains mainly: green. Hex color #42C920 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C920 is #BD36DF. Grayscale: #8D8D8D. Windows color (decimal): -12400352 or 2148674. OLE color: 2148674.
HSL color Cylindrical-coordinate representation of color #42C920: hue angle of 107.93º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42C920 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 201 | 32 | - |
| CMYK | 0.67 | 0 | 0.84 | 0.21 |
| HSL | 107.93º | 0.73% | 0.46% | - |
| HSV(B) | 107.93º | 0.84% | 0.79% | - |
| XYZ | 23.39 | 43.04 | 8.44 | - |
| YUV | 141.37 | 66.27 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 201 | 32 | 0.67 | 0 | 0.84 | 0.21 | 107.93 | 0.73 | 0.46 |
| Hex | 42 | C9 | 20 | 43 | 0 | 54 | 15 | 6C | 49 | 2E |
| Octal | 102 | 311 | 40 | 103 | 0 | 124 | 25 | 154 | 111 | 56 |
| Binary | 1000010 | 11001001 | 100000 | 1000011 | 0 | 1010100 | 10101 | 1101100 | 1001001 | 101110 |
Color Harmonies of #42C920
Complementary color
Monochromatic Colors of #42C920
Black with #42C920
Text Example
Text Example
White with #42C920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C920; }
p { color: rgb(66,201,32); }
H1.HeaderClassName
{
color: #42C920;
}
.AnyTagClassName
{
color: #42C920;
}
</style>
background-color css
<style>
a { background-color: #42C920; }
a { background-color: rgb(66,201,32); }
div.DivClassName
{
background-color: #42C920;
}
.BgClassName
{
background-color: #42C920;
}
</style>
border-color css
<style>
span { border-color: #42C920; }
span { border-color: rgb(66,201,32); }
td.TdClassName
{
border-color: #42C920;
}
.TagClassName
{
border-color: #42C920;
}
</style>