Shades of Shamrock #34DD86
Tints of Shamrock #34DD86
RGB
CMYK
RGB Variations
Color information
#34DD86 (or 0x34DD86) is known color: Shamrock. HEX triplet: 34, DD and 86. RGB value is (52,221,134). Sum of RGB (Red+Green+Blue) = 52+221+134=407 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.78% from 407); Green value is 221 (86.72% from 255 or 54.30% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 221 - color contains mainly: green. Hex color #34DD86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34DD86 is #CB2279. Grayscale: #A0A0A0. Windows color (decimal): -13312634 or 8838452. OLE color: 8838452.
HSL color Cylindrical-coordinate representation of color #34DD86: hue angle of 149.11º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DD86 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 221 | 134 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.13 |
| HSL | 149.11º | 0.71% | 0.54% | - |
| HSV(B) | 149.11º | 0.76% | 0.87% | - |
| XYZ | 31.58 | 54.16 | 31.34 | - |
| YUV | 160.55 | 113.01 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 221 | 134 | 0.76 | 0 | 0.39 | 0.13 | 149.11 | 0.71 | 0.54 |
| Hex | 34 | DD | 86 | 4C | 0 | 27 | D | 95 | 47 | 36 |
| Octal | 64 | 335 | 206 | 114 | 0 | 47 | 15 | 225 | 107 | 66 |
| Binary | 110100 | 11011101 | 10000110 | 1001100 | 0 | 100111 | 1101 | 10010101 | 1000111 | 110110 |
Color Harmonies of #34DD86
Complementary color
Monochromatic Colors of #34DD86
Black with #34DD86
Text Example
Text Example
White with #34DD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DD86; }
p { color: rgb(52,221,134); }
H1.HeaderClassName
{
color: #34DD86;
}
.AnyTagClassName
{
color: #34DD86;
}
</style>
background-color css
<style>
a { background-color: #34DD86; }
a { background-color: rgb(52,221,134); }
div.DivClassName
{
background-color: #34DD86;
}
.BgClassName
{
background-color: #34DD86;
}
</style>
border-color css
<style>
span { border-color: #34DD86; }
span { border-color: rgb(52,221,134); }
td.TdClassName
{
border-color: #34DD86;
}
.TagClassName
{
border-color: #34DD86;
}
</style>