Shades of Shamrock #31EB90
Tints of Shamrock #31EB90
RGB
CMYK
RGB Variations
Color information
#31EB90 (or 0x31EB90) is known color: Shamrock. HEX triplet: 31, EB and 90. RGB value is (49,235,144). Sum of RGB (Red+Green+Blue) = 49+235+144=428 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.45% from 428); Green value is 235 (92.19% from 255 or 54.91% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 235 - color contains mainly: green. Hex color #31EB90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31EB90 is #CE146F. Grayscale: #A9A9A9. Windows color (decimal): -13505648 or 9497393. OLE color: 9497393.
HSL color Cylindrical-coordinate representation of color #31EB90: hue angle of 150.65º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EB90 is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 235 | 144 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.08 |
| HSL | 150.65º | 0.82% | 0.56% | - |
| HSV(B) | 150.65º | 0.79% | 0.92% | - |
| XYZ | 36.01 | 62.08 | 36.47 | - |
| YUV | 169.01 | 113.88 | 42.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 235 | 144 | 0.79 | 0 | 0.39 | 0.08 | 150.65 | 0.82 | 0.56 |
| Hex | 31 | EB | 90 | 4F | 0 | 27 | 8 | 97 | 52 | 38 |
| Octal | 61 | 353 | 220 | 117 | 0 | 47 | 10 | 227 | 122 | 70 |
| Binary | 110001 | 11101011 | 10010000 | 1001111 | 0 | 100111 | 1000 | 10010111 | 1010010 | 111000 |
Color Harmonies of #31EB90
Complementary color
Monochromatic Colors of #31EB90
Black with #31EB90
Text Example
Text Example
White with #31EB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EB90; }
p { color: rgb(49,235,144); }
H1.HeaderClassName
{
color: #31EB90;
}
.AnyTagClassName
{
color: #31EB90;
}
</style>
background-color css
<style>
a { background-color: #31EB90; }
a { background-color: rgb(49,235,144); }
div.DivClassName
{
background-color: #31EB90;
}
.BgClassName
{
background-color: #31EB90;
}
</style>
border-color css
<style>
span { border-color: #31EB90; }
span { border-color: rgb(49,235,144); }
td.TdClassName
{
border-color: #31EB90;
}
.TagClassName
{
border-color: #31EB90;
}
</style>