Shades of Kelly Green #31C801
Tints of Kelly Green #31C801
RGB
CMYK
RGB Variations
Color information
#31C801 (or 0x31C801) is known color: Kelly Green. HEX triplet: 31, C8 and 01. RGB value is (49,200,1). Sum of RGB (Red+Green+Blue) = 49+200+1=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 200 (78.52% from 255 or 80% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 200 - color contains mainly: green. Hex color #31C801 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31C801 is #CE37FE. Grayscale: #848484. Windows color (decimal): -13514751 or 116785. OLE color: 116785.
HSL color Cylindrical-coordinate representation of color #31C801: hue angle of 105.53º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31C801 is Cyan = 0.76, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 200 | 1 | - |
| CMYK | 0.76 | 0 | 1.00 | 0.22 |
| HSL | 105.53º | 0.99% | 0.39% | - |
| HSV(B) | 105.53º | 1% | 0.78% | - |
| XYZ | 21.93 | 41.96 | 6.97 | - |
| YUV | 132.17 | 53.97 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 200 | 1 | 0.76 | 0 | 1.00 | 0.22 | 105.53 | 0.99 | 0.39 |
| Hex | 31 | C8 | 1 | 4C | 0 | 64 | 16 | 6A | 63 | 27 |
| Octal | 61 | 310 | 1 | 114 | 0 | 144 | 26 | 152 | 143 | 47 |
| Binary | 110001 | 11001000 | 1 | 1001100 | 0 | 1100100 | 10110 | 1101010 | 1100011 | 100111 |
Color Harmonies of #31C801
Complementary color
Monochromatic Colors of #31C801
Black with #31C801
Text Example
Text Example
White with #31C801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C801; }
p { color: rgb(49,200,1); }
H1.HeaderClassName
{
color: #31C801;
}
.AnyTagClassName
{
color: #31C801;
}
</style>
background-color css
<style>
a { background-color: #31C801; }
a { background-color: rgb(49,200,1); }
div.DivClassName
{
background-color: #31C801;
}
.BgClassName
{
background-color: #31C801;
}
</style>
border-color css
<style>
span { border-color: #31C801; }
span { border-color: rgb(49,200,1); }
td.TdClassName
{
border-color: #31C801;
}
.TagClassName
{
border-color: #31C801;
}
</style>