Shades of Kelly Green #31C00F
Tints of Kelly Green #31C00F
RGB
CMYK
RGB Variations
Color information
#31C00F (or 0x31C00F) is known color: Kelly Green. HEX triplet: 31, C0 and 0F. RGB value is (49,192,15). Sum of RGB (Red+Green+Blue) = 49+192+15=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 192 (75.39% from 255 or 75% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 192 - color contains mainly: green. Hex color #31C00F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31C00F is #CE3FF0. Grayscale: #818181. Windows color (decimal): -13516785 or 1032241. OLE color: 1032241.
HSL color Cylindrical-coordinate representation of color #31C00F: hue angle of 108.47º degrees, saturation: 0.86, 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 #31C00F is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 192 | 15 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.25 |
| HSL | 108.47º | 0.86% | 0.41% | - |
| HSV(B) | 108.47º | 0.92% | 0.75% | - |
| XYZ | 20.2 | 38.39 | 6.8 | - |
| YUV | 129.07 | 63.62 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 192 | 15 | 0.74 | 0 | 0.92 | 0.25 | 108.47 | 0.86 | 0.41 |
| Hex | 31 | C0 | F | 4A | 0 | 5C | 19 | 6C | 56 | 29 |
| Octal | 61 | 300 | 17 | 112 | 0 | 134 | 31 | 154 | 126 | 51 |
| Binary | 110001 | 11000000 | 1111 | 1001010 | 0 | 1011100 | 11001 | 1101100 | 1010110 | 101001 |
Color Harmonies of #31C00F
Complementary color
Monochromatic Colors of #31C00F
Black with #31C00F
Text Example
Text Example
White with #31C00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C00F; }
p { color: rgb(49,192,15); }
H1.HeaderClassName
{
color: #31C00F;
}
.AnyTagClassName
{
color: #31C00F;
}
</style>
background-color css
<style>
a { background-color: #31C00F; }
a { background-color: rgb(49,192,15); }
div.DivClassName
{
background-color: #31C00F;
}
.BgClassName
{
background-color: #31C00F;
}
</style>
border-color css
<style>
span { border-color: #31C00F; }
span { border-color: rgb(49,192,15); }
td.TdClassName
{
border-color: #31C00F;
}
.TagClassName
{
border-color: #31C00F;
}
</style>