Shades of Kelly Green #31BA12
Tints of Kelly Green #31BA12
RGB
CMYK
RGB Variations
Color information
#31BA12 (or 0x31BA12) is known color: Kelly Green. HEX triplet: 31, BA and 12. RGB value is (49,186,18). Sum of RGB (Red+Green+Blue) = 49+186+18=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 186 (73.05% from 255 or 73.52% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31BA12 is #CE45ED. Grayscale: #7E7E7E. Windows color (decimal): -13518318 or 1227313. OLE color: 1227313.
HSL color Cylindrical-coordinate representation of color #31BA12: hue angle of 108.93º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31BA12 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 186 | 18 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.27 |
| HSL | 108.93º | 0.82% | 0.4% | - |
| HSV(B) | 108.93º | 0.9% | 0.73% | - |
| XYZ | 18.93 | 35.81 | 6.49 | - |
| YUV | 125.89 | 67.11 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 18 | 0.74 | 0 | 0.90 | 0.27 | 108.93 | 0.82 | 0.4 |
| Hex | 31 | BA | 12 | 4A | 0 | 5A | 1B | 6D | 52 | 28 |
| Octal | 61 | 272 | 22 | 112 | 0 | 132 | 33 | 155 | 122 | 50 |
| Binary | 110001 | 10111010 | 10010 | 1001010 | 0 | 1011010 | 11011 | 1101101 | 1010010 | 101000 |
Color Harmonies of #31BA12
Complementary color
Monochromatic Colors of #31BA12
Black with #31BA12
Text Example
Text Example
White with #31BA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BA12; }
p { color: rgb(49,186,18); }
H1.HeaderClassName
{
color: #31BA12;
}
.AnyTagClassName
{
color: #31BA12;
}
</style>
background-color css
<style>
a { background-color: #31BA12; }
a { background-color: rgb(49,186,18); }
div.DivClassName
{
background-color: #31BA12;
}
.BgClassName
{
background-color: #31BA12;
}
</style>
border-color css
<style>
span { border-color: #31BA12; }
span { border-color: rgb(49,186,18); }
td.TdClassName
{
border-color: #31BA12;
}
.TagClassName
{
border-color: #31BA12;
}
</style>