Shades of Shamrock #34EE84
Tints of Shamrock #34EE84
RGB
CMYK
RGB Variations
Color information
#34EE84 (or 0x34EE84) is known color: Shamrock. HEX triplet: 34, EE and 84. RGB value is (52,238,132). Sum of RGB (Red+Green+Blue) = 52+238+132=422 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.32% from 422); Green value is 238 (93.36% from 255 or 56.40% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 238 - color contains mainly: green. Hex color #34EE84 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34EE84 is #CB117B. Grayscale: #AAAAAA. Windows color (decimal): -13308284 or 8711732. OLE color: 8711732.
HSL color Cylindrical-coordinate representation of color #34EE84: hue angle of 145.81º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EE84 is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 238 | 132 | - |
| CMYK | 0.78 | 0 | 0.45 | 0.07 |
| HSL | 145.81º | 0.85% | 0.57% | - |
| HSV(B) | 145.81º | 0.78% | 0.93% | - |
| XYZ | 36.16 | 63.55 | 32.19 | - |
| YUV | 170.3 | 106.38 | 43.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 238 | 132 | 0.78 | 0 | 0.45 | 0.07 | 145.81 | 0.85 | 0.57 |
| Hex | 34 | EE | 84 | 4E | 0 | 2D | 7 | 92 | 55 | 39 |
| Octal | 64 | 356 | 204 | 116 | 0 | 55 | 7 | 222 | 125 | 71 |
| Binary | 110100 | 11101110 | 10000100 | 1001110 | 0 | 101101 | 111 | 10010010 | 1010101 | 111001 |
Color Harmonies of #34EE84
Complementary color
Monochromatic Colors of #34EE84
Black with #34EE84
Text Example
Text Example
White with #34EE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EE84; }
p { color: rgb(52,238,132); }
H1.HeaderClassName
{
color: #34EE84;
}
.AnyTagClassName
{
color: #34EE84;
}
</style>
background-color css
<style>
a { background-color: #34EE84; }
a { background-color: rgb(52,238,132); }
div.DivClassName
{
background-color: #34EE84;
}
.BgClassName
{
background-color: #34EE84;
}
</style>
border-color css
<style>
span { border-color: #34EE84; }
span { border-color: rgb(52,238,132); }
td.TdClassName
{
border-color: #34EE84;
}
.TagClassName
{
border-color: #34EE84;
}
</style>