Shades of Shamrock #31D08C
Tints of Shamrock #31D08C
RGB
CMYK
RGB Variations
Color information
#31D08C (or 0x31D08C) is known color: Shamrock. HEX triplet: 31, D0 and 8C. RGB value is (49,208,140). Sum of RGB (Red+Green+Blue) = 49+208+140=397 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.34% from 397); Green value is 208 (81.64% from 255 or 52.39% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 208 - color contains mainly: green. Hex color #31D08C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D08C is #CE2F73. Grayscale: #989898. Windows color (decimal): -13512564 or 9228337. OLE color: 9228337.
HSL color Cylindrical-coordinate representation of color #31D08C: hue angle of 154.34º 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 #31D08C is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 208 | 140 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.18 |
| HSL | 154.34º | 0.63% | 0.5% | - |
| HSV(B) | 154.34º | 0.76% | 0.82% | - |
| XYZ | 28.56 | 47.66 | 32.5 | - |
| YUV | 152.71 | 120.82 | 54.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 140 | 0.76 | 0 | 0.33 | 0.18 | 154.34 | 0.63 | 0.5 |
| Hex | 31 | D0 | 8C | 4C | 0 | 21 | 12 | 9A | 3F | 32 |
| Octal | 61 | 320 | 214 | 114 | 0 | 41 | 22 | 232 | 77 | 62 |
| Binary | 110001 | 11010000 | 10001100 | 1001100 | 0 | 100001 | 10010 | 10011010 | 111111 | 110010 |
Color Harmonies of #31D08C
Complementary color
Monochromatic Colors of #31D08C
Black with #31D08C
Text Example
Text Example
White with #31D08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D08C; }
p { color: rgb(49,208,140); }
H1.HeaderClassName
{
color: #31D08C;
}
.AnyTagClassName
{
color: #31D08C;
}
</style>
background-color css
<style>
a { background-color: #31D08C; }
a { background-color: rgb(49,208,140); }
div.DivClassName
{
background-color: #31D08C;
}
.BgClassName
{
background-color: #31D08C;
}
</style>
border-color css
<style>
span { border-color: #31D08C; }
span { border-color: rgb(49,208,140); }
td.TdClassName
{
border-color: #31D08C;
}
.TagClassName
{
border-color: #31D08C;
}
</style>