Shades of Shamrock #34D383
Tints of Shamrock #34D383
RGB
CMYK
RGB Variations
Color information
#34D383 (or 0x34D383) is known color: Shamrock. HEX triplet: 34, D3 and 83. RGB value is (52,211,131). Sum of RGB (Red+Green+Blue) = 52+211+131=394 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.20% from 394); Green value is 211 (82.81% from 255 or 53.55% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 211 - color contains mainly: green. Hex color #34D383 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D383 is #CB2C7C. Grayscale: #9A9A9A. Windows color (decimal): -13315197 or 8639284. OLE color: 8639284.
HSL color Cylindrical-coordinate representation of color #34D383: hue angle of 149.81º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D383 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 52 | 211 | 131 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.17 |
| HSL | 149.81º | 0.64% | 0.52% | - |
| HSV(B) | 149.81º | 0.75% | 0.83% | - |
| XYZ | 28.81 | 48.96 | 29.4 | - |
| YUV | 154.34 | 114.82 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 211 | 131 | 0.75 | 0 | 0.38 | 0.17 | 149.81 | 0.64 | 0.52 |
| Hex | 34 | D3 | 83 | 4B | 0 | 26 | 11 | 96 | 40 | 34 |
| Octal | 64 | 323 | 203 | 113 | 0 | 46 | 21 | 226 | 100 | 64 |
| Binary | 110100 | 11010011 | 10000011 | 1001011 | 0 | 100110 | 10001 | 10010110 | 1000000 | 110100 |
Color Harmonies of #34D383
Complementary color
Monochromatic Colors of #34D383
Black with #34D383
Text Example
Text Example
White with #34D383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D383; }
p { color: rgb(52,211,131); }
H1.HeaderClassName
{
color: #34D383;
}
.AnyTagClassName
{
color: #34D383;
}
</style>
background-color css
<style>
a { background-color: #34D383; }
a { background-color: rgb(52,211,131); }
div.DivClassName
{
background-color: #34D383;
}
.BgClassName
{
background-color: #34D383;
}
</style>
border-color css
<style>
span { border-color: #34D383; }
span { border-color: rgb(52,211,131); }
td.TdClassName
{
border-color: #34D383;
}
.TagClassName
{
border-color: #34D383;
}
</style>