Shades of Kelly Green #31BC19
Tints of Kelly Green #31BC19
RGB
CMYK
RGB Variations
Color information
#31BC19 (or 0x31BC19) is known color: Kelly Green. HEX triplet: 31, BC and 19. RGB value is (49,188,25). Sum of RGB (Red+Green+Blue) = 49+188+25=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 188 (73.83% from 255 or 71.76% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31BC19 is #CE43E6. Grayscale: #808080. Windows color (decimal): -13517799 or 1686577. OLE color: 1686577.
HSL color Cylindrical-coordinate representation of color #31BC19: hue angle of 111.17º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #31BC19 is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 188 | 25 | - |
| CMYK | 0.74 | 0 | 0.87 | 0.26 |
| HSL | 111.17º | 0.77% | 0.42% | - |
| HSV(B) | 111.17º | 0.87% | 0.74% | - |
| XYZ | 19.43 | 36.69 | 6.98 | - |
| YUV | 127.86 | 69.95 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 25 | 0.74 | 0 | 0.87 | 0.26 | 111.17 | 0.77 | 0.42 |
| Hex | 31 | BC | 19 | 4A | 0 | 57 | 1A | 6F | 4D | 2A |
| Octal | 61 | 274 | 31 | 112 | 0 | 127 | 32 | 157 | 115 | 52 |
| Binary | 110001 | 10111100 | 11001 | 1001010 | 0 | 1010111 | 11010 | 1101111 | 1001101 | 101010 |
Color Harmonies of #31BC19
Complementary color
Monochromatic Colors of #31BC19
Black with #31BC19
Text Example
Text Example
White with #31BC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BC19; }
p { color: rgb(49,188,25); }
H1.HeaderClassName
{
color: #31BC19;
}
.AnyTagClassName
{
color: #31BC19;
}
</style>
background-color css
<style>
a { background-color: #31BC19; }
a { background-color: rgb(49,188,25); }
div.DivClassName
{
background-color: #31BC19;
}
.BgClassName
{
background-color: #31BC19;
}
</style>
border-color css
<style>
span { border-color: #31BC19; }
span { border-color: rgb(49,188,25); }
td.TdClassName
{
border-color: #31BC19;
}
.TagClassName
{
border-color: #31BC19;
}
</style>