Shades of Shamrock #31DFB3
Tints of Shamrock #31DFB3
RGB
CMYK
RGB Variations
Color information
#31DFB3 (or 0x31DFB3) is known color: Shamrock. HEX triplet: 31, DF and B3. RGB value is (49,223,179). Sum of RGB (Red+Green+Blue) = 49+223+179=451 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.86% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 179 (70.31% from 255 or 39.69% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #31DFB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DFB3 is #CE204C. Grayscale: #A5A5A5. Windows color (decimal): -13508685 or 11788081. OLE color: 11788081.
HSL color Cylindrical-coordinate representation of color #31DFB3: hue angle of 164.83º 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 #31DFB3 is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 223 | 179 | - |
| CMYK | 0.78 | 0 | 0.20 | 0.13 |
| HSL | 164.83º | 0.73% | 0.53% | - |
| HSV(B) | 164.83º | 0.78% | 0.87% | - |
| XYZ | 35.79 | 56.68 | 51.7 | - |
| YUV | 165.96 | 135.35 | 44.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 223 | 179 | 0.78 | 0 | 0.20 | 0.13 | 164.83 | 0.73 | 0.53 |
| Hex | 31 | DF | B3 | 4E | 0 | 14 | D | A5 | 49 | 35 |
| Octal | 61 | 337 | 263 | 116 | 0 | 24 | 15 | 245 | 111 | 65 |
| Binary | 110001 | 11011111 | 10110011 | 1001110 | 0 | 10100 | 1101 | 10100101 | 1001001 | 110101 |
Color Harmonies of #31DFB3
Complementary color
Monochromatic Colors of #31DFB3
Black with #31DFB3
Text Example
Text Example
White with #31DFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DFB3; }
p { color: rgb(49,223,179); }
H1.HeaderClassName
{
color: #31DFB3;
}
.AnyTagClassName
{
color: #31DFB3;
}
</style>
background-color css
<style>
a { background-color: #31DFB3; }
a { background-color: rgb(49,223,179); }
div.DivClassName
{
background-color: #31DFB3;
}
.BgClassName
{
background-color: #31DFB3;
}
</style>
border-color css
<style>
span { border-color: #31DFB3; }
span { border-color: rgb(49,223,179); }
td.TdClassName
{
border-color: #31DFB3;
}
.TagClassName
{
border-color: #31DFB3;
}
</style>