Shades of Shamrock #31DF8B
Tints of Shamrock #31DF8B
RGB
CMYK
RGB Variations
Color information
#31DF8B (or 0x31DF8B) is known color: Shamrock. HEX triplet: 31, DF and 8B. RGB value is (49,223,139). Sum of RGB (Red+Green+Blue) = 49+223+139=411 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.92% from 411); Green value is 223 (87.5% from 255 or 54.26% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 223 - color contains mainly: green. Hex color #31DF8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DF8B is #CE2074. Grayscale: #A1A1A1. Windows color (decimal): -13508725 or 9166641. OLE color: 9166641.
HSL color Cylindrical-coordinate representation of color #31DF8B: hue angle of 151.03º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DF8B is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 223 | 139 | - |
| CMYK | 0.78 | 0 | 0.38 | 0.13 |
| HSL | 151.03º | 0.73% | 0.53% | - |
| HSV(B) | 151.03º | 0.78% | 0.87% | - |
| XYZ | 32.31 | 55.29 | 33.4 | - |
| YUV | 161.4 | 115.35 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 223 | 139 | 0.78 | 0 | 0.38 | 0.13 | 151.03 | 0.73 | 0.53 |
| Hex | 31 | DF | 8B | 4E | 0 | 26 | D | 97 | 49 | 35 |
| Octal | 61 | 337 | 213 | 116 | 0 | 46 | 15 | 227 | 111 | 65 |
| Binary | 110001 | 11011111 | 10001011 | 1001110 | 0 | 100110 | 1101 | 10010111 | 1001001 | 110101 |
Color Harmonies of #31DF8B
Complementary color
Monochromatic Colors of #31DF8B
Black with #31DF8B
Text Example
Text Example
White with #31DF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DF8B; }
p { color: rgb(49,223,139); }
H1.HeaderClassName
{
color: #31DF8B;
}
.AnyTagClassName
{
color: #31DF8B;
}
</style>
background-color css
<style>
a { background-color: #31DF8B; }
a { background-color: rgb(49,223,139); }
div.DivClassName
{
background-color: #31DF8B;
}
.BgClassName
{
background-color: #31DF8B;
}
</style>
border-color css
<style>
span { border-color: #31DF8B; }
span { border-color: rgb(49,223,139); }
td.TdClassName
{
border-color: #31DF8B;
}
.TagClassName
{
border-color: #31DF8B;
}
</style>