Shades of Shamrock #31D98F
Tints of Shamrock #31D98F
RGB
CMYK
RGB Variations
Color information
#31D98F (or 0x31D98F) is known color: Shamrock. HEX triplet: 31, D9 and 8F. RGB value is (49,217,143). Sum of RGB (Red+Green+Blue) = 49+217+143=409 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.98% from 409); Green value is 217 (85.16% from 255 or 53.06% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 217 - color contains mainly: green. Hex color #31D98F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D98F is #CE2670. Grayscale: #9E9E9E. Windows color (decimal): -13510257 or 9427249. OLE color: 9427249.
HSL color Cylindrical-coordinate representation of color #31D98F: hue angle of 153.57º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D98F is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 217 | 143 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.15 |
| HSL | 153.57º | 0.69% | 0.52% | - |
| HSV(B) | 153.57º | 0.77% | 0.85% | - |
| XYZ | 31.04 | 52.26 | 34.44 | - |
| YUV | 158.33 | 119.34 | 50.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 217 | 143 | 0.77 | 0 | 0.34 | 0.15 | 153.57 | 0.69 | 0.52 |
| Hex | 31 | D9 | 8F | 4D | 0 | 22 | F | 9A | 45 | 34 |
| Octal | 61 | 331 | 217 | 115 | 0 | 42 | 17 | 232 | 105 | 64 |
| Binary | 110001 | 11011001 | 10001111 | 1001101 | 0 | 100010 | 1111 | 10011010 | 1000101 | 110100 |
Color Harmonies of #31D98F
Complementary color
Monochromatic Colors of #31D98F
Black with #31D98F
Text Example
Text Example
White with #31D98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D98F; }
p { color: rgb(49,217,143); }
H1.HeaderClassName
{
color: #31D98F;
}
.AnyTagClassName
{
color: #31D98F;
}
</style>
background-color css
<style>
a { background-color: #31D98F; }
a { background-color: rgb(49,217,143); }
div.DivClassName
{
background-color: #31D98F;
}
.BgClassName
{
background-color: #31D98F;
}
</style>
border-color css
<style>
span { border-color: #31D98F; }
span { border-color: rgb(49,217,143); }
td.TdClassName
{
border-color: #31D98F;
}
.TagClassName
{
border-color: #31D98F;
}
</style>