Shades of Kelly Green #31C50C
Tints of Kelly Green #31C50C
RGB
CMYK
RGB Variations
Color information
#31C50C (or 0x31C50C) is known color: Kelly Green. HEX triplet: 31, C5 and 0C. RGB value is (49,197,12). Sum of RGB (Red+Green+Blue) = 49+197+12=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 197 (77.34% from 255 or 76.36% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 197 - color contains mainly: green. Hex color #31C50C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31C50C is #CE3AF3. Grayscale: #848484. Windows color (decimal): -13515508 or 836913. OLE color: 836913.
HSL color Cylindrical-coordinate representation of color #31C50C: hue angle of 108º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31C50C is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 197 | 12 | - |
| CMYK | 0.75 | 0 | 0.94 | 0.23 |
| HSL | 108º | 0.89% | 0.41% | - |
| HSV(B) | 108º | 0.94% | 0.77% | - |
| XYZ | 21.3 | 40.61 | 7.06 | - |
| YUV | 131.66 | 60.47 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 197 | 12 | 0.75 | 0 | 0.94 | 0.23 | 108 | 0.89 | 0.41 |
| Hex | 31 | C5 | C | 4B | 0 | 5E | 17 | 6C | 59 | 29 |
| Octal | 61 | 305 | 14 | 113 | 0 | 136 | 27 | 154 | 131 | 51 |
| Binary | 110001 | 11000101 | 1100 | 1001011 | 0 | 1011110 | 10111 | 1101100 | 1011001 | 101001 |
Color Harmonies of #31C50C
Complementary color
Monochromatic Colors of #31C50C
Black with #31C50C
Text Example
Text Example
White with #31C50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C50C; }
p { color: rgb(49,197,12); }
H1.HeaderClassName
{
color: #31C50C;
}
.AnyTagClassName
{
color: #31C50C;
}
</style>
background-color css
<style>
a { background-color: #31C50C; }
a { background-color: rgb(49,197,12); }
div.DivClassName
{
background-color: #31C50C;
}
.BgClassName
{
background-color: #31C50C;
}
</style>
border-color css
<style>
span { border-color: #31C50C; }
span { border-color: rgb(49,197,12); }
td.TdClassName
{
border-color: #31C50C;
}
.TagClassName
{
border-color: #31C50C;
}
</style>