Shades of Kelly Green #31C010
Tints of Kelly Green #31C010
RGB
CMYK
RGB Variations
Color information
#31C010 (or 0x31C010) is known color: Kelly Green. HEX triplet: 31, C0 and 10. RGB value is (49,192,16). Sum of RGB (Red+Green+Blue) = 49+192+16=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 192 (75.39% from 255 or 74.71% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 192 - color contains mainly: green. Hex color #31C010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31C010 is #CE3FEF. Grayscale: #818181. Windows color (decimal): -13516784 or 1097777. OLE color: 1097777.
HSL color Cylindrical-coordinate representation of color #31C010: hue angle of 108.75º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #31C010 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 192 | 16 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.25 |
| HSL | 108.75º | 0.85% | 0.41% | - |
| HSV(B) | 108.75º | 0.92% | 0.75% | - |
| XYZ | 20.21 | 38.39 | 6.83 | - |
| YUV | 129.18 | 64.12 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 192 | 16 | 0.74 | 0 | 0.92 | 0.25 | 108.75 | 0.85 | 0.41 |
| Hex | 31 | C0 | 10 | 4A | 0 | 5C | 19 | 6D | 55 | 29 |
| Octal | 61 | 300 | 20 | 112 | 0 | 134 | 31 | 155 | 125 | 51 |
| Binary | 110001 | 11000000 | 10000 | 1001010 | 0 | 1011100 | 11001 | 1101101 | 1010101 | 101001 |
Color Harmonies of #31C010
Complementary color
Monochromatic Colors of #31C010
Black with #31C010
Text Example
Text Example
White with #31C010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C010; }
p { color: rgb(49,192,16); }
H1.HeaderClassName
{
color: #31C010;
}
.AnyTagClassName
{
color: #31C010;
}
</style>
background-color css
<style>
a { background-color: #31C010; }
a { background-color: rgb(49,192,16); }
div.DivClassName
{
background-color: #31C010;
}
.BgClassName
{
background-color: #31C010;
}
</style>
border-color css
<style>
span { border-color: #31C010; }
span { border-color: rgb(49,192,16); }
td.TdClassName
{
border-color: #31C010;
}
.TagClassName
{
border-color: #31C010;
}
</style>