Shades of Kelly Green #42AB31
Tints of Kelly Green #42AB31
RGB
CMYK
RGB Variations
Color information
#42AB31 (or 0x42AB31) is known color: Kelly Green. HEX triplet: 42, AB and 31. RGB value is (66,171,49). Sum of RGB (Red+Green+Blue) = 66+171+49=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 171 (67.19% from 255 or 59.79% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AB31 is #BD54CE. Grayscale: #7E7E7E. Windows color (decimal): -12408015 or 3255106. OLE color: 3255106.
HSL color Cylindrical-coordinate representation of color #42AB31: hue angle of 111.64º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42AB31 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 171 | 49 | - |
| CMYK | 0.61 | 0 | 0.71 | 0.33 |
| HSL | 111.64º | 0.55% | 0.43% | - |
| HSV(B) | 111.64º | 0.71% | 0.67% | - |
| XYZ | 17.36 | 30.51 | 7.88 | - |
| YUV | 125.7 | 84.71 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 171 | 49 | 0.61 | 0 | 0.71 | 0.33 | 111.64 | 0.55 | 0.43 |
| Hex | 42 | AB | 31 | 3D | 0 | 47 | 21 | 70 | 37 | 2B |
| Octal | 102 | 253 | 61 | 75 | 0 | 107 | 41 | 160 | 67 | 53 |
| Binary | 1000010 | 10101011 | 110001 | 111101 | 0 | 1000111 | 100001 | 1110000 | 110111 | 101011 |
Color Harmonies of #42AB31
Complementary color
Monochromatic Colors of #42AB31
Black with #42AB31
Text Example
Text Example
White with #42AB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AB31; }
p { color: rgb(66,171,49); }
H1.HeaderClassName
{
color: #42AB31;
}
.AnyTagClassName
{
color: #42AB31;
}
</style>
background-color css
<style>
a { background-color: #42AB31; }
a { background-color: rgb(66,171,49); }
div.DivClassName
{
background-color: #42AB31;
}
.BgClassName
{
background-color: #42AB31;
}
</style>
border-color css
<style>
span { border-color: #42AB31; }
span { border-color: rgb(66,171,49); }
td.TdClassName
{
border-color: #42AB31;
}
.TagClassName
{
border-color: #42AB31;
}
</style>