Shades of Kelly Green #31C908
Tints of Kelly Green #31C908
RGB
CMYK
RGB Variations
Color information
#31C908 (or 0x31C908) is known color: Kelly Green. HEX triplet: 31, C9 and 08. RGB value is (49,201,8). Sum of RGB (Red+Green+Blue) = 49+201+8=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 201 (78.91% from 255 or 77.91% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 201 - color contains mainly: green. Hex color #31C908 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31C908 is #CE36F7. Grayscale: #868686. Windows color (decimal): -13514488 or 575793. OLE color: 575793.
HSL color Cylindrical-coordinate representation of color #31C908: hue angle of 107.25º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31C908 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 201 | 8 | - |
| CMYK | 0.76 | 0 | 0.96 | 0.21 |
| HSL | 107.25º | 0.92% | 0.41% | - |
| HSV(B) | 107.25º | 0.96% | 0.79% | - |
| XYZ | 22.2 | 42.44 | 7.25 | - |
| YUV | 133.55 | 57.14 | 67.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 201 | 8 | 0.76 | 0 | 0.96 | 0.21 | 107.25 | 0.92 | 0.41 |
| Hex | 31 | C9 | 8 | 4C | 0 | 60 | 15 | 6B | 5C | 29 |
| Octal | 61 | 311 | 10 | 114 | 0 | 140 | 25 | 153 | 134 | 51 |
| Binary | 110001 | 11001001 | 1000 | 1001100 | 0 | 1100000 | 10101 | 1101011 | 1011100 | 101001 |
Color Harmonies of #31C908
Complementary color
Monochromatic Colors of #31C908
Black with #31C908
Text Example
Text Example
White with #31C908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C908; }
p { color: rgb(49,201,8); }
H1.HeaderClassName
{
color: #31C908;
}
.AnyTagClassName
{
color: #31C908;
}
</style>
background-color css
<style>
a { background-color: #31C908; }
a { background-color: rgb(49,201,8); }
div.DivClassName
{
background-color: #31C908;
}
.BgClassName
{
background-color: #31C908;
}
</style>
border-color css
<style>
span { border-color: #31C908; }
span { border-color: rgb(49,201,8); }
td.TdClassName
{
border-color: #31C908;
}
.TagClassName
{
border-color: #31C908;
}
</style>