Shades of Kelly Green #31AB14
Tints of Kelly Green #31AB14
RGB
CMYK
RGB Variations
Color information
#31AB14 (or 0x31AB14) is known color: Kelly Green. HEX triplet: 31, AB and 14. RGB value is (49,171,20). Sum of RGB (Red+Green+Blue) = 49+171+20=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 171 (67.19% from 255 or 71.25% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 171 - color contains mainly: green. Hex color #31AB14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #31AB14 is #CE54EB. Grayscale: #757575. Windows color (decimal): -13522156 or 1354545. OLE color: 1354545.
HSL color Cylindrical-coordinate representation of color #31AB14: hue angle of 108.48º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31AB14 is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 171 | 20 | - |
| CMYK | 0.71 | 0 | 0.88 | 0.33 |
| HSL | 108.48º | 0.79% | 0.37% | - |
| HSV(B) | 108.48º | 0.88% | 0.67% | - |
| XYZ | 15.96 | 29.83 | 5.58 | - |
| YUV | 117.31 | 73.08 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 20 | 0.71 | 0 | 0.88 | 0.33 | 108.48 | 0.79 | 0.37 |
| Hex | 31 | AB | 14 | 47 | 0 | 58 | 21 | 6C | 4F | 25 |
| Octal | 61 | 253 | 24 | 107 | 0 | 130 | 41 | 154 | 117 | 45 |
| Binary | 110001 | 10101011 | 10100 | 1000111 | 0 | 1011000 | 100001 | 1101100 | 1001111 | 100101 |
Color Harmonies of #31AB14
Complementary color
Monochromatic Colors of #31AB14
Black with #31AB14
Text Example
Text Example
White with #31AB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AB14; }
p { color: rgb(49,171,20); }
H1.HeaderClassName
{
color: #31AB14;
}
.AnyTagClassName
{
color: #31AB14;
}
</style>
background-color css
<style>
a { background-color: #31AB14; }
a { background-color: rgb(49,171,20); }
div.DivClassName
{
background-color: #31AB14;
}
.BgClassName
{
background-color: #31AB14;
}
</style>
border-color css
<style>
span { border-color: #31AB14; }
span { border-color: rgb(49,171,20); }
td.TdClassName
{
border-color: #31AB14;
}
.TagClassName
{
border-color: #31AB14;
}
</style>