Shades of Kelly Green #31BF10
Tints of Kelly Green #31BF10
RGB
CMYK
RGB Variations
Color information
#31BF10 (or 0x31BF10) is known color: Kelly Green. HEX triplet: 31, BF and 10. RGB value is (49,191,16). Sum of RGB (Red+Green+Blue) = 49+191+16=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 191 (75% from 255 or 74.61% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 191 - color contains mainly: green. Hex color #31BF10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31BF10 is #CE40EF. Grayscale: #818181. Windows color (decimal): -13517040 or 1097521. OLE color: 1097521.
HSL color Cylindrical-coordinate representation of color #31BF10: hue angle of 108.69º 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 #31BF10 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 191 | 16 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.25 |
| HSL | 108.69º | 0.85% | 0.41% | - |
| HSV(B) | 108.69º | 0.92% | 0.75% | - |
| XYZ | 19.99 | 37.95 | 6.76 | - |
| YUV | 128.59 | 64.46 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 16 | 0.74 | 0 | 0.92 | 0.25 | 108.69 | 0.85 | 0.41 |
| Hex | 31 | BF | 10 | 4A | 0 | 5C | 19 | 6D | 55 | 29 |
| Octal | 61 | 277 | 20 | 112 | 0 | 134 | 31 | 155 | 125 | 51 |
| Binary | 110001 | 10111111 | 10000 | 1001010 | 0 | 1011100 | 11001 | 1101101 | 1010101 | 101001 |
Color Harmonies of #31BF10
Complementary color
Monochromatic Colors of #31BF10
Black with #31BF10
Text Example
Text Example
White with #31BF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BF10; }
p { color: rgb(49,191,16); }
H1.HeaderClassName
{
color: #31BF10;
}
.AnyTagClassName
{
color: #31BF10;
}
</style>
background-color css
<style>
a { background-color: #31BF10; }
a { background-color: rgb(49,191,16); }
div.DivClassName
{
background-color: #31BF10;
}
.BgClassName
{
background-color: #31BF10;
}
</style>
border-color css
<style>
span { border-color: #31BF10; }
span { border-color: rgb(49,191,16); }
td.TdClassName
{
border-color: #31BF10;
}
.TagClassName
{
border-color: #31BF10;
}
</style>