Shades of Kelly Green #31BB01
Tints of Kelly Green #31BB01
RGB
CMYK
RGB Variations
Color information
#31BB01 (or 0x31BB01) is known color: Kelly Green. HEX triplet: 31, BB and 01. RGB value is (49,187,1). Sum of RGB (Red+Green+Blue) = 49+187+1=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 187 (73.44% from 255 or 78.90% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 187 - color contains mainly: green. Hex color #31BB01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31BB01 is #CE44FE. Grayscale: #7D7D7D. Windows color (decimal): -13518079 or 113457. OLE color: 113457.
HSL color Cylindrical-coordinate representation of color #31BB01: hue angle of 104.52º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31BB01 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 187 | 1 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.27 |
| HSL | 104.52º | 0.99% | 0.37% | - |
| HSV(B) | 104.52º | 0.99% | 0.73% | - |
| XYZ | 19.04 | 36.2 | 6.01 | - |
| YUV | 124.53 | 58.28 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 187 | 1 | 0.74 | 0 | 0.99 | 0.27 | 104.52 | 0.99 | 0.37 |
| Hex | 31 | BB | 1 | 4A | 0 | 63 | 1B | 69 | 63 | 25 |
| Octal | 61 | 273 | 1 | 112 | 0 | 143 | 33 | 151 | 143 | 45 |
| Binary | 110001 | 10111011 | 1 | 1001010 | 0 | 1100011 | 11011 | 1101001 | 1100011 | 100101 |
Color Harmonies of #31BB01
Complementary color
Monochromatic Colors of #31BB01
Black with #31BB01
Text Example
Text Example
White with #31BB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BB01; }
p { color: rgb(49,187,1); }
H1.HeaderClassName
{
color: #31BB01;
}
.AnyTagClassName
{
color: #31BB01;
}
</style>
background-color css
<style>
a { background-color: #31BB01; }
a { background-color: rgb(49,187,1); }
div.DivClassName
{
background-color: #31BB01;
}
.BgClassName
{
background-color: #31BB01;
}
</style>
border-color css
<style>
span { border-color: #31BB01; }
span { border-color: rgb(49,187,1); }
td.TdClassName
{
border-color: #31BB01;
}
.TagClassName
{
border-color: #31BB01;
}
</style>