Shades of Kelly Green #31A404
Tints of Kelly Green #31A404
RGB
CMYK
RGB Variations
Color information
#31A404 (or 0x31A404) is known color: Kelly Green. HEX triplet: 31, A4 and 04. RGB value is (49,164,4). Sum of RGB (Red+Green+Blue) = 49+164+4=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 164 (64.45% from 255 or 75.58% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 164 - color contains mainly: green. Hex color #31A404 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31A404 is #CE5BFB. Grayscale: #6F6F6F. Windows color (decimal): -13523964 or 304177. OLE color: 304177.
HSL color Cylindrical-coordinate representation of color #31A404: hue angle of 103.12º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31A404 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 164 | 4 | - |
| CMYK | 0.70 | 0 | 0.98 | 0.36 |
| HSL | 103.13º | 0.95% | 0.33% | - |
| HSV(B) | 103.13º | 0.98% | 0.64% | - |
| XYZ | 14.56 | 27.21 | 4.6 | - |
| YUV | 111.38 | 67.4 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 164 | 4 | 0.70 | 0 | 0.98 | 0.36 | 103.13 | 0.95 | 0.33 |
| Hex | 31 | A4 | 4 | 46 | 0 | 62 | 24 | 67 | 5F | 21 |
| Octal | 61 | 244 | 4 | 106 | 0 | 142 | 44 | 147 | 137 | 41 |
| Binary | 110001 | 10100100 | 100 | 1000110 | 0 | 1100010 | 100100 | 1100111 | 1011111 | 100001 |
Color Harmonies of #31A404
Complementary color
Monochromatic Colors of #31A404
Black with #31A404
Text Example
Text Example
White with #31A404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A404; }
p { color: rgb(49,164,4); }
H1.HeaderClassName
{
color: #31A404;
}
.AnyTagClassName
{
color: #31A404;
}
</style>
background-color css
<style>
a { background-color: #31A404; }
a { background-color: rgb(49,164,4); }
div.DivClassName
{
background-color: #31A404;
}
.BgClassName
{
background-color: #31A404;
}
</style>
border-color css
<style>
span { border-color: #31A404; }
span { border-color: rgb(49,164,4); }
td.TdClassName
{
border-color: #31A404;
}
.TagClassName
{
border-color: #31A404;
}
</style>