Shades of Shamrock #31CDA7
Tints of Shamrock #31CDA7
RGB
CMYK
RGB Variations
Color information
#31CDA7 (or 0x31CDA7) is known color: Shamrock. HEX triplet: 31, CD and A7. RGB value is (49,205,167). Sum of RGB (Red+Green+Blue) = 49+205+167=421 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.64% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 167 (65.62% from 255 or 39.67% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #31CDA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CDA7 is #CE3258. Grayscale: #9A9A9A. Windows color (decimal): -13513305 or 10997041. OLE color: 10997041.
HSL color Cylindrical-coordinate representation of color #31CDA7: hue angle of 165.38º 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 #31CDA7 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 205 | 167 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.20 |
| HSL | 165.38º | 0.61% | 0.5% | - |
| HSV(B) | 165.38º | 0.76% | 0.8% | - |
| XYZ | 30.07 | 47.11 | 44.07 | - |
| YUV | 154.02 | 135.32 | 53.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 205 | 167 | 0.76 | 0 | 0.19 | 0.20 | 165.38 | 0.61 | 0.5 |
| Hex | 31 | CD | A7 | 4C | 0 | 13 | 14 | A5 | 3D | 32 |
| Octal | 61 | 315 | 247 | 114 | 0 | 23 | 24 | 245 | 75 | 62 |
| Binary | 110001 | 11001101 | 10100111 | 1001100 | 0 | 10011 | 10100 | 10100101 | 111101 | 110010 |
Color Harmonies of #31CDA7
Complementary color
Monochromatic Colors of #31CDA7
Black with #31CDA7
Text Example
Text Example
White with #31CDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CDA7; }
p { color: rgb(49,205,167); }
H1.HeaderClassName
{
color: #31CDA7;
}
.AnyTagClassName
{
color: #31CDA7;
}
</style>
background-color css
<style>
a { background-color: #31CDA7; }
a { background-color: rgb(49,205,167); }
div.DivClassName
{
background-color: #31CDA7;
}
.BgClassName
{
background-color: #31CDA7;
}
</style>
border-color css
<style>
span { border-color: #31CDA7; }
span { border-color: rgb(49,205,167); }
td.TdClassName
{
border-color: #31CDA7;
}
.TagClassName
{
border-color: #31CDA7;
}
</style>