Shades of Kelly Green #31B905
Tints of Kelly Green #31B905
RGB
CMYK
RGB Variations
Color information
#31B905 (or 0x31B905) is known color: Kelly Green. HEX triplet: 31, B9 and 05. RGB value is (49,185,5). Sum of RGB (Red+Green+Blue) = 49+185+5=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 185 (72.66% from 255 or 77.41% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 185 - color contains mainly: green. Hex color #31B905 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31B905 is #CE46FA. Grayscale: #7C7C7C. Windows color (decimal): -13518587 or 375089. OLE color: 375089.
HSL color Cylindrical-coordinate representation of color #31B905: hue angle of 105.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #31B905 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 185 | 5 | - |
| CMYK | 0.74 | 0 | 0.97 | 0.27 |
| HSL | 105.33º | 0.95% | 0.37% | - |
| HSV(B) | 105.33º | 0.97% | 0.73% | - |
| XYZ | 18.64 | 35.36 | 5.99 | - |
| YUV | 123.82 | 60.94 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 185 | 5 | 0.74 | 0 | 0.97 | 0.27 | 105.33 | 0.95 | 0.37 |
| Hex | 31 | B9 | 5 | 4A | 0 | 61 | 1B | 69 | 5F | 25 |
| Octal | 61 | 271 | 5 | 112 | 0 | 141 | 33 | 151 | 137 | 45 |
| Binary | 110001 | 10111001 | 101 | 1001010 | 0 | 1100001 | 11011 | 1101001 | 1011111 | 100101 |
Color Harmonies of #31B905
Complementary color
Monochromatic Colors of #31B905
Black with #31B905
Text Example
Text Example
White with #31B905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B905; }
p { color: rgb(49,185,5); }
H1.HeaderClassName
{
color: #31B905;
}
.AnyTagClassName
{
color: #31B905;
}
</style>
background-color css
<style>
a { background-color: #31B905; }
a { background-color: rgb(49,185,5); }
div.DivClassName
{
background-color: #31B905;
}
.BgClassName
{
background-color: #31B905;
}
</style>
border-color css
<style>
span { border-color: #31B905; }
span { border-color: rgb(49,185,5); }
td.TdClassName
{
border-color: #31B905;
}
.TagClassName
{
border-color: #31B905;
}
</style>