Shades of Shamrock #31DA82
Tints of Shamrock #31DA82
RGB
CMYK
RGB Variations
Color information
#31DA82 (or 0x31DA82) is known color: Shamrock. HEX triplet: 31, DA and 82. RGB value is (49,218,130). Sum of RGB (Red+Green+Blue) = 49+218+130=397 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.34% from 397); Green value is 218 (85.55% from 255 or 54.91% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 218 - color contains mainly: green. Hex color #31DA82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DA82 is #CE257D. Grayscale: #9D9D9D. Windows color (decimal): -13510014 or 8575537. OLE color: 8575537.
HSL color Cylindrical-coordinate representation of color #31DA82: hue angle of 148.76º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DA82 is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 218 | 130 | - |
| CMYK | 0.78 | 0 | 0.40 | 0.15 |
| HSL | 148.76º | 0.7% | 0.52% | - |
| HSV(B) | 148.76º | 0.78% | 0.85% | - |
| XYZ | 30.37 | 52.41 | 29.63 | - |
| YUV | 157.44 | 112.51 | 50.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 218 | 130 | 0.78 | 0 | 0.40 | 0.15 | 148.76 | 0.7 | 0.52 |
| Hex | 31 | DA | 82 | 4E | 0 | 28 | F | 95 | 46 | 34 |
| Octal | 61 | 332 | 202 | 116 | 0 | 50 | 17 | 225 | 106 | 64 |
| Binary | 110001 | 11011010 | 10000010 | 1001110 | 0 | 101000 | 1111 | 10010101 | 1000110 | 110100 |
Color Harmonies of #31DA82
Complementary color
Monochromatic Colors of #31DA82
Black with #31DA82
Text Example
Text Example
White with #31DA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DA82; }
p { color: rgb(49,218,130); }
H1.HeaderClassName
{
color: #31DA82;
}
.AnyTagClassName
{
color: #31DA82;
}
</style>
background-color css
<style>
a { background-color: #31DA82; }
a { background-color: rgb(49,218,130); }
div.DivClassName
{
background-color: #31DA82;
}
.BgClassName
{
background-color: #31DA82;
}
</style>
border-color css
<style>
span { border-color: #31DA82; }
span { border-color: rgb(49,218,130); }
td.TdClassName
{
border-color: #31DA82;
}
.TagClassName
{
border-color: #31DA82;
}
</style>