Shades of Shamrock #31D087
Tints of Shamrock #31D087
RGB
CMYK
RGB Variations
Color information
#31D087 (or 0x31D087) is known color: Shamrock. HEX triplet: 31, D0 and 87. RGB value is (49,208,135). Sum of RGB (Red+Green+Blue) = 49+208+135=392 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.5% from 392); Green value is 208 (81.64% from 255 or 53.06% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 208 - color contains mainly: green. Hex color #31D087 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D087 is #CE2F78. Grayscale: #989898. Windows color (decimal): -13512569 or 8900657. OLE color: 8900657.
HSL color Cylindrical-coordinate representation of color #31D087: hue angle of 152.45º 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 #31D087 is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 208 | 135 | - |
| CMYK | 0.76 | 0 | 0.35 | 0.18 |
| HSL | 152.45º | 0.63% | 0.5% | - |
| HSV(B) | 152.45º | 0.76% | 0.82% | - |
| XYZ | 28.2 | 47.51 | 30.61 | - |
| YUV | 152.14 | 118.32 | 54.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 135 | 0.76 | 0 | 0.35 | 0.18 | 152.45 | 0.63 | 0.5 |
| Hex | 31 | D0 | 87 | 4C | 0 | 23 | 12 | 98 | 3F | 32 |
| Octal | 61 | 320 | 207 | 114 | 0 | 43 | 22 | 230 | 77 | 62 |
| Binary | 110001 | 11010000 | 10000111 | 1001100 | 0 | 100011 | 10010 | 10011000 | 111111 | 110010 |
Color Harmonies of #31D087
Complementary color
Monochromatic Colors of #31D087
Black with #31D087
Text Example
Text Example
White with #31D087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D087; }
p { color: rgb(49,208,135); }
H1.HeaderClassName
{
color: #31D087;
}
.AnyTagClassName
{
color: #31D087;
}
</style>
background-color css
<style>
a { background-color: #31D087; }
a { background-color: rgb(49,208,135); }
div.DivClassName
{
background-color: #31D087;
}
.BgClassName
{
background-color: #31D087;
}
</style>
border-color css
<style>
span { border-color: #31D087; }
span { border-color: rgb(49,208,135); }
td.TdClassName
{
border-color: #31D087;
}
.TagClassName
{
border-color: #31D087;
}
</style>