Shades of Kelly Green #42A005
Tints of Kelly Green #42A005
RGB
CMYK
RGB Variations
Color information
#42A005 (or 0x42A005) is known color: Kelly Green. HEX triplet: 42, A0 and 05. RGB value is (66,160,5). Sum of RGB (Red+Green+Blue) = 66+160+5=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 160 (62.89% from 255 or 69.26% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 160 - color contains mainly: green. Hex color #42A005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A005 is #BD5FFA. Grayscale: #727272. Windows color (decimal): -12410875 or 368706. OLE color: 368706.
HSL color Cylindrical-coordinate representation of color #42A005: hue angle of 96.39º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42A005 is Cyan = 0.59, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 160 | 5 | - |
| CMYK | 0.59 | 0 | 0.97 | 0.37 |
| HSL | 96.39º | 0.94% | 0.32% | - |
| HSV(B) | 96.39º | 0.97% | 0.63% | - |
| XYZ | 14.84 | 26.31 | 4.44 | - |
| YUV | 114.22 | 66.36 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 160 | 5 | 0.59 | 0 | 0.97 | 0.37 | 96.39 | 0.94 | 0.32 |
| Hex | 42 | A0 | 5 | 3B | 0 | 61 | 25 | 60 | 5E | 20 |
| Octal | 102 | 240 | 5 | 73 | 0 | 141 | 45 | 140 | 136 | 40 |
| Binary | 1000010 | 10100000 | 101 | 111011 | 0 | 1100001 | 100101 | 1100000 | 1011110 | 100000 |
Color Harmonies of #42A005
Complementary color
Monochromatic Colors of #42A005
Black with #42A005
Text Example
Text Example
White with #42A005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A005; }
p { color: rgb(66,160,5); }
H1.HeaderClassName
{
color: #42A005;
}
.AnyTagClassName
{
color: #42A005;
}
</style>
background-color css
<style>
a { background-color: #42A005; }
a { background-color: rgb(66,160,5); }
div.DivClassName
{
background-color: #42A005;
}
.BgClassName
{
background-color: #42A005;
}
</style>
border-color css
<style>
span { border-color: #42A005; }
span { border-color: rgb(66,160,5); }
td.TdClassName
{
border-color: #42A005;
}
.TagClassName
{
border-color: #42A005;
}
</style>