Shades of Shamrock #31E07F
Tints of Shamrock #31E07F
RGB
CMYK
RGB Variations
Color information
#31E07F (or 0x31E07F) is known color: Shamrock. HEX triplet: 31, E0 and 7F. RGB value is (49,224,127). Sum of RGB (Red+Green+Blue) = 49+224+127=400 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.25% from 400); Green value is 224 (87.89% from 255 or 56% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 224 - color contains mainly: green. Hex color #31E07F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31E07F is #CE1F80. Grayscale: #A0A0A0. Windows color (decimal): -13508481 or 8380465. OLE color: 8380465.
HSL color Cylindrical-coordinate representation of color #31E07F: hue angle of 146.74º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E07F is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 224 | 127 | - |
| CMYK | 0.78 | 0 | 0.43 | 0.12 |
| HSL | 146.74º | 0.74% | 0.54% | - |
| HSV(B) | 146.74º | 0.78% | 0.88% | - |
| XYZ | 31.75 | 55.5 | 29.12 | - |
| YUV | 160.62 | 109.02 | 48.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 224 | 127 | 0.78 | 0 | 0.43 | 0.12 | 146.74 | 0.74 | 0.54 |
| Hex | 31 | E0 | 7F | 4E | 0 | 2B | C | 93 | 4A | 36 |
| Octal | 61 | 340 | 177 | 116 | 0 | 53 | 14 | 223 | 112 | 66 |
| Binary | 110001 | 11100000 | 1111111 | 1001110 | 0 | 101011 | 1100 | 10010011 | 1001010 | 110110 |
Color Harmonies of #31E07F
Complementary color
Monochromatic Colors of #31E07F
Black with #31E07F
Text Example
Text Example
White with #31E07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E07F; }
p { color: rgb(49,224,127); }
H1.HeaderClassName
{
color: #31E07F;
}
.AnyTagClassName
{
color: #31E07F;
}
</style>
background-color css
<style>
a { background-color: #31E07F; }
a { background-color: rgb(49,224,127); }
div.DivClassName
{
background-color: #31E07F;
}
.BgClassName
{
background-color: #31E07F;
}
</style>
border-color css
<style>
span { border-color: #31E07F; }
span { border-color: rgb(49,224,127); }
td.TdClassName
{
border-color: #31E07F;
}
.TagClassName
{
border-color: #31E07F;
}
</style>