Shades of Shamrock #31DD93
Tints of Shamrock #31DD93
RGB
CMYK
RGB Variations
Color information
#31DD93 (or 0x31DD93) is known color: Shamrock. HEX triplet: 31, DD and 93. RGB value is (49,221,147). Sum of RGB (Red+Green+Blue) = 49+221+147=417 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.75% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #31DD93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DD93 is #CE226C. Grayscale: #A1A1A1. Windows color (decimal): -13509229 or 9690417. OLE color: 9690417.
HSL color Cylindrical-coordinate representation of color #31DD93: hue angle of 154.19º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DD93 is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 221 | 147 | - |
| CMYK | 0.78 | 0 | 0.33 | 0.13 |
| HSL | 154.19º | 0.72% | 0.53% | - |
| HSV(B) | 154.19º | 0.78% | 0.87% | - |
| XYZ | 32.39 | 54.47 | 36.41 | - |
| YUV | 161.14 | 120.02 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 147 | 0.78 | 0 | 0.33 | 0.13 | 154.19 | 0.72 | 0.53 |
| Hex | 31 | DD | 93 | 4E | 0 | 21 | D | 9A | 48 | 35 |
| Octal | 61 | 335 | 223 | 116 | 0 | 41 | 15 | 232 | 110 | 65 |
| Binary | 110001 | 11011101 | 10010011 | 1001110 | 0 | 100001 | 1101 | 10011010 | 1001000 | 110101 |
Color Harmonies of #31DD93
Complementary color
Monochromatic Colors of #31DD93
Black with #31DD93
Text Example
Text Example
White with #31DD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DD93; }
p { color: rgb(49,221,147); }
H1.HeaderClassName
{
color: #31DD93;
}
.AnyTagClassName
{
color: #31DD93;
}
</style>
background-color css
<style>
a { background-color: #31DD93; }
a { background-color: rgb(49,221,147); }
div.DivClassName
{
background-color: #31DD93;
}
.BgClassName
{
background-color: #31DD93;
}
</style>
border-color css
<style>
span { border-color: #31DD93; }
span { border-color: rgb(49,221,147); }
td.TdClassName
{
border-color: #31DD93;
}
.TagClassName
{
border-color: #31DD93;
}
</style>