Shades of Shamrock #31CA85
Tints of Shamrock #31CA85
RGB
CMYK
RGB Variations
Color information
#31CA85 (or 0x31CA85) is known color: Shamrock. HEX triplet: 31, CA and 85. RGB value is (49,202,133). Sum of RGB (Red+Green+Blue) = 49+202+133=384 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.76% from 384); Green value is 202 (79.30% from 255 or 52.60% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 202 - color contains mainly: green. Hex color #31CA85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CA85 is #CE357A. Grayscale: #949494. Windows color (decimal): -13514107 or 8768049. OLE color: 8768049.
HSL color Cylindrical-coordinate representation of color #31CA85: hue angle of 152.94º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CA85 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 202 | 133 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.21 |
| HSL | 152.94º | 0.61% | 0.49% | - |
| HSV(B) | 152.94º | 0.76% | 0.79% | - |
| XYZ | 26.62 | 44.59 | 29.39 | - |
| YUV | 148.39 | 119.31 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 202 | 133 | 0.76 | 0 | 0.34 | 0.21 | 152.94 | 0.61 | 0.49 |
| Hex | 31 | CA | 85 | 4C | 0 | 22 | 15 | 99 | 3D | 31 |
| Octal | 61 | 312 | 205 | 114 | 0 | 42 | 25 | 231 | 75 | 61 |
| Binary | 110001 | 11001010 | 10000101 | 1001100 | 0 | 100010 | 10101 | 10011001 | 111101 | 110001 |
Color Harmonies of #31CA85
Complementary color
Monochromatic Colors of #31CA85
Black with #31CA85
Text Example
Text Example
White with #31CA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CA85; }
p { color: rgb(49,202,133); }
H1.HeaderClassName
{
color: #31CA85;
}
.AnyTagClassName
{
color: #31CA85;
}
</style>
background-color css
<style>
a { background-color: #31CA85; }
a { background-color: rgb(49,202,133); }
div.DivClassName
{
background-color: #31CA85;
}
.BgClassName
{
background-color: #31CA85;
}
</style>
border-color css
<style>
span { border-color: #31CA85; }
span { border-color: rgb(49,202,133); }
td.TdClassName
{
border-color: #31CA85;
}
.TagClassName
{
border-color: #31CA85;
}
</style>