Shades of Shamrock #31CF8D
Tints of Shamrock #31CF8D
RGB
CMYK
RGB Variations
Color information
#31CF8D (or 0x31CF8D) is known color: Shamrock. HEX triplet: 31, CF and 8D. RGB value is (49,207,141). Sum of RGB (Red+Green+Blue) = 49+207+141=397 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.34% from 397); Green value is 207 (81.25% from 255 or 52.14% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 207 - color contains mainly: green. Hex color #31CF8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CF8D is #CE3072. Grayscale: #989898. Windows color (decimal): -13512819 or 9293617. OLE color: 9293617.
HSL color Cylindrical-coordinate representation of color #31CF8D: hue angle of 154.94º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CF8D is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 207 | 141 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.19 |
| HSL | 154.94º | 0.62% | 0.5% | - |
| HSV(B) | 154.94º | 0.76% | 0.81% | - |
| XYZ | 28.39 | 47.2 | 32.81 | - |
| YUV | 152.23 | 121.65 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 141 | 0.76 | 0 | 0.32 | 0.19 | 154.94 | 0.62 | 0.5 |
| Hex | 31 | CF | 8D | 4C | 0 | 20 | 13 | 9B | 3E | 32 |
| Octal | 61 | 317 | 215 | 114 | 0 | 40 | 23 | 233 | 76 | 62 |
| Binary | 110001 | 11001111 | 10001101 | 1001100 | 0 | 100000 | 10011 | 10011011 | 111110 | 110010 |
Color Harmonies of #31CF8D
Complementary color
Monochromatic Colors of #31CF8D
Black with #31CF8D
Text Example
Text Example
White with #31CF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CF8D; }
p { color: rgb(49,207,141); }
H1.HeaderClassName
{
color: #31CF8D;
}
.AnyTagClassName
{
color: #31CF8D;
}
</style>
background-color css
<style>
a { background-color: #31CF8D; }
a { background-color: rgb(49,207,141); }
div.DivClassName
{
background-color: #31CF8D;
}
.BgClassName
{
background-color: #31CF8D;
}
</style>
border-color css
<style>
span { border-color: #31CF8D; }
span { border-color: rgb(49,207,141); }
td.TdClassName
{
border-color: #31CF8D;
}
.TagClassName
{
border-color: #31CF8D;
}
</style>