Shades of Shamrock #34D297
Tints of Shamrock #34D297
RGB
CMYK
RGB Variations
Color information
#34D297 (or 0x34D297) is known color: Shamrock. HEX triplet: 34, D2 and 97. RGB value is (52,210,151). Sum of RGB (Red+Green+Blue) = 52+210+151=413 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.59% from 413); Green value is 210 (82.42% from 255 or 50.85% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 210 - color contains mainly: green. Hex color #34D297 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D297 is #CB2D68. Grayscale: #9C9C9C. Windows color (decimal): -13315433 or 9949748. OLE color: 9949748.
HSL color Cylindrical-coordinate representation of color #34D297: hue angle of 157.59º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D297 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 210 | 151 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.18 |
| HSL | 157.59º | 0.64% | 0.51% | - |
| HSV(B) | 157.59º | 0.75% | 0.82% | - |
| XYZ | 30.05 | 49.06 | 37.16 | - |
| YUV | 156.03 | 125.15 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 210 | 151 | 0.75 | 0 | 0.28 | 0.18 | 157.59 | 0.64 | 0.51 |
| Hex | 34 | D2 | 97 | 4B | 0 | 1C | 12 | 9E | 40 | 33 |
| Octal | 64 | 322 | 227 | 113 | 0 | 34 | 22 | 236 | 100 | 63 |
| Binary | 110100 | 11010010 | 10010111 | 1001011 | 0 | 11100 | 10010 | 10011110 | 1000000 | 110011 |
Color Harmonies of #34D297
Complementary color
Monochromatic Colors of #34D297
Black with #34D297
Text Example
Text Example
White with #34D297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D297; }
p { color: rgb(52,210,151); }
H1.HeaderClassName
{
color: #34D297;
}
.AnyTagClassName
{
color: #34D297;
}
</style>
background-color css
<style>
a { background-color: #34D297; }
a { background-color: rgb(52,210,151); }
div.DivClassName
{
background-color: #34D297;
}
.BgClassName
{
background-color: #34D297;
}
</style>
border-color css
<style>
span { border-color: #34D297; }
span { border-color: rgb(52,210,151); }
td.TdClassName
{
border-color: #34D297;
}
.TagClassName
{
border-color: #34D297;
}
</style>