Shades of Kelly Green #42A413
Tints of Kelly Green #42A413
RGB
CMYK
RGB Variations
Color information
#42A413 (or 0x42A413) is known color: Kelly Green. HEX triplet: 42, A4 and 13. RGB value is (66,164,19). Sum of RGB (Red+Green+Blue) = 66+164+19=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 164 (64.45% from 255 or 65.86% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 164 - color contains mainly: green. Hex color #42A413 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A413 is #BD5BEC. Grayscale: #767676. Windows color (decimal): -12409837 or 1287234. OLE color: 1287234.
HSL color Cylindrical-coordinate representation of color #42A413: hue angle of 100.55º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42A413 is Cyan = 0.60, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 164 | 19 | - |
| CMYK | 0.60 | 0 | 0.88 | 0.36 |
| HSL | 100.55º | 0.79% | 0.36% | - |
| HSV(B) | 100.55º | 0.88% | 0.64% | - |
| XYZ | 15.64 | 27.76 | 5.15 | - |
| YUV | 118.17 | 72.03 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 164 | 19 | 0.60 | 0 | 0.88 | 0.36 | 100.55 | 0.79 | 0.36 |
| Hex | 42 | A4 | 13 | 3C | 0 | 58 | 24 | 65 | 4F | 24 |
| Octal | 102 | 244 | 23 | 74 | 0 | 130 | 44 | 145 | 117 | 44 |
| Binary | 1000010 | 10100100 | 10011 | 111100 | 0 | 1011000 | 100100 | 1100101 | 1001111 | 100100 |
Color Harmonies of #42A413
Complementary color
Monochromatic Colors of #42A413
Black with #42A413
Text Example
Text Example
White with #42A413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A413; }
p { color: rgb(66,164,19); }
H1.HeaderClassName
{
color: #42A413;
}
.AnyTagClassName
{
color: #42A413;
}
</style>
background-color css
<style>
a { background-color: #42A413; }
a { background-color: rgb(66,164,19); }
div.DivClassName
{
background-color: #42A413;
}
.BgClassName
{
background-color: #42A413;
}
</style>
border-color css
<style>
span { border-color: #42A413; }
span { border-color: rgb(66,164,19); }
td.TdClassName
{
border-color: #42A413;
}
.TagClassName
{
border-color: #42A413;
}
</style>