Shades of Kelly Green #31CC04
Tints of Kelly Green #31CC04
RGB
CMYK
RGB Variations
Color information
#31CC04 (or 0x31CC04) is known color: Kelly Green. HEX triplet: 31, CC and 04. RGB value is (49,204,4). Sum of RGB (Red+Green+Blue) = 49+204+4=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 204 (80.08% from 255 or 79.38% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 204 - color contains mainly: green. Hex color #31CC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31CC04 is #CE33FB. Grayscale: #878787. Windows color (decimal): -13513724 or 314417. OLE color: 314417.
HSL color Cylindrical-coordinate representation of color #31CC04: hue angle of 106.5º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31CC04 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 204 | 4 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.2 |
| HSL | 106.5º | 0.96% | 0.41% | - |
| HSV(B) | 106.5º | 0.98% | 0.8% | - |
| XYZ | 22.88 | 43.85 | 7.37 | - |
| YUV | 134.86 | 54.15 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 204 | 4 | 0.76 | 0 | 0.98 | 0.2 | 106.5 | 0.96 | 0.41 |
| Hex | 31 | CC | 4 | 4C | 0 | 62 | 14 | 6A | 60 | 29 |
| Octal | 61 | 314 | 4 | 114 | 0 | 142 | 24 | 152 | 140 | 51 |
| Binary | 110001 | 11001100 | 100 | 1001100 | 0 | 1100010 | 10100 | 1101010 | 1100000 | 101001 |
Color Harmonies of #31CC04
Complementary color
Monochromatic Colors of #31CC04
Black with #31CC04
Text Example
Text Example
White with #31CC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CC04; }
p { color: rgb(49,204,4); }
H1.HeaderClassName
{
color: #31CC04;
}
.AnyTagClassName
{
color: #31CC04;
}
</style>
background-color css
<style>
a { background-color: #31CC04; }
a { background-color: rgb(49,204,4); }
div.DivClassName
{
background-color: #31CC04;
}
.BgClassName
{
background-color: #31CC04;
}
</style>
border-color css
<style>
span { border-color: #31CC04; }
span { border-color: rgb(49,204,4); }
td.TdClassName
{
border-color: #31CC04;
}
.TagClassName
{
border-color: #31CC04;
}
</style>