Shades of Shamrock #2FCE86
Tints of Shamrock #2FCE86
RGB
CMYK
RGB Variations
Color information
#2FCE86 (or 0x2FCE86) is known color: Shamrock. HEX triplet: 2F, CE and 86. RGB value is (47,206,134). Sum of RGB (Red+Green+Blue) = 47+206+134=387 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.14% from 387); Green value is 206 (80.86% from 255 or 53.23% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCE86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCE86 is #D03179. Grayscale: #969696. Windows color (decimal): -13644154 or 8834607. OLE color: 8834607.
HSL color Cylindrical-coordinate representation of color #2FCE86: hue angle of 152.83º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCE86 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 206 | 134 | - |
| CMYK | 0.77 | 0 | 0.35 | 0.19 |
| HSL | 152.83º | 0.63% | 0.5% | - |
| HSV(B) | 152.83º | 0.77% | 0.81% | - |
| XYZ | 27.55 | 46.47 | 30.07 | - |
| YUV | 150.25 | 118.82 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 134 | 0.77 | 0 | 0.35 | 0.19 | 152.83 | 0.63 | 0.5 |
| Hex | 2F | CE | 86 | 4D | 0 | 23 | 13 | 99 | 3F | 32 |
| Octal | 57 | 316 | 206 | 115 | 0 | 43 | 23 | 231 | 77 | 62 |
| Binary | 101111 | 11001110 | 10000110 | 1001101 | 0 | 100011 | 10011 | 10011001 | 111111 | 110010 |
Color Harmonies of #2FCE86
Complementary color
Monochromatic Colors of #2FCE86
Black with #2FCE86
Text Example
Text Example
White with #2FCE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCE86; }
p { color: rgb(47,206,134); }
H1.HeaderClassName
{
color: #2FCE86;
}
.AnyTagClassName
{
color: #2FCE86;
}
</style>
background-color css
<style>
a { background-color: #2FCE86; }
a { background-color: rgb(47,206,134); }
div.DivClassName
{
background-color: #2FCE86;
}
.BgClassName
{
background-color: #2FCE86;
}
</style>
border-color css
<style>
span { border-color: #2FCE86; }
span { border-color: rgb(47,206,134); }
td.TdClassName
{
border-color: #2FCE86;
}
.TagClassName
{
border-color: #2FCE86;
}
</style>