Shades of Shamrock #31ED90
Tints of Shamrock #31ED90
RGB
CMYK
RGB Variations
Color information
#31ED90 (or 0x31ED90) is known color: Shamrock. HEX triplet: 31, ED and 90. RGB value is (49,237,144). Sum of RGB (Red+Green+Blue) = 49+237+144=430 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.40% from 430); Green value is 237 (92.97% from 255 or 55.12% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 237 - color contains mainly: green. Hex color #31ED90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31ED90 is #CE126F. Grayscale: #AAAAAA. Windows color (decimal): -13505136 or 9497905. OLE color: 9497905.
HSL color Cylindrical-coordinate representation of color #31ED90: hue angle of 150.32º 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 #31ED90 is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 237 | 144 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.07 |
| HSL | 150.32º | 0.84% | 0.56% | - |
| HSV(B) | 150.32º | 0.79% | 0.93% | - |
| XYZ | 36.58 | 63.23 | 36.66 | - |
| YUV | 170.19 | 113.22 | 41.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 237 | 144 | 0.79 | 0 | 0.39 | 0.07 | 150.32 | 0.84 | 0.56 |
| Hex | 31 | ED | 90 | 4F | 0 | 27 | 7 | 96 | 54 | 38 |
| Octal | 61 | 355 | 220 | 117 | 0 | 47 | 7 | 226 | 124 | 70 |
| Binary | 110001 | 11101101 | 10010000 | 1001111 | 0 | 100111 | 111 | 10010110 | 1010100 | 111000 |
Color Harmonies of #31ED90
Complementary color
Monochromatic Colors of #31ED90
Black with #31ED90
Text Example
Text Example
White with #31ED90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ED90; }
p { color: rgb(49,237,144); }
H1.HeaderClassName
{
color: #31ED90;
}
.AnyTagClassName
{
color: #31ED90;
}
</style>
background-color css
<style>
a { background-color: #31ED90; }
a { background-color: rgb(49,237,144); }
div.DivClassName
{
background-color: #31ED90;
}
.BgClassName
{
background-color: #31ED90;
}
</style>
border-color css
<style>
span { border-color: #31ED90; }
span { border-color: rgb(49,237,144); }
td.TdClassName
{
border-color: #31ED90;
}
.TagClassName
{
border-color: #31ED90;
}
</style>