Shades of Shamrock #34D997
Tints of Shamrock #34D997
RGB
CMYK
RGB Variations
Color information
#34D997 (or 0x34D997) is known color: Shamrock. HEX triplet: 34, D9 and 97. RGB value is (52,217,151). Sum of RGB (Red+Green+Blue) = 52+217+151=420 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.38% from 420); Green value is 217 (85.16% from 255 or 51.67% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 217 - color contains mainly: green. Hex color #34D997 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D997 is #CB2668. Grayscale: #A0A0A0. Windows color (decimal): -13313641 or 9951540. OLE color: 9951540.
HSL color Cylindrical-coordinate representation of color #34D997: hue angle of 156º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D997 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 217 | 151 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.15 |
| HSL | 156º | 0.68% | 0.53% | - |
| HSV(B) | 156º | 0.76% | 0.85% | - |
| XYZ | 31.81 | 52.59 | 37.75 | - |
| YUV | 160.14 | 122.84 | 50.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 217 | 151 | 0.76 | 0 | 0.30 | 0.15 | 156 | 0.68 | 0.53 |
| Hex | 34 | D9 | 97 | 4C | 0 | 1E | F | 9C | 44 | 35 |
| Octal | 64 | 331 | 227 | 114 | 0 | 36 | 17 | 234 | 104 | 65 |
| Binary | 110100 | 11011001 | 10010111 | 1001100 | 0 | 11110 | 1111 | 10011100 | 1000100 | 110101 |
Color Harmonies of #34D997
Complementary color
Monochromatic Colors of #34D997
Black with #34D997
Text Example
Text Example
White with #34D997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D997; }
p { color: rgb(52,217,151); }
H1.HeaderClassName
{
color: #34D997;
}
.AnyTagClassName
{
color: #34D997;
}
</style>
background-color css
<style>
a { background-color: #34D997; }
a { background-color: rgb(52,217,151); }
div.DivClassName
{
background-color: #34D997;
}
.BgClassName
{
background-color: #34D997;
}
</style>
border-color css
<style>
span { border-color: #34D997; }
span { border-color: rgb(52,217,151); }
td.TdClassName
{
border-color: #34D997;
}
.TagClassName
{
border-color: #34D997;
}
</style>