Shades of Shamrock #34EC8F
Tints of Shamrock #34EC8F
RGB
CMYK
RGB Variations
Color information
#34EC8F (or 0x34EC8F) is known color: Shamrock. HEX triplet: 34, EC and 8F. RGB value is (52,236,143). Sum of RGB (Red+Green+Blue) = 52+236+143=431 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.06% from 431); Green value is 236 (92.58% from 255 or 54.76% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 236 - color contains mainly: green. Hex color #34EC8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34EC8F is #CB1370. Grayscale: #AAAAAA. Windows color (decimal): -13308785 or 9432116. OLE color: 9432116.
HSL color Cylindrical-coordinate representation of color #34EC8F: hue angle of 149.67º 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 #34EC8F is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 236 | 143 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.07 |
| HSL | 149.67º | 0.83% | 0.56% | - |
| HSV(B) | 149.67º | 0.78% | 0.93% | - |
| XYZ | 36.37 | 62.7 | 36.17 | - |
| YUV | 170.38 | 112.54 | 43.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 236 | 143 | 0.78 | 0 | 0.39 | 0.07 | 149.67 | 0.83 | 0.56 |
| Hex | 34 | EC | 8F | 4E | 0 | 27 | 7 | 96 | 53 | 38 |
| Octal | 64 | 354 | 217 | 116 | 0 | 47 | 7 | 226 | 123 | 70 |
| Binary | 110100 | 11101100 | 10001111 | 1001110 | 0 | 100111 | 111 | 10010110 | 1010011 | 111000 |
Color Harmonies of #34EC8F
Complementary color
Monochromatic Colors of #34EC8F
Black with #34EC8F
Text Example
Text Example
White with #34EC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EC8F; }
p { color: rgb(52,236,143); }
H1.HeaderClassName
{
color: #34EC8F;
}
.AnyTagClassName
{
color: #34EC8F;
}
</style>
background-color css
<style>
a { background-color: #34EC8F; }
a { background-color: rgb(52,236,143); }
div.DivClassName
{
background-color: #34EC8F;
}
.BgClassName
{
background-color: #34EC8F;
}
</style>
border-color css
<style>
span { border-color: #34EC8F; }
span { border-color: rgb(52,236,143); }
td.TdClassName
{
border-color: #34EC8F;
}
.TagClassName
{
border-color: #34EC8F;
}
</style>