Shades of Shamrock #31DDAA
Tints of Shamrock #31DDAA
RGB
CMYK
RGB Variations
Color information
#31DDAA (or 0x31DDAA) is known color: Shamrock. HEX triplet: 31, DD and AA. RGB value is (49,221,170). Sum of RGB (Red+Green+Blue) = 49+221+170=440 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.14% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #31DDAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DDAA is #CE2255. Grayscale: #A3A3A3. Windows color (decimal): -13509206 or 11197745. OLE color: 11197745.
HSL color Cylindrical-coordinate representation of color #31DDAA: hue angle of 162.21º 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 #31DDAA is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 221 | 170 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.13 |
| HSL | 162.21º | 0.72% | 0.53% | - |
| HSV(B) | 162.21º | 0.78% | 0.87% | - |
| XYZ | 34.38 | 55.27 | 46.89 | - |
| YUV | 163.76 | 131.52 | 46.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 170 | 0.78 | 0 | 0.23 | 0.13 | 162.21 | 0.72 | 0.53 |
| Hex | 31 | DD | AA | 4E | 0 | 17 | D | A2 | 48 | 35 |
| Octal | 61 | 335 | 252 | 116 | 0 | 27 | 15 | 242 | 110 | 65 |
| Binary | 110001 | 11011101 | 10101010 | 1001110 | 0 | 10111 | 1101 | 10100010 | 1001000 | 110101 |
Color Harmonies of #31DDAA
Complementary color
Monochromatic Colors of #31DDAA
Black with #31DDAA
Text Example
Text Example
White with #31DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DDAA; }
p { color: rgb(49,221,170); }
H1.HeaderClassName
{
color: #31DDAA;
}
.AnyTagClassName
{
color: #31DDAA;
}
</style>
background-color css
<style>
a { background-color: #31DDAA; }
a { background-color: rgb(49,221,170); }
div.DivClassName
{
background-color: #31DDAA;
}
.BgClassName
{
background-color: #31DDAA;
}
</style>
border-color css
<style>
span { border-color: #31DDAA; }
span { border-color: rgb(49,221,170); }
td.TdClassName
{
border-color: #31DDAA;
}
.TagClassName
{
border-color: #31DDAA;
}
</style>