Shades of Kelly Green #31B40B
Tints of Kelly Green #31B40B
RGB
CMYK
RGB Variations
Color information
#31B40B (or 0x31B40B) is known color: Kelly Green. HEX triplet: 31, B4 and 0B. RGB value is (49,180,11). Sum of RGB (Red+Green+Blue) = 49+180+11=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 180 (70.70% from 255 or 75% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 180 - color contains mainly: green. Hex color #31B40B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31B40B is #CE4BF4. Grayscale: #7A7A7A. Windows color (decimal): -13519861 or 767025. OLE color: 767025.
HSL color Cylindrical-coordinate representation of color #31B40B: hue angle of 106.51º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31B40B is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 180 | 11 | - |
| CMYK | 0.73 | 0 | 0.94 | 0.29 |
| HSL | 106.51º | 0.88% | 0.37% | - |
| HSV(B) | 106.51º | 0.94% | 0.71% | - |
| XYZ | 17.65 | 33.32 | 5.82 | - |
| YUV | 121.57 | 65.6 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 180 | 11 | 0.73 | 0 | 0.94 | 0.29 | 106.51 | 0.88 | 0.37 |
| Hex | 31 | B4 | B | 49 | 0 | 5E | 1D | 6B | 58 | 25 |
| Octal | 61 | 264 | 13 | 111 | 0 | 136 | 35 | 153 | 130 | 45 |
| Binary | 110001 | 10110100 | 1011 | 1001001 | 0 | 1011110 | 11101 | 1101011 | 1011000 | 100101 |
Color Harmonies of #31B40B
Complementary color
Monochromatic Colors of #31B40B
Black with #31B40B
Text Example
Text Example
White with #31B40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B40B; }
p { color: rgb(49,180,11); }
H1.HeaderClassName
{
color: #31B40B;
}
.AnyTagClassName
{
color: #31B40B;
}
</style>
background-color css
<style>
a { background-color: #31B40B; }
a { background-color: rgb(49,180,11); }
div.DivClassName
{
background-color: #31B40B;
}
.BgClassName
{
background-color: #31B40B;
}
</style>
border-color css
<style>
span { border-color: #31B40B; }
span { border-color: rgb(49,180,11); }
td.TdClassName
{
border-color: #31B40B;
}
.TagClassName
{
border-color: #31B40B;
}
</style>