Shades of Shamrock #31DC92
Tints of Shamrock #31DC92
RGB
CMYK
RGB Variations
Color information
#31DC92 (or 0x31DC92) is known color: Shamrock. HEX triplet: 31, DC and 92. RGB value is (49,220,146). Sum of RGB (Red+Green+Blue) = 49+220+146=415 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.81% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DC92 is #CE236D. Grayscale: #A0A0A0. Windows color (decimal): -13509486 or 9624625. OLE color: 9624625.
HSL color Cylindrical-coordinate representation of color #31DC92: hue angle of 154.04º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DC92 is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 146 | - |
| CMYK | 0.78 | 0 | 0.34 | 0.14 |
| HSL | 154.04º | 0.71% | 0.53% | - |
| HSV(B) | 154.04º | 0.78% | 0.86% | - |
| XYZ | 32.05 | 53.91 | 35.91 | - |
| YUV | 160.44 | 119.85 | 48.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 146 | 0.78 | 0 | 0.34 | 0.14 | 154.04 | 0.71 | 0.53 |
| Hex | 31 | DC | 92 | 4E | 0 | 22 | E | 9A | 47 | 35 |
| Octal | 61 | 334 | 222 | 116 | 0 | 42 | 16 | 232 | 107 | 65 |
| Binary | 110001 | 11011100 | 10010010 | 1001110 | 0 | 100010 | 1110 | 10011010 | 1000111 | 110101 |
Color Harmonies of #31DC92
Complementary color
Monochromatic Colors of #31DC92
Black with #31DC92
Text Example
Text Example
White with #31DC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DC92; }
p { color: rgb(49,220,146); }
H1.HeaderClassName
{
color: #31DC92;
}
.AnyTagClassName
{
color: #31DC92;
}
</style>
background-color css
<style>
a { background-color: #31DC92; }
a { background-color: rgb(49,220,146); }
div.DivClassName
{
background-color: #31DC92;
}
.BgClassName
{
background-color: #31DC92;
}
</style>
border-color css
<style>
span { border-color: #31DC92; }
span { border-color: rgb(49,220,146); }
td.TdClassName
{
border-color: #31DC92;
}
.TagClassName
{
border-color: #31DC92;
}
</style>