Shades of Shamrock #31DC82
Tints of Shamrock #31DC82
RGB
CMYK
RGB Variations
Color information
#31DC82 (or 0x31DC82) is known color: Shamrock. HEX triplet: 31, DC and 82. RGB value is (49,220,130). Sum of RGB (Red+Green+Blue) = 49+220+130=399 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.28% from 399); Green value is 220 (86.33% from 255 or 55.14% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DC82 is #CE237D. Grayscale: #9E9E9E. Windows color (decimal): -13509502 or 8576049. OLE color: 8576049.
HSL color Cylindrical-coordinate representation of color #31DC82: hue angle of 148.42º 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 #31DC82 is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 130 | - |
| CMYK | 0.78 | 0 | 0.41 | 0.14 |
| HSL | 148.42º | 0.71% | 0.53% | - |
| HSV(B) | 148.42º | 0.78% | 0.86% | - |
| XYZ | 30.89 | 53.45 | 29.81 | - |
| YUV | 158.61 | 111.85 | 49.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 130 | 0.78 | 0 | 0.41 | 0.14 | 148.42 | 0.71 | 0.53 |
| Hex | 31 | DC | 82 | 4E | 0 | 29 | E | 94 | 47 | 35 |
| Octal | 61 | 334 | 202 | 116 | 0 | 51 | 16 | 224 | 107 | 65 |
| Binary | 110001 | 11011100 | 10000010 | 1001110 | 0 | 101001 | 1110 | 10010100 | 1000111 | 110101 |
Color Harmonies of #31DC82
Complementary color
Monochromatic Colors of #31DC82
Black with #31DC82
Text Example
Text Example
White with #31DC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DC82; }
p { color: rgb(49,220,130); }
H1.HeaderClassName
{
color: #31DC82;
}
.AnyTagClassName
{
color: #31DC82;
}
</style>
background-color css
<style>
a { background-color: #31DC82; }
a { background-color: rgb(49,220,130); }
div.DivClassName
{
background-color: #31DC82;
}
.BgClassName
{
background-color: #31DC82;
}
</style>
border-color css
<style>
span { border-color: #31DC82; }
span { border-color: rgb(49,220,130); }
td.TdClassName
{
border-color: #31DC82;
}
.TagClassName
{
border-color: #31DC82;
}
</style>