Shades of Shamrock #34DF87
Tints of Shamrock #34DF87
RGB
CMYK
RGB Variations
Color information
#34DF87 (or 0x34DF87) is known color: Shamrock. HEX triplet: 34, DF and 87. RGB value is (52,223,135). Sum of RGB (Red+Green+Blue) = 52+223+135=410 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.68% from 410); Green value is 223 (87.5% from 255 or 54.39% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 223 - color contains mainly: green. Hex color #34DF87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34DF87 is #CB2078. Grayscale: #A2A2A2. Windows color (decimal): -13312121 or 8904500. OLE color: 8904500.
HSL color Cylindrical-coordinate representation of color #34DF87: hue angle of 149.12º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DF87 is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 223 | 135 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.13 |
| HSL | 149.12º | 0.73% | 0.54% | - |
| HSV(B) | 149.12º | 0.77% | 0.87% | - |
| XYZ | 32.18 | 55.25 | 31.89 | - |
| YUV | 161.84 | 112.85 | 49.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 223 | 135 | 0.77 | 0 | 0.39 | 0.13 | 149.12 | 0.73 | 0.54 |
| Hex | 34 | DF | 87 | 4D | 0 | 27 | D | 95 | 49 | 36 |
| Octal | 64 | 337 | 207 | 115 | 0 | 47 | 15 | 225 | 111 | 66 |
| Binary | 110100 | 11011111 | 10000111 | 1001101 | 0 | 100111 | 1101 | 10010101 | 1001001 | 110110 |
Color Harmonies of #34DF87
Complementary color
Monochromatic Colors of #34DF87
Black with #34DF87
Text Example
Text Example
White with #34DF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DF87; }
p { color: rgb(52,223,135); }
H1.HeaderClassName
{
color: #34DF87;
}
.AnyTagClassName
{
color: #34DF87;
}
</style>
background-color css
<style>
a { background-color: #34DF87; }
a { background-color: rgb(52,223,135); }
div.DivClassName
{
background-color: #34DF87;
}
.BgClassName
{
background-color: #34DF87;
}
</style>
border-color css
<style>
span { border-color: #34DF87; }
span { border-color: rgb(52,223,135); }
td.TdClassName
{
border-color: #34DF87;
}
.TagClassName
{
border-color: #34DF87;
}
</style>