Shades of Shamrock #31CA81
Tints of Shamrock #31CA81
RGB
CMYK
RGB Variations
Color information
#31CA81 (or 0x31CA81) is known color: Shamrock. HEX triplet: 31, CA and 81. RGB value is (49,202,129). Sum of RGB (Red+Green+Blue) = 49+202+129=380 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.89% from 380); Green value is 202 (79.30% from 255 or 53.16% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 202 - color contains mainly: green. Hex color #31CA81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CA81 is #CE357E. Grayscale: #949494. Windows color (decimal): -13514111 or 8505905. OLE color: 8505905.
HSL color Cylindrical-coordinate representation of color #31CA81: hue angle of 151.37º 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 #31CA81 is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 202 | 129 | - |
| CMYK | 0.76 | 0 | 0.36 | 0.21 |
| HSL | 151.37º | 0.61% | 0.49% | - |
| HSV(B) | 151.37º | 0.76% | 0.79% | - |
| XYZ | 26.35 | 44.48 | 27.97 | - |
| YUV | 147.93 | 117.31 | 57.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 202 | 129 | 0.76 | 0 | 0.36 | 0.21 | 151.37 | 0.61 | 0.49 |
| Hex | 31 | CA | 81 | 4C | 0 | 24 | 15 | 97 | 3D | 31 |
| Octal | 61 | 312 | 201 | 114 | 0 | 44 | 25 | 227 | 75 | 61 |
| Binary | 110001 | 11001010 | 10000001 | 1001100 | 0 | 100100 | 10101 | 10010111 | 111101 | 110001 |
Color Harmonies of #31CA81
Complementary color
Monochromatic Colors of #31CA81
Black with #31CA81
Text Example
Text Example
White with #31CA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CA81; }
p { color: rgb(49,202,129); }
H1.HeaderClassName
{
color: #31CA81;
}
.AnyTagClassName
{
color: #31CA81;
}
</style>
background-color css
<style>
a { background-color: #31CA81; }
a { background-color: rgb(49,202,129); }
div.DivClassName
{
background-color: #31CA81;
}
.BgClassName
{
background-color: #31CA81;
}
</style>
border-color css
<style>
span { border-color: #31CA81; }
span { border-color: rgb(49,202,129); }
td.TdClassName
{
border-color: #31CA81;
}
.TagClassName
{
border-color: #31CA81;
}
</style>