Shades of Shamrock #31D093
Tints of Shamrock #31D093
RGB
CMYK
RGB Variations
Color information
#31D093 (or 0x31D093) is known color: Shamrock. HEX triplet: 31, D0 and 93. RGB value is (49,208,147). Sum of RGB (Red+Green+Blue) = 49+208+147=404 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.13% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #31D093 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D093 is #CE2F6C. Grayscale: #999999. Windows color (decimal): -13512557 or 9687089. OLE color: 9687089.
HSL color Cylindrical-coordinate representation of color #31D093: hue angle of 156.98º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31D093 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 208 | 147 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.18 |
| HSL | 156.98º | 0.63% | 0.5% | - |
| HSV(B) | 156.98º | 0.76% | 0.82% | - |
| XYZ | 29.09 | 47.87 | 35.31 | - |
| YUV | 153.51 | 124.32 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 147 | 0.76 | 0 | 0.29 | 0.18 | 156.98 | 0.63 | 0.5 |
| Hex | 31 | D0 | 93 | 4C | 0 | 1D | 12 | 9D | 3F | 32 |
| Octal | 61 | 320 | 223 | 114 | 0 | 35 | 22 | 235 | 77 | 62 |
| Binary | 110001 | 11010000 | 10010011 | 1001100 | 0 | 11101 | 10010 | 10011101 | 111111 | 110010 |
Color Harmonies of #31D093
Complementary color
Monochromatic Colors of #31D093
Black with #31D093
Text Example
Text Example
White with #31D093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D093; }
p { color: rgb(49,208,147); }
H1.HeaderClassName
{
color: #31D093;
}
.AnyTagClassName
{
color: #31D093;
}
</style>
background-color css
<style>
a { background-color: #31D093; }
a { background-color: rgb(49,208,147); }
div.DivClassName
{
background-color: #31D093;
}
.BgClassName
{
background-color: #31D093;
}
</style>
border-color css
<style>
span { border-color: #31D093; }
span { border-color: rgb(49,208,147); }
td.TdClassName
{
border-color: #31D093;
}
.TagClassName
{
border-color: #31D093;
}
</style>