Shades of Kelly Green #42AC31
Tints of Kelly Green #42AC31
RGB
CMYK
RGB Variations
Color information
#42AC31 (or 0x42AC31) is known color: Kelly Green. HEX triplet: 42, AC and 31. RGB value is (66,172,49). Sum of RGB (Red+Green+Blue) = 66+172+49=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 172 (67.58% from 255 or 59.93% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AC31 is #BD53CE. Grayscale: #7E7E7E. Windows color (decimal): -12407759 or 3255362. OLE color: 3255362.
HSL color Cylindrical-coordinate representation of color #42AC31: hue angle of 111.71º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42AC31 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 172 | 49 | - |
| CMYK | 0.62 | 0 | 0.72 | 0.33 |
| HSL | 111.71º | 0.56% | 0.43% | - |
| HSV(B) | 111.71º | 0.72% | 0.67% | - |
| XYZ | 17.55 | 30.89 | 7.94 | - |
| YUV | 126.28 | 84.38 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 172 | 49 | 0.62 | 0 | 0.72 | 0.33 | 111.71 | 0.56 | 0.43 |
| Hex | 42 | AC | 31 | 3E | 0 | 48 | 21 | 70 | 38 | 2B |
| Octal | 102 | 254 | 61 | 76 | 0 | 110 | 41 | 160 | 70 | 53 |
| Binary | 1000010 | 10101100 | 110001 | 111110 | 0 | 1001000 | 100001 | 1110000 | 111000 | 101011 |
Color Harmonies of #42AC31
Complementary color
Monochromatic Colors of #42AC31
Black with #42AC31
Text Example
Text Example
White with #42AC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AC31; }
p { color: rgb(66,172,49); }
H1.HeaderClassName
{
color: #42AC31;
}
.AnyTagClassName
{
color: #42AC31;
}
</style>
background-color css
<style>
a { background-color: #42AC31; }
a { background-color: rgb(66,172,49); }
div.DivClassName
{
background-color: #42AC31;
}
.BgClassName
{
background-color: #42AC31;
}
</style>
border-color css
<style>
span { border-color: #42AC31; }
span { border-color: rgb(66,172,49); }
td.TdClassName
{
border-color: #42AC31;
}
.TagClassName
{
border-color: #42AC31;
}
</style>