Shades of Shamrock #34EC84
Tints of Shamrock #34EC84
RGB
CMYK
RGB Variations
Color information
#34EC84 (or 0x34EC84) is known color: Shamrock. HEX triplet: 34, EC and 84. RGB value is (52,236,132). Sum of RGB (Red+Green+Blue) = 52+236+132=420 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.38% from 420); Green value is 236 (92.58% from 255 or 56.19% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 236 - color contains mainly: green. Hex color #34EC84 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34EC84 is #CB137B. Grayscale: #A9A9A9. Windows color (decimal): -13308796 or 8711220. OLE color: 8711220.
HSL color Cylindrical-coordinate representation of color #34EC84: hue angle of 146.09º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EC84 is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 236 | 132 | - |
| CMYK | 0.78 | 0 | 0.44 | 0.07 |
| HSL | 146.09º | 0.83% | 0.56% | - |
| HSV(B) | 146.09º | 0.78% | 0.93% | - |
| XYZ | 35.58 | 62.39 | 32 | - |
| YUV | 169.13 | 107.04 | 44.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 236 | 132 | 0.78 | 0 | 0.44 | 0.07 | 146.09 | 0.83 | 0.56 |
| Hex | 34 | EC | 84 | 4E | 0 | 2C | 7 | 92 | 53 | 38 |
| Octal | 64 | 354 | 204 | 116 | 0 | 54 | 7 | 222 | 123 | 70 |
| Binary | 110100 | 11101100 | 10000100 | 1001110 | 0 | 101100 | 111 | 10010010 | 1010011 | 111000 |
Color Harmonies of #34EC84
Complementary color
Monochromatic Colors of #34EC84
Black with #34EC84
Text Example
Text Example
White with #34EC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EC84; }
p { color: rgb(52,236,132); }
H1.HeaderClassName
{
color: #34EC84;
}
.AnyTagClassName
{
color: #34EC84;
}
</style>
background-color css
<style>
a { background-color: #34EC84; }
a { background-color: rgb(52,236,132); }
div.DivClassName
{
background-color: #34EC84;
}
.BgClassName
{
background-color: #34EC84;
}
</style>
border-color css
<style>
span { border-color: #34EC84; }
span { border-color: rgb(52,236,132); }
td.TdClassName
{
border-color: #34EC84;
}
.TagClassName
{
border-color: #34EC84;
}
</style>