Shades of Shamrock #31EDA3
Tints of Shamrock #31EDA3
RGB
CMYK
RGB Variations
Color information
#31EDA3 (or 0x31EDA3) is known color: Shamrock. HEX triplet: 31, ED and A3. RGB value is (49,237,163). Sum of RGB (Red+Green+Blue) = 49+237+163=449 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.91% from 449); Green value is 237 (92.97% from 255 or 52.78% from 449); Blue value is 163 (64.06% from 255 or 36.30% from 449); Max value from RGB is 237 - color contains mainly: green. Hex color #31EDA3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31EDA3 is #CE125C. Grayscale: #ACACAC. Windows color (decimal): -13505117 or 10743089. OLE color: 10743089.
HSL color Cylindrical-coordinate representation of color #31EDA3: hue angle of 156.38º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EDA3 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 237 | 163 | - |
| CMYK | 0.79 | 0 | 0.31 | 0.07 |
| HSL | 156.38º | 0.84% | 0.56% | - |
| HSV(B) | 156.38º | 0.79% | 0.93% | - |
| XYZ | 38.16 | 63.87 | 44.97 | - |
| YUV | 172.35 | 122.72 | 40.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 237 | 163 | 0.79 | 0 | 0.31 | 0.07 | 156.38 | 0.84 | 0.56 |
| Hex | 31 | ED | A3 | 4F | 0 | 1F | 7 | 9C | 54 | 38 |
| Octal | 61 | 355 | 243 | 117 | 0 | 37 | 7 | 234 | 124 | 70 |
| Binary | 110001 | 11101101 | 10100011 | 1001111 | 0 | 11111 | 111 | 10011100 | 1010100 | 111000 |
Color Harmonies of #31EDA3
Complementary color
Monochromatic Colors of #31EDA3
Black with #31EDA3
Text Example
Text Example
White with #31EDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EDA3; }
p { color: rgb(49,237,163); }
H1.HeaderClassName
{
color: #31EDA3;
}
.AnyTagClassName
{
color: #31EDA3;
}
</style>
background-color css
<style>
a { background-color: #31EDA3; }
a { background-color: rgb(49,237,163); }
div.DivClassName
{
background-color: #31EDA3;
}
.BgClassName
{
background-color: #31EDA3;
}
</style>
border-color css
<style>
span { border-color: #31EDA3; }
span { border-color: rgb(49,237,163); }
td.TdClassName
{
border-color: #31EDA3;
}
.TagClassName
{
border-color: #31EDA3;
}
</style>