Shades of Shamrock #34CC8D
Tints of Shamrock #34CC8D
RGB
CMYK
RGB Variations
Color information
#34CC8D (or 0x34CC8D) is known color: Shamrock. HEX triplet: 34, CC and 8D. RGB value is (52,204,141). Sum of RGB (Red+Green+Blue) = 52+204+141=397 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.10% from 397); Green value is 204 (80.08% from 255 or 51.39% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 204 - color contains mainly: green. Hex color #34CC8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CC8D is #CB3372. Grayscale: #979797. Windows color (decimal): -13316979 or 9292852. OLE color: 9292852.
HSL color Cylindrical-coordinate representation of color #34CC8D: hue angle of 155.13º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CC8D is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 204 | 141 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.2 |
| HSL | 155.13º | 0.6% | 0.5% | - |
| HSV(B) | 155.13º | 0.75% | 0.8% | - |
| XYZ | 27.82 | 45.84 | 32.58 | - |
| YUV | 151.37 | 122.14 | 57.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 204 | 141 | 0.75 | 0 | 0.31 | 0.2 | 155.13 | 0.6 | 0.5 |
| Hex | 34 | CC | 8D | 4B | 0 | 1F | 14 | 9B | 3C | 32 |
| Octal | 64 | 314 | 215 | 113 | 0 | 37 | 24 | 233 | 74 | 62 |
| Binary | 110100 | 11001100 | 10001101 | 1001011 | 0 | 11111 | 10100 | 10011011 | 111100 | 110010 |
Color Harmonies of #34CC8D
Complementary color
Monochromatic Colors of #34CC8D
Black with #34CC8D
Text Example
Text Example
White with #34CC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CC8D; }
p { color: rgb(52,204,141); }
H1.HeaderClassName
{
color: #34CC8D;
}
.AnyTagClassName
{
color: #34CC8D;
}
</style>
background-color css
<style>
a { background-color: #34CC8D; }
a { background-color: rgb(52,204,141); }
div.DivClassName
{
background-color: #34CC8D;
}
.BgClassName
{
background-color: #34CC8D;
}
</style>
border-color css
<style>
span { border-color: #34CC8D; }
span { border-color: rgb(52,204,141); }
td.TdClassName
{
border-color: #34CC8D;
}
.TagClassName
{
border-color: #34CC8D;
}
</style>