Shades of Shamrock #31C099
Tints of Shamrock #31C099
RGB
CMYK
RGB Variations
Color information
#31C099 (or 0x31C099) is known color: Shamrock. HEX triplet: 31, C0 and 99. RGB value is (49,192,153). Sum of RGB (Red+Green+Blue) = 49+192+153=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #31C099 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C099 is #CE3F66. Grayscale: #909090. Windows color (decimal): -13516647 or 10076209. OLE color: 10076209.
HSL color Cylindrical-coordinate representation of color #31C099: hue angle of 163.64º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31C099 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 192 | 153 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.25 |
| HSL | 163.64º | 0.59% | 0.47% | - |
| HSV(B) | 163.64º | 0.74% | 0.75% | - |
| XYZ | 25.87 | 40.65 | 36.62 | - |
| YUV | 144.8 | 132.62 | 59.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 192 | 153 | 0.74 | 0 | 0.20 | 0.25 | 163.64 | 0.59 | 0.47 |
| Hex | 31 | C0 | 99 | 4A | 0 | 14 | 19 | A4 | 3B | 2F |
| Octal | 61 | 300 | 231 | 112 | 0 | 24 | 31 | 244 | 73 | 57 |
| Binary | 110001 | 11000000 | 10011001 | 1001010 | 0 | 10100 | 11001 | 10100100 | 111011 | 101111 |
Color Harmonies of #31C099
Complementary color
Monochromatic Colors of #31C099
Black with #31C099
Text Example
Text Example
White with #31C099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C099; }
p { color: rgb(49,192,153); }
H1.HeaderClassName
{
color: #31C099;
}
.AnyTagClassName
{
color: #31C099;
}
</style>
background-color css
<style>
a { background-color: #31C099; }
a { background-color: rgb(49,192,153); }
div.DivClassName
{
background-color: #31C099;
}
.BgClassName
{
background-color: #31C099;
}
</style>
border-color css
<style>
span { border-color: #31C099; }
span { border-color: rgb(49,192,153); }
td.TdClassName
{
border-color: #31C099;
}
.TagClassName
{
border-color: #31C099;
}
</style>