Shades of Shamrock #31CD90
Tints of Shamrock #31CD90
RGB
CMYK
RGB Variations
Color information
#31CD90 (or 0x31CD90) is known color: Shamrock. HEX triplet: 31, CD and 90. RGB value is (49,205,144). Sum of RGB (Red+Green+Blue) = 49+205+144=398 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.31% from 398); Green value is 205 (80.47% from 255 or 51.51% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 205 - color contains mainly: green. Hex color #31CD90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CD90 is #CE326F. Grayscale: #979797. Windows color (decimal): -13513328 or 9489713. OLE color: 9489713.
HSL color Cylindrical-coordinate representation of color #31CD90: hue angle of 156.54º 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 #31CD90 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 205 | 144 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.20 |
| HSL | 156.54º | 0.61% | 0.5% | - |
| HSV(B) | 156.54º | 0.76% | 0.8% | - |
| XYZ | 28.13 | 46.33 | 33.85 | - |
| YUV | 151.4 | 123.82 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 205 | 144 | 0.76 | 0 | 0.30 | 0.20 | 156.54 | 0.61 | 0.5 |
| Hex | 31 | CD | 90 | 4C | 0 | 1E | 14 | 9D | 3D | 32 |
| Octal | 61 | 315 | 220 | 114 | 0 | 36 | 24 | 235 | 75 | 62 |
| Binary | 110001 | 11001101 | 10010000 | 1001100 | 0 | 11110 | 10100 | 10011101 | 111101 | 110010 |
Color Harmonies of #31CD90
Complementary color
Monochromatic Colors of #31CD90
Black with #31CD90
Text Example
Text Example
White with #31CD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CD90; }
p { color: rgb(49,205,144); }
H1.HeaderClassName
{
color: #31CD90;
}
.AnyTagClassName
{
color: #31CD90;
}
</style>
background-color css
<style>
a { background-color: #31CD90; }
a { background-color: rgb(49,205,144); }
div.DivClassName
{
background-color: #31CD90;
}
.BgClassName
{
background-color: #31CD90;
}
</style>
border-color css
<style>
span { border-color: #31CD90; }
span { border-color: rgb(49,205,144); }
td.TdClassName
{
border-color: #31CD90;
}
.TagClassName
{
border-color: #31CD90;
}
</style>