Shades of Kelly Green #42AA28
Tints of Kelly Green #42AA28
RGB
CMYK
RGB Variations
Color information
#42AA28 (or 0x42AA28) is known color: Kelly Green. HEX triplet: 42, AA and 28. RGB value is (66,170,40). Sum of RGB (Red+Green+Blue) = 66+170+40=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 170 (66.80% from 255 or 61.59% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 170 - color contains mainly: green. Hex color #42AA28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AA28 is #BD55D7. Grayscale: #7C7C7C. Windows color (decimal): -12408280 or 2665026. OLE color: 2665026.
HSL color Cylindrical-coordinate representation of color #42AA28: hue angle of 108º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42AA28 is Cyan = 0.61, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 170 | 40 | - |
| CMYK | 0.61 | 0 | 0.76 | 0.33 |
| HSL | 108º | 0.62% | 0.41% | - |
| HSV(B) | 108º | 0.76% | 0.67% | - |
| XYZ | 17 | 30.06 | 6.91 | - |
| YUV | 124.08 | 80.54 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 170 | 40 | 0.61 | 0 | 0.76 | 0.33 | 108 | 0.62 | 0.41 |
| Hex | 42 | AA | 28 | 3D | 0 | 4C | 21 | 6C | 3E | 29 |
| Octal | 102 | 252 | 50 | 75 | 0 | 114 | 41 | 154 | 76 | 51 |
| Binary | 1000010 | 10101010 | 101000 | 111101 | 0 | 1001100 | 100001 | 1101100 | 111110 | 101001 |
Color Harmonies of #42AA28
Complementary color
Monochromatic Colors of #42AA28
Black with #42AA28
Text Example
Text Example
White with #42AA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AA28; }
p { color: rgb(66,170,40); }
H1.HeaderClassName
{
color: #42AA28;
}
.AnyTagClassName
{
color: #42AA28;
}
</style>
background-color css
<style>
a { background-color: #42AA28; }
a { background-color: rgb(66,170,40); }
div.DivClassName
{
background-color: #42AA28;
}
.BgClassName
{
background-color: #42AA28;
}
</style>
border-color css
<style>
span { border-color: #42AA28; }
span { border-color: rgb(66,170,40); }
td.TdClassName
{
border-color: #42AA28;
}
.TagClassName
{
border-color: #42AA28;
}
</style>