Shades of Kelly Green #31A504
Tints of Kelly Green #31A504
RGB
CMYK
RGB Variations
Color information
#31A504 (or 0x31A504) is known color: Kelly Green. HEX triplet: 31, A5 and 04. RGB value is (49,165,4). Sum of RGB (Red+Green+Blue) = 49+165+4=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 165 (64.84% from 255 or 75.69% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 165 - color contains mainly: green. Hex color #31A504 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31A504 is #CE5AFB. Grayscale: #707070. Windows color (decimal): -13523708 or 304433. OLE color: 304433.
HSL color Cylindrical-coordinate representation of color #31A504: hue angle of 103.23º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31A504 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 165 | 4 | - |
| CMYK | 0.70 | 0 | 0.98 | 0.35 |
| HSL | 103.23º | 0.95% | 0.33% | - |
| HSV(B) | 103.23º | 0.98% | 0.65% | - |
| XYZ | 14.74 | 27.57 | 4.66 | - |
| YUV | 111.96 | 67.07 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 165 | 4 | 0.70 | 0 | 0.98 | 0.35 | 103.23 | 0.95 | 0.33 |
| Hex | 31 | A5 | 4 | 46 | 0 | 62 | 23 | 67 | 5F | 21 |
| Octal | 61 | 245 | 4 | 106 | 0 | 142 | 43 | 147 | 137 | 41 |
| Binary | 110001 | 10100101 | 100 | 1000110 | 0 | 1100010 | 100011 | 1100111 | 1011111 | 100001 |
Color Harmonies of #31A504
Complementary color
Monochromatic Colors of #31A504
Black with #31A504
Text Example
Text Example
White with #31A504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A504; }
p { color: rgb(49,165,4); }
H1.HeaderClassName
{
color: #31A504;
}
.AnyTagClassName
{
color: #31A504;
}
</style>
background-color css
<style>
a { background-color: #31A504; }
a { background-color: rgb(49,165,4); }
div.DivClassName
{
background-color: #31A504;
}
.BgClassName
{
background-color: #31A504;
}
</style>
border-color css
<style>
span { border-color: #31A504; }
span { border-color: rgb(49,165,4); }
td.TdClassName
{
border-color: #31A504;
}
.TagClassName
{
border-color: #31A504;
}
</style>