Shades of Kelly Green #31BC07
Tints of Kelly Green #31BC07
RGB
CMYK
RGB Variations
Color information
#31BC07 (or 0x31BC07) is known color: Kelly Green. HEX triplet: 31, BC and 07. RGB value is (49,188,7). Sum of RGB (Red+Green+Blue) = 49+188+7=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 188 (73.83% from 255 or 77.05% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31BC07 is #CE43F8. Grayscale: #7E7E7E. Windows color (decimal): -13517817 or 506929. OLE color: 506929.
HSL color Cylindrical-coordinate representation of color #31BC07: hue angle of 106.08º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31BC07 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 188 | 7 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.26 |
| HSL | 106.08º | 0.93% | 0.38% | - |
| HSV(B) | 106.08º | 0.96% | 0.74% | - |
| XYZ | 19.29 | 36.63 | 6.26 | - |
| YUV | 125.81 | 60.95 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 7 | 0.74 | 0 | 0.96 | 0.26 | 106.08 | 0.93 | 0.38 |
| Hex | 31 | BC | 7 | 4A | 0 | 60 | 1A | 6A | 5D | 26 |
| Octal | 61 | 274 | 7 | 112 | 0 | 140 | 32 | 152 | 135 | 46 |
| Binary | 110001 | 10111100 | 111 | 1001010 | 0 | 1100000 | 11010 | 1101010 | 1011101 | 100110 |
Color Harmonies of #31BC07
Complementary color
Monochromatic Colors of #31BC07
Black with #31BC07
Text Example
Text Example
White with #31BC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BC07; }
p { color: rgb(49,188,7); }
H1.HeaderClassName
{
color: #31BC07;
}
.AnyTagClassName
{
color: #31BC07;
}
</style>
background-color css
<style>
a { background-color: #31BC07; }
a { background-color: rgb(49,188,7); }
div.DivClassName
{
background-color: #31BC07;
}
.BgClassName
{
background-color: #31BC07;
}
</style>
border-color css
<style>
span { border-color: #31BC07; }
span { border-color: rgb(49,188,7); }
td.TdClassName
{
border-color: #31BC07;
}
.TagClassName
{
border-color: #31BC07;
}
</style>