Shades of Shamrock #34E680
Tints of Shamrock #34E680
RGB
CMYK
RGB Variations
Color information
#34E680 (or 0x34E680) is known color: Shamrock. HEX triplet: 34, E6 and 80. RGB value is (52,230,128). Sum of RGB (Red+Green+Blue) = 52+230+128=410 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.68% from 410); Green value is 230 (90.23% from 255 or 56.10% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 230 - color contains mainly: green. Hex color #34E680 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34E680 is #CB197F. Grayscale: #A5A5A5. Windows color (decimal): -13310336 or 8447540. OLE color: 8447540.
HSL color Cylindrical-coordinate representation of color #34E680: hue angle of 145.62º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E680 is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 230 | 128 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.10 |
| HSL | 145.62º | 0.78% | 0.55% | - |
| HSV(B) | 145.62º | 0.77% | 0.9% | - |
| XYZ | 33.61 | 58.88 | 30.02 | - |
| YUV | 165.15 | 107.03 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 230 | 128 | 0.77 | 0 | 0.44 | 0.10 | 145.62 | 0.78 | 0.55 |
| Hex | 34 | E6 | 80 | 4D | 0 | 2C | A | 92 | 4E | 37 |
| Octal | 64 | 346 | 200 | 115 | 0 | 54 | 12 | 222 | 116 | 67 |
| Binary | 110100 | 11100110 | 10000000 | 1001101 | 0 | 101100 | 1010 | 10010010 | 1001110 | 110111 |
Color Harmonies of #34E680
Complementary color
Monochromatic Colors of #34E680
Black with #34E680
Text Example
Text Example
White with #34E680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E680; }
p { color: rgb(52,230,128); }
H1.HeaderClassName
{
color: #34E680;
}
.AnyTagClassName
{
color: #34E680;
}
</style>
background-color css
<style>
a { background-color: #34E680; }
a { background-color: rgb(52,230,128); }
div.DivClassName
{
background-color: #34E680;
}
.BgClassName
{
background-color: #34E680;
}
</style>
border-color css
<style>
span { border-color: #34E680; }
span { border-color: rgb(52,230,128); }
td.TdClassName
{
border-color: #34E680;
}
.TagClassName
{
border-color: #34E680;
}
</style>