Shades of Kelly Green #31BB07
Tints of Kelly Green #31BB07
RGB
CMYK
RGB Variations
Color information
#31BB07 (or 0x31BB07) is known color: Kelly Green. HEX triplet: 31, BB and 07. RGB value is (49,187,7). Sum of RGB (Red+Green+Blue) = 49+187+7=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 187 (73.44% from 255 or 76.95% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 187 - color contains mainly: green. Hex color #31BB07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31BB07 is #CE44F8. Grayscale: #7D7D7D. Windows color (decimal): -13518073 or 506673. OLE color: 506673.
HSL color Cylindrical-coordinate representation of color #31BB07: hue angle of 106º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31BB07 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 187 | 7 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.27 |
| HSL | 106º | 0.93% | 0.38% | - |
| HSV(B) | 106º | 0.96% | 0.73% | - |
| XYZ | 19.08 | 36.21 | 6.18 | - |
| YUV | 125.22 | 61.28 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 187 | 7 | 0.74 | 0 | 0.96 | 0.27 | 106 | 0.93 | 0.38 |
| Hex | 31 | BB | 7 | 4A | 0 | 60 | 1B | 6A | 5D | 26 |
| Octal | 61 | 273 | 7 | 112 | 0 | 140 | 33 | 152 | 135 | 46 |
| Binary | 110001 | 10111011 | 111 | 1001010 | 0 | 1100000 | 11011 | 1101010 | 1011101 | 100110 |
Color Harmonies of #31BB07
Complementary color
Monochromatic Colors of #31BB07
Black with #31BB07
Text Example
Text Example
White with #31BB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BB07; }
p { color: rgb(49,187,7); }
H1.HeaderClassName
{
color: #31BB07;
}
.AnyTagClassName
{
color: #31BB07;
}
</style>
background-color css
<style>
a { background-color: #31BB07; }
a { background-color: rgb(49,187,7); }
div.DivClassName
{
background-color: #31BB07;
}
.BgClassName
{
background-color: #31BB07;
}
</style>
border-color css
<style>
span { border-color: #31BB07; }
span { border-color: rgb(49,187,7); }
td.TdClassName
{
border-color: #31BB07;
}
.TagClassName
{
border-color: #31BB07;
}
</style>