Shades of Shamrock #31C799
Tints of Shamrock #31C799
RGB
CMYK
RGB Variations
Color information
#31C799 (or 0x31C799) is known color: Shamrock. HEX triplet: 31, C7 and 99. RGB value is (49,199,153). Sum of RGB (Red+Green+Blue) = 49+199+153=401 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.22% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 199 - color contains mainly: green. Hex color #31C799 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C799 is #CE3866. Grayscale: #949494. Windows color (decimal): -13514855 or 10078001. OLE color: 10078001.
HSL color Cylindrical-coordinate representation of color #31C799: hue angle of 161.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C799 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 199 | 153 | - |
| CMYK | 0.75 | 0 | 0.23 | 0.22 |
| HSL | 161.6º | 0.6% | 0.49% | - |
| HSV(B) | 161.6º | 0.75% | 0.78% | - |
| XYZ | 27.44 | 43.8 | 37.14 | - |
| YUV | 148.91 | 130.31 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 199 | 153 | 0.75 | 0 | 0.23 | 0.22 | 161.6 | 0.6 | 0.49 |
| Hex | 31 | C7 | 99 | 4B | 0 | 17 | 16 | A2 | 3C | 31 |
| Octal | 61 | 307 | 231 | 113 | 0 | 27 | 26 | 242 | 74 | 61 |
| Binary | 110001 | 11000111 | 10011001 | 1001011 | 0 | 10111 | 10110 | 10100010 | 111100 | 110001 |
Color Harmonies of #31C799
Complementary color
Monochromatic Colors of #31C799
Black with #31C799
Text Example
Text Example
White with #31C799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C799; }
p { color: rgb(49,199,153); }
H1.HeaderClassName
{
color: #31C799;
}
.AnyTagClassName
{
color: #31C799;
}
</style>
background-color css
<style>
a { background-color: #31C799; }
a { background-color: rgb(49,199,153); }
div.DivClassName
{
background-color: #31C799;
}
.BgClassName
{
background-color: #31C799;
}
</style>
border-color css
<style>
span { border-color: #31C799; }
span { border-color: rgb(49,199,153); }
td.TdClassName
{
border-color: #31C799;
}
.TagClassName
{
border-color: #31C799;
}
</style>