Shades of Kelly Green #31BC05
Tints of Kelly Green #31BC05
RGB
CMYK
RGB Variations
Color information
#31BC05 (or 0x31BC05) is known color: Kelly Green. HEX triplet: 31, BC and 05. RGB value is (49,188,5). Sum of RGB (Red+Green+Blue) = 49+188+5=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 188 (73.83% from 255 or 77.69% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31BC05 is #CE43FA. Grayscale: #7E7E7E. Windows color (decimal): -13517819 or 375857. OLE color: 375857.
HSL color Cylindrical-coordinate representation of color #31BC05: hue angle of 105.57º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #31BC05 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 188 | 5 | - |
| CMYK | 0.74 | 0 | 0.97 | 0.26 |
| HSL | 105.57º | 0.95% | 0.38% | - |
| HSV(B) | 105.57º | 0.97% | 0.74% | - |
| XYZ | 19.28 | 36.63 | 6.2 | - |
| YUV | 125.58 | 59.95 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 5 | 0.74 | 0 | 0.97 | 0.26 | 105.57 | 0.95 | 0.38 |
| Hex | 31 | BC | 5 | 4A | 0 | 61 | 1A | 6A | 5F | 26 |
| Octal | 61 | 274 | 5 | 112 | 0 | 141 | 32 | 152 | 137 | 46 |
| Binary | 110001 | 10111100 | 101 | 1001010 | 0 | 1100001 | 11010 | 1101010 | 1011111 | 100110 |
Color Harmonies of #31BC05
Complementary color
Monochromatic Colors of #31BC05
Black with #31BC05
Text Example
Text Example
White with #31BC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BC05; }
p { color: rgb(49,188,5); }
H1.HeaderClassName
{
color: #31BC05;
}
.AnyTagClassName
{
color: #31BC05;
}
</style>
background-color css
<style>
a { background-color: #31BC05; }
a { background-color: rgb(49,188,5); }
div.DivClassName
{
background-color: #31BC05;
}
.BgClassName
{
background-color: #31BC05;
}
</style>
border-color css
<style>
span { border-color: #31BC05; }
span { border-color: rgb(49,188,5); }
td.TdClassName
{
border-color: #31BC05;
}
.TagClassName
{
border-color: #31BC05;
}
</style>