Shades of Kelly Green #42AF22
Tints of Kelly Green #42AF22
RGB
CMYK
RGB Variations
Color information
#42AF22 (or 0x42AF22) is known color: Kelly Green. HEX triplet: 42, AF and 22. RGB value is (66,175,34). Sum of RGB (Red+Green+Blue) = 66+175+34=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 175 (68.75% from 255 or 63.64% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF22 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AF22 is #BD50DD. Grayscale: #7E7E7E. Windows color (decimal): -12407006 or 2273090. OLE color: 2273090.
HSL color Cylindrical-coordinate representation of color #42AF22: hue angle of 106.38º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #42AF22 is Cyan = 0.62, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 175 | 34 | - |
| CMYK | 0.62 | 0 | 0.81 | 0.31 |
| HSL | 106.38º | 0.67% | 0.41% | - |
| HSV(B) | 106.38º | 0.81% | 0.69% | - |
| XYZ | 17.87 | 31.93 | 6.74 | - |
| YUV | 126.34 | 75.89 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 175 | 34 | 0.62 | 0 | 0.81 | 0.31 | 106.38 | 0.67 | 0.41 |
| Hex | 42 | AF | 22 | 3E | 0 | 51 | 1F | 6A | 43 | 29 |
| Octal | 102 | 257 | 42 | 76 | 0 | 121 | 37 | 152 | 103 | 51 |
| Binary | 1000010 | 10101111 | 100010 | 111110 | 0 | 1010001 | 11111 | 1101010 | 1000011 | 101001 |
Color Harmonies of #42AF22
Complementary color
Monochromatic Colors of #42AF22
Black with #42AF22
Text Example
Text Example
White with #42AF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AF22; }
p { color: rgb(66,175,34); }
H1.HeaderClassName
{
color: #42AF22;
}
.AnyTagClassName
{
color: #42AF22;
}
</style>
background-color css
<style>
a { background-color: #42AF22; }
a { background-color: rgb(66,175,34); }
div.DivClassName
{
background-color: #42AF22;
}
.BgClassName
{
background-color: #42AF22;
}
</style>
border-color css
<style>
span { border-color: #42AF22; }
span { border-color: rgb(66,175,34); }
td.TdClassName
{
border-color: #42AF22;
}
.TagClassName
{
border-color: #42AF22;
}
</style>