Shades of Shamrock #31E692
Tints of Shamrock #31E692
RGB
CMYK
RGB Variations
Color information
#31E692 (or 0x31E692) is known color: Shamrock. HEX triplet: 31, E6 and 92. RGB value is (49,230,146). Sum of RGB (Red+Green+Blue) = 49+230+146=425 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.53% from 425); Green value is 230 (90.23% from 255 or 54.12% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 230 - color contains mainly: green. Hex color #31E692 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31E692 is #CE196D. Grayscale: #A6A6A6. Windows color (decimal): -13506926 or 9627185. OLE color: 9627185.
HSL color Cylindrical-coordinate representation of color #31E692: hue angle of 152.15º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E692 is Cyan = 0.79, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 230 | 146 | - |
| CMYK | 0.79 | 0 | 0.37 | 0.10 |
| HSL | 152.15º | 0.78% | 0.55% | - |
| HSV(B) | 152.15º | 0.79% | 0.9% | - |
| XYZ | 34.75 | 59.32 | 36.81 | - |
| YUV | 166.31 | 116.53 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 230 | 146 | 0.79 | 0 | 0.37 | 0.10 | 152.15 | 0.78 | 0.55 |
| Hex | 31 | E6 | 92 | 4F | 0 | 25 | A | 98 | 4E | 37 |
| Octal | 61 | 346 | 222 | 117 | 0 | 45 | 12 | 230 | 116 | 67 |
| Binary | 110001 | 11100110 | 10010010 | 1001111 | 0 | 100101 | 1010 | 10011000 | 1001110 | 110111 |
Color Harmonies of #31E692
Complementary color
Monochromatic Colors of #31E692
Black with #31E692
Text Example
Text Example
White with #31E692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E692; }
p { color: rgb(49,230,146); }
H1.HeaderClassName
{
color: #31E692;
}
.AnyTagClassName
{
color: #31E692;
}
</style>
background-color css
<style>
a { background-color: #31E692; }
a { background-color: rgb(49,230,146); }
div.DivClassName
{
background-color: #31E692;
}
.BgClassName
{
background-color: #31E692;
}
</style>
border-color css
<style>
span { border-color: #31E692; }
span { border-color: rgb(49,230,146); }
td.TdClassName
{
border-color: #31E692;
}
.TagClassName
{
border-color: #31E692;
}
</style>