Shades of Kelly Green #31C200
Tints of Kelly Green #31C200
RGB
CMYK
RGB Variations
Color information
#31C200 (or 0x31C200) is known color: Kelly Green. HEX triplet: 31, C2 and 00. RGB value is (49,194,0). Sum of RGB (Red+Green+Blue) = 49+194+0=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 194 (76.17% from 255 or 79.84% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 194 - color contains mainly: green. Hex color #31C200 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31C200 is #CE3DFF. Grayscale: #818181. Windows color (decimal): -13516288 or 49713. OLE color: 49713.
HSL color Cylindrical-coordinate representation of color #31C200: hue angle of 104.85º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31C200 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 194 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.24 |
| HSL | 104.85º | 1% | 0.38% | - |
| HSV(B) | 104.85º | 1% | 0.76% | - |
| XYZ | 20.56 | 39.24 | 6.49 | - |
| YUV | 128.53 | 55.46 | 71.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 194 | 0 | 0.75 | 0 | 1 | 0.24 | 104.85 | 1 | 0.38 |
| Hex | 31 | C2 | 0 | 4B | 0 | 64 | 18 | 69 | 64 | 26 |
| Octal | 61 | 302 | 0 | 113 | 0 | 144 | 30 | 151 | 144 | 46 |
| Binary | 110001 | 11000010 | 0 | 1001011 | 0 | 1100100 | 11000 | 1101001 | 1100100 | 100110 |
Color Harmonies of #31C200
Complementary color
Monochromatic Colors of #31C200
Black with #31C200
Text Example
Text Example
White with #31C200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C200; }
p { color: rgb(49,194,0); }
H1.HeaderClassName
{
color: #31C200;
}
.AnyTagClassName
{
color: #31C200;
}
</style>
background-color css
<style>
a { background-color: #31C200; }
a { background-color: rgb(49,194,0); }
div.DivClassName
{
background-color: #31C200;
}
.BgClassName
{
background-color: #31C200;
}
</style>
border-color css
<style>
span { border-color: #31C200; }
span { border-color: rgb(49,194,0); }
td.TdClassName
{
border-color: #31C200;
}
.TagClassName
{
border-color: #31C200;
}
</style>