Shades of Shamrock #31D098
Tints of Shamrock #31D098
RGB
CMYK
RGB Variations
Color information
#31D098 (or 0x31D098) is known color: Shamrock. HEX triplet: 31, D0 and 98. RGB value is (49,208,152). Sum of RGB (Red+Green+Blue) = 49+208+152=409 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.98% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #31D098 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D098 is #CE2F67. Grayscale: #9A9A9A. Windows color (decimal): -13512552 or 10014769. OLE color: 10014769.
HSL color Cylindrical-coordinate representation of color #31D098: hue angle of 158.87º 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 #31D098 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 208 | 152 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.18 |
| HSL | 158.87º | 0.63% | 0.5% | - |
| HSV(B) | 158.87º | 0.76% | 0.82% | - |
| XYZ | 29.49 | 48.03 | 37.42 | - |
| YUV | 154.08 | 126.82 | 53.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 152 | 0.76 | 0 | 0.27 | 0.18 | 158.87 | 0.63 | 0.5 |
| Hex | 31 | D0 | 98 | 4C | 0 | 1B | 12 | 9F | 3F | 32 |
| Octal | 61 | 320 | 230 | 114 | 0 | 33 | 22 | 237 | 77 | 62 |
| Binary | 110001 | 11010000 | 10011000 | 1001100 | 0 | 11011 | 10010 | 10011111 | 111111 | 110010 |
Color Harmonies of #31D098
Complementary color
Monochromatic Colors of #31D098
Black with #31D098
Text Example
Text Example
White with #31D098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D098; }
p { color: rgb(49,208,152); }
H1.HeaderClassName
{
color: #31D098;
}
.AnyTagClassName
{
color: #31D098;
}
</style>
background-color css
<style>
a { background-color: #31D098; }
a { background-color: rgb(49,208,152); }
div.DivClassName
{
background-color: #31D098;
}
.BgClassName
{
background-color: #31D098;
}
</style>
border-color css
<style>
span { border-color: #31D098; }
span { border-color: rgb(49,208,152); }
td.TdClassName
{
border-color: #31D098;
}
.TagClassName
{
border-color: #31D098;
}
</style>