Shades of Shamrock #34E38D
Tints of Shamrock #34E38D
RGB
CMYK
RGB Variations
Color information
#34E38D (or 0x34E38D) is known color: Shamrock. HEX triplet: 34, E3 and 8D. RGB value is (52,227,141). Sum of RGB (Red+Green+Blue) = 52+227+141=420 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.38% from 420); Green value is 227 (89.06% from 255 or 54.05% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 227 - color contains mainly: green. Hex color #34E38D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34E38D is #CB1C72. Grayscale: #A5A5A5. Windows color (decimal): -13311091 or 9298740. OLE color: 9298740.
HSL color Cylindrical-coordinate representation of color #34E38D: hue angle of 150.51º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E38D is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 227 | 141 | - |
| CMYK | 0.77 | 0 | 0.38 | 0.11 |
| HSL | 150.51º | 0.76% | 0.55% | - |
| HSV(B) | 150.51º | 0.77% | 0.89% | - |
| XYZ | 33.69 | 57.59 | 34.54 | - |
| YUV | 164.87 | 114.52 | 47.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 227 | 141 | 0.77 | 0 | 0.38 | 0.11 | 150.51 | 0.76 | 0.55 |
| Hex | 34 | E3 | 8D | 4D | 0 | 26 | B | 97 | 4C | 37 |
| Octal | 64 | 343 | 215 | 115 | 0 | 46 | 13 | 227 | 114 | 67 |
| Binary | 110100 | 11100011 | 10001101 | 1001101 | 0 | 100110 | 1011 | 10010111 | 1001100 | 110111 |
Color Harmonies of #34E38D
Complementary color
Monochromatic Colors of #34E38D
Black with #34E38D
Text Example
Text Example
White with #34E38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E38D; }
p { color: rgb(52,227,141); }
H1.HeaderClassName
{
color: #34E38D;
}
.AnyTagClassName
{
color: #34E38D;
}
</style>
background-color css
<style>
a { background-color: #34E38D; }
a { background-color: rgb(52,227,141); }
div.DivClassName
{
background-color: #34E38D;
}
.BgClassName
{
background-color: #34E38D;
}
</style>
border-color css
<style>
span { border-color: #34E38D; }
span { border-color: rgb(52,227,141); }
td.TdClassName
{
border-color: #34E38D;
}
.TagClassName
{
border-color: #34E38D;
}
</style>