Shades of Kelly Green #31B608
Tints of Kelly Green #31B608
RGB
CMYK
RGB Variations
Color information
#31B608 (or 0x31B608) is known color: Kelly Green. HEX triplet: 31, B6 and 08. RGB value is (49,182,8). Sum of RGB (Red+Green+Blue) = 49+182+8=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 182 (71.48% from 255 or 76.15% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 182 - color contains mainly: green. Hex color #31B608 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31B608 is #CE49F7. Grayscale: #7A7A7A. Windows color (decimal): -13519352 or 570929. OLE color: 570929.
HSL color Cylindrical-coordinate representation of color #31B608: hue angle of 105.86º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31B608 is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 182 | 8 | - |
| CMYK | 0.73 | 0 | 0.96 | 0.29 |
| HSL | 105.86º | 0.92% | 0.37% | - |
| HSV(B) | 105.86º | 0.96% | 0.71% | - |
| XYZ | 18.04 | 34.13 | 5.87 | - |
| YUV | 122.4 | 63.44 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 182 | 8 | 0.73 | 0 | 0.96 | 0.29 | 105.86 | 0.92 | 0.37 |
| Hex | 31 | B6 | 8 | 49 | 0 | 60 | 1D | 6A | 5C | 25 |
| Octal | 61 | 266 | 10 | 111 | 0 | 140 | 35 | 152 | 134 | 45 |
| Binary | 110001 | 10110110 | 1000 | 1001001 | 0 | 1100000 | 11101 | 1101010 | 1011100 | 100101 |
Color Harmonies of #31B608
Complementary color
Monochromatic Colors of #31B608
Black with #31B608
Text Example
Text Example
White with #31B608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B608; }
p { color: rgb(49,182,8); }
H1.HeaderClassName
{
color: #31B608;
}
.AnyTagClassName
{
color: #31B608;
}
</style>
background-color css
<style>
a { background-color: #31B608; }
a { background-color: rgb(49,182,8); }
div.DivClassName
{
background-color: #31B608;
}
.BgClassName
{
background-color: #31B608;
}
</style>
border-color css
<style>
span { border-color: #31B608; }
span { border-color: rgb(49,182,8); }
td.TdClassName
{
border-color: #31B608;
}
.TagClassName
{
border-color: #31B608;
}
</style>