Shades of Kelly Green #31B401
Tints of Kelly Green #31B401
RGB
CMYK
RGB Variations
Color information
#31B401 (or 0x31B401) is known color: Kelly Green. HEX triplet: 31, B4 and 01. RGB value is (49,180,1). Sum of RGB (Red+Green+Blue) = 49+180+1=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 180 (70.70% from 255 or 78.26% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 180 - color contains mainly: green. Hex color #31B401 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31B401 is #CE4BFE. Grayscale: #797979. Windows color (decimal): -13519871 or 111665. OLE color: 111665.
HSL color Cylindrical-coordinate representation of color #31B401: hue angle of 103.91º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31B401 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 180 | 1 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.29 |
| HSL | 103.91º | 0.99% | 0.35% | - |
| HSV(B) | 103.91º | 0.99% | 0.71% | - |
| XYZ | 17.59 | 33.3 | 5.53 | - |
| YUV | 120.43 | 60.6 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 180 | 1 | 0.73 | 0 | 0.99 | 0.29 | 103.91 | 0.99 | 0.35 |
| Hex | 31 | B4 | 1 | 49 | 0 | 63 | 1D | 68 | 63 | 23 |
| Octal | 61 | 264 | 1 | 111 | 0 | 143 | 35 | 150 | 143 | 43 |
| Binary | 110001 | 10110100 | 1 | 1001001 | 0 | 1100011 | 11101 | 1101000 | 1100011 | 100011 |
Color Harmonies of #31B401
Complementary color
Monochromatic Colors of #31B401
Black with #31B401
Text Example
Text Example
White with #31B401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B401; }
p { color: rgb(49,180,1); }
H1.HeaderClassName
{
color: #31B401;
}
.AnyTagClassName
{
color: #31B401;
}
</style>
background-color css
<style>
a { background-color: #31B401; }
a { background-color: rgb(49,180,1); }
div.DivClassName
{
background-color: #31B401;
}
.BgClassName
{
background-color: #31B401;
}
</style>
border-color css
<style>
span { border-color: #31B401; }
span { border-color: rgb(49,180,1); }
td.TdClassName
{
border-color: #31B401;
}
.TagClassName
{
border-color: #31B401;
}
</style>