Shades of Kelly Green #42A405
Tints of Kelly Green #42A405
RGB
CMYK
RGB Variations
Color information
#42A405 (or 0x42A405) is known color: Kelly Green. HEX triplet: 42, A4 and 05. RGB value is (66,164,5). Sum of RGB (Red+Green+Blue) = 66+164+5=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 164 (64.45% from 255 or 69.79% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 164 - color contains mainly: green. Hex color #42A405 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A405 is #BD5BFA. Grayscale: #757575. Windows color (decimal): -12409851 or 369730. OLE color: 369730.
HSL color Cylindrical-coordinate representation of color #42A405: hue angle of 96.98º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42A405 is Cyan = 0.60, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 164 | 5 | - |
| CMYK | 0.60 | 0 | 0.97 | 0.36 |
| HSL | 96.98º | 0.94% | 0.33% | - |
| HSV(B) | 96.98º | 0.97% | 0.64% | - |
| XYZ | 15.55 | 27.72 | 4.67 | - |
| YUV | 116.57 | 65.03 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 164 | 5 | 0.60 | 0 | 0.97 | 0.36 | 96.98 | 0.94 | 0.33 |
| Hex | 42 | A4 | 5 | 3C | 0 | 61 | 24 | 61 | 5E | 21 |
| Octal | 102 | 244 | 5 | 74 | 0 | 141 | 44 | 141 | 136 | 41 |
| Binary | 1000010 | 10100100 | 101 | 111100 | 0 | 1100001 | 100100 | 1100001 | 1011110 | 100001 |
Color Harmonies of #42A405
Complementary color
Monochromatic Colors of #42A405
Black with #42A405
Text Example
Text Example
White with #42A405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A405; }
p { color: rgb(66,164,5); }
H1.HeaderClassName
{
color: #42A405;
}
.AnyTagClassName
{
color: #42A405;
}
</style>
background-color css
<style>
a { background-color: #42A405; }
a { background-color: rgb(66,164,5); }
div.DivClassName
{
background-color: #42A405;
}
.BgClassName
{
background-color: #42A405;
}
</style>
border-color css
<style>
span { border-color: #42A405; }
span { border-color: rgb(66,164,5); }
td.TdClassName
{
border-color: #42A405;
}
.TagClassName
{
border-color: #42A405;
}
</style>