Shades of Kelly Green #31BC11
Tints of Kelly Green #31BC11
RGB
CMYK
RGB Variations
Color information
#31BC11 (or 0x31BC11) is known color: Kelly Green. HEX triplet: 31, BC and 11. RGB value is (49,188,17). Sum of RGB (Red+Green+Blue) = 49+188+17=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 188 (73.83% from 255 or 74.02% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31BC11 is #CE43EE. Grayscale: #7F7F7F. Windows color (decimal): -13517807 or 1162289. OLE color: 1162289.
HSL color Cylindrical-coordinate representation of color #31BC11: hue angle of 108.77º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #31BC11 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 188 | 17 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.26 |
| HSL | 108.77º | 0.83% | 0.4% | - |
| HSV(B) | 108.77º | 0.91% | 0.74% | - |
| XYZ | 19.35 | 36.66 | 6.59 | - |
| YUV | 126.95 | 65.95 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 17 | 0.74 | 0 | 0.91 | 0.26 | 108.77 | 0.83 | 0.4 |
| Hex | 31 | BC | 11 | 4A | 0 | 5B | 1A | 6D | 53 | 28 |
| Octal | 61 | 274 | 21 | 112 | 0 | 133 | 32 | 155 | 123 | 50 |
| Binary | 110001 | 10111100 | 10001 | 1001010 | 0 | 1011011 | 11010 | 1101101 | 1010011 | 101000 |
Color Harmonies of #31BC11
Complementary color
Monochromatic Colors of #31BC11
Black with #31BC11
Text Example
Text Example
White with #31BC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BC11; }
p { color: rgb(49,188,17); }
H1.HeaderClassName
{
color: #31BC11;
}
.AnyTagClassName
{
color: #31BC11;
}
</style>
background-color css
<style>
a { background-color: #31BC11; }
a { background-color: rgb(49,188,17); }
div.DivClassName
{
background-color: #31BC11;
}
.BgClassName
{
background-color: #31BC11;
}
</style>
border-color css
<style>
span { border-color: #31BC11; }
span { border-color: rgb(49,188,17); }
td.TdClassName
{
border-color: #31BC11;
}
.TagClassName
{
border-color: #31BC11;
}
</style>