Shades of Kelly Green #31B70A
Tints of Kelly Green #31B70A
RGB
CMYK
RGB Variations
Color information
#31B70A (or 0x31B70A) is known color: Kelly Green. HEX triplet: 31, B7 and 0A. RGB value is (49,183,10). Sum of RGB (Red+Green+Blue) = 49+183+10=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 183 (71.88% from 255 or 75.62% from 242); Blue value is 10 (4.30% from 255 or 4.13% from 242); Max value from RGB is 183 - color contains mainly: green. Hex color #31B70A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31B70A is #CE48F5. Grayscale: #7B7B7B. Windows color (decimal): -13519094 or 702257. OLE color: 702257.
HSL color Cylindrical-coordinate representation of color #31B70A: hue angle of 106.47º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #31B70A is Cyan = 0.73, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 183 | 10 | - |
| CMYK | 0.73 | 0 | 0.95 | 0.28 |
| HSL | 106.47º | 0.9% | 0.38% | - |
| HSV(B) | 106.47º | 0.95% | 0.72% | - |
| XYZ | 18.25 | 34.54 | 5.99 | - |
| YUV | 123.21 | 64.11 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 183 | 10 | 0.73 | 0 | 0.95 | 0.28 | 106.47 | 0.9 | 0.38 |
| Hex | 31 | B7 | A | 49 | 0 | 5F | 1C | 6A | 5A | 26 |
| Octal | 61 | 267 | 12 | 111 | 0 | 137 | 34 | 152 | 132 | 46 |
| Binary | 110001 | 10110111 | 1010 | 1001001 | 0 | 1011111 | 11100 | 1101010 | 1011010 | 100110 |
Color Harmonies of #31B70A
Complementary color
Monochromatic Colors of #31B70A
Black with #31B70A
Text Example
Text Example
White with #31B70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B70A; }
p { color: rgb(49,183,10); }
H1.HeaderClassName
{
color: #31B70A;
}
.AnyTagClassName
{
color: #31B70A;
}
</style>
background-color css
<style>
a { background-color: #31B70A; }
a { background-color: rgb(49,183,10); }
div.DivClassName
{
background-color: #31B70A;
}
.BgClassName
{
background-color: #31B70A;
}
</style>
border-color css
<style>
span { border-color: #31B70A; }
span { border-color: rgb(49,183,10); }
td.TdClassName
{
border-color: #31B70A;
}
.TagClassName
{
border-color: #31B70A;
}
</style>