Shades of Kelly Green #42A705
Tints of Kelly Green #42A705
RGB
CMYK
RGB Variations
Color information
#42A705 (or 0x42A705) is known color: Kelly Green. HEX triplet: 42, A7 and 05. RGB value is (66,167,5). Sum of RGB (Red+Green+Blue) = 66+167+5=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 167 (65.62% from 255 or 70.17% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 167 - color contains mainly: green. Hex color #42A705 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A705 is #BD58FA. Grayscale: #767676. Windows color (decimal): -12409083 or 370498. OLE color: 370498.
HSL color Cylindrical-coordinate representation of color #42A705: hue angle of 97.41º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42A705 is Cyan = 0.60, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 66 | 167 | 5 | - |
| CMYK | 0.60 | 0 | 0.97 | 0.35 |
| HSL | 97.41º | 0.94% | 0.34% | - |
| HSV(B) | 97.41º | 0.97% | 0.65% | - |
| XYZ | 16.09 | 28.81 | 4.86 | - |
| YUV | 118.33 | 64.04 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 167 | 5 | 0.60 | 0 | 0.97 | 0.35 | 97.41 | 0.94 | 0.34 |
| Hex | 42 | A7 | 5 | 3C | 0 | 61 | 23 | 61 | 5E | 22 |
| Octal | 102 | 247 | 5 | 74 | 0 | 141 | 43 | 141 | 136 | 42 |
| Binary | 1000010 | 10100111 | 101 | 111100 | 0 | 1100001 | 100011 | 1100001 | 1011110 | 100010 |
Color Harmonies of #42A705
Complementary color
Monochromatic Colors of #42A705
Black with #42A705
Text Example
Text Example
White with #42A705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A705; }
p { color: rgb(66,167,5); }
H1.HeaderClassName
{
color: #42A705;
}
.AnyTagClassName
{
color: #42A705;
}
</style>
background-color css
<style>
a { background-color: #42A705; }
a { background-color: rgb(66,167,5); }
div.DivClassName
{
background-color: #42A705;
}
.BgClassName
{
background-color: #42A705;
}
</style>
border-color css
<style>
span { border-color: #42A705; }
span { border-color: rgb(66,167,5); }
td.TdClassName
{
border-color: #42A705;
}
.TagClassName
{
border-color: #42A705;
}
</style>