Shades of Kelly Green #31CA06
Tints of Kelly Green #31CA06
RGB
CMYK
RGB Variations
Color information
#31CA06 (or 0x31CA06) is known color: Kelly Green. HEX triplet: 31, CA and 06. RGB value is (49,202,6). Sum of RGB (Red+Green+Blue) = 49+202+6=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 202 (79.30% from 255 or 78.60% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 202 - color contains mainly: green. Hex color #31CA06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31CA06 is #CE35F9. Grayscale: #868686. Windows color (decimal): -13514234 or 444977. OLE color: 444977.
HSL color Cylindrical-coordinate representation of color #31CA06: hue angle of 106.84º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #31CA06 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 202 | 6 | - |
| CMYK | 0.76 | 0 | 0.97 | 0.21 |
| HSL | 106.84º | 0.94% | 0.41% | - |
| HSV(B) | 106.84º | 0.97% | 0.79% | - |
| XYZ | 22.42 | 42.91 | 7.27 | - |
| YUV | 133.91 | 55.81 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 202 | 6 | 0.76 | 0 | 0.97 | 0.21 | 106.84 | 0.94 | 0.41 |
| Hex | 31 | CA | 6 | 4C | 0 | 61 | 15 | 6B | 5E | 29 |
| Octal | 61 | 312 | 6 | 114 | 0 | 141 | 25 | 153 | 136 | 51 |
| Binary | 110001 | 11001010 | 110 | 1001100 | 0 | 1100001 | 10101 | 1101011 | 1011110 | 101001 |
Color Harmonies of #31CA06
Complementary color
Monochromatic Colors of #31CA06
Black with #31CA06
Text Example
Text Example
White with #31CA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CA06; }
p { color: rgb(49,202,6); }
H1.HeaderClassName
{
color: #31CA06;
}
.AnyTagClassName
{
color: #31CA06;
}
</style>
background-color css
<style>
a { background-color: #31CA06; }
a { background-color: rgb(49,202,6); }
div.DivClassName
{
background-color: #31CA06;
}
.BgClassName
{
background-color: #31CA06;
}
</style>
border-color css
<style>
span { border-color: #31CA06; }
span { border-color: rgb(49,202,6); }
td.TdClassName
{
border-color: #31CA06;
}
.TagClassName
{
border-color: #31CA06;
}
</style>