Shades of Shamrock #31DF88
Tints of Shamrock #31DF88
RGB
CMYK
RGB Variations
Color information
#31DF88 (or 0x31DF88) is known color: Shamrock. HEX triplet: 31, DF and 88. RGB value is (49,223,136). Sum of RGB (Red+Green+Blue) = 49+223+136=408 (54% of max value = 765). Red value is 49 (19.53% from 255 or 12.01% from 408); Green value is 223 (87.5% from 255 or 54.66% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 223 - color contains mainly: green. Hex color #31DF88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31DF88 is #CE2077. Grayscale: #A1A1A1. Windows color (decimal): -13508728 or 8970033. OLE color: 8970033.
HSL color Cylindrical-coordinate representation of color #31DF88: hue angle of 150º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DF88 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 223 | 136 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.13 |
| HSL | 150º | 0.73% | 0.53% | - |
| HSV(B) | 150º | 0.78% | 0.87% | - |
| XYZ | 32.1 | 55.21 | 32.26 | - |
| YUV | 161.06 | 113.85 | 48.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 223 | 136 | 0.78 | 0 | 0.39 | 0.13 | 150 | 0.73 | 0.53 |
| Hex | 31 | DF | 88 | 4E | 0 | 27 | D | 96 | 49 | 35 |
| Octal | 61 | 337 | 210 | 116 | 0 | 47 | 15 | 226 | 111 | 65 |
| Binary | 110001 | 11011111 | 10001000 | 1001110 | 0 | 100111 | 1101 | 10010110 | 1001001 | 110101 |
Color Harmonies of #31DF88
Complementary color
Monochromatic Colors of #31DF88
Black with #31DF88
Text Example
Text Example
White with #31DF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DF88; }
p { color: rgb(49,223,136); }
H1.HeaderClassName
{
color: #31DF88;
}
.AnyTagClassName
{
color: #31DF88;
}
</style>
background-color css
<style>
a { background-color: #31DF88; }
a { background-color: rgb(49,223,136); }
div.DivClassName
{
background-color: #31DF88;
}
.BgClassName
{
background-color: #31DF88;
}
</style>
border-color css
<style>
span { border-color: #31DF88; }
span { border-color: rgb(49,223,136); }
td.TdClassName
{
border-color: #31DF88;
}
.TagClassName
{
border-color: #31DF88;
}
</style>