Shades of Kelly Green #42C914
Tints of Kelly Green #42C914
RGB
CMYK
RGB Variations
Color information
#42C914 (or 0x42C914) is known color: Kelly Green. HEX triplet: 42, C9 and 14. RGB value is (66,201,20). Sum of RGB (Red+Green+Blue) = 66+201+20=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 201 (78.91% from 255 or 70.03% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 201 - color contains mainly: green. Hex color #42C914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42C914 is #BD36EB. Grayscale: #8C8C8C. Windows color (decimal): -12400364 or 1362242. OLE color: 1362242.
HSL color Cylindrical-coordinate representation of color #42C914: hue angle of 104.75º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42C914 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 201 | 20 | - |
| CMYK | 0.67 | 0 | 0.90 | 0.21 |
| HSL | 104.75º | 0.82% | 0.43% | - |
| HSV(B) | 104.75º | 0.9% | 0.79% | - |
| XYZ | 23.26 | 42.98 | 7.73 | - |
| YUV | 140 | 60.27 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 201 | 20 | 0.67 | 0 | 0.90 | 0.21 | 104.75 | 0.82 | 0.43 |
| Hex | 42 | C9 | 14 | 43 | 0 | 5A | 15 | 69 | 52 | 2B |
| Octal | 102 | 311 | 24 | 103 | 0 | 132 | 25 | 151 | 122 | 53 |
| Binary | 1000010 | 11001001 | 10100 | 1000011 | 0 | 1011010 | 10101 | 1101001 | 1010010 | 101011 |
Color Harmonies of #42C914
Complementary color
Monochromatic Colors of #42C914
Black with #42C914
Text Example
Text Example
White with #42C914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C914; }
p { color: rgb(66,201,20); }
H1.HeaderClassName
{
color: #42C914;
}
.AnyTagClassName
{
color: #42C914;
}
</style>
background-color css
<style>
a { background-color: #42C914; }
a { background-color: rgb(66,201,20); }
div.DivClassName
{
background-color: #42C914;
}
.BgClassName
{
background-color: #42C914;
}
</style>
border-color css
<style>
span { border-color: #42C914; }
span { border-color: rgb(66,201,20); }
td.TdClassName
{
border-color: #42C914;
}
.TagClassName
{
border-color: #42C914;
}
</style>