Shades of Shamrock #31CC89
Tints of Shamrock #31CC89
RGB
CMYK
RGB Variations
Color information
#31CC89 (or 0x31CC89) is known color: Shamrock. HEX triplet: 31, CC and 89. RGB value is (49,204,137). Sum of RGB (Red+Green+Blue) = 49+204+137=390 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.56% from 390); Green value is 204 (80.08% from 255 or 52.31% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 204 - color contains mainly: green. Hex color #31CC89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CC89 is #CE3376. Grayscale: #969696. Windows color (decimal): -13513591 or 9030705. OLE color: 9030705.
HSL color Cylindrical-coordinate representation of color #31CC89: hue angle of 154.06º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CC89 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 204 | 137 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.2 |
| HSL | 154.06º | 0.61% | 0.5% | - |
| HSV(B) | 154.06º | 0.76% | 0.8% | - |
| XYZ | 27.37 | 45.64 | 31.03 | - |
| YUV | 150.02 | 120.65 | 55.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 204 | 137 | 0.76 | 0 | 0.33 | 0.2 | 154.06 | 0.61 | 0.5 |
| Hex | 31 | CC | 89 | 4C | 0 | 21 | 14 | 9A | 3D | 32 |
| Octal | 61 | 314 | 211 | 114 | 0 | 41 | 24 | 232 | 75 | 62 |
| Binary | 110001 | 11001100 | 10001001 | 1001100 | 0 | 100001 | 10100 | 10011010 | 111101 | 110010 |
Color Harmonies of #31CC89
Complementary color
Monochromatic Colors of #31CC89
Black with #31CC89
Text Example
Text Example
White with #31CC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CC89; }
p { color: rgb(49,204,137); }
H1.HeaderClassName
{
color: #31CC89;
}
.AnyTagClassName
{
color: #31CC89;
}
</style>
background-color css
<style>
a { background-color: #31CC89; }
a { background-color: rgb(49,204,137); }
div.DivClassName
{
background-color: #31CC89;
}
.BgClassName
{
background-color: #31CC89;
}
</style>
border-color css
<style>
span { border-color: #31CC89; }
span { border-color: rgb(49,204,137); }
td.TdClassName
{
border-color: #31CC89;
}
.TagClassName
{
border-color: #31CC89;
}
</style>