Shades of Shamrock #34E68B
Tints of Shamrock #34E68B
RGB
CMYK
RGB Variations
Color information
#34E68B (or 0x34E68B) is known color: Shamrock. HEX triplet: 34, E6 and 8B. RGB value is (52,230,139). Sum of RGB (Red+Green+Blue) = 52+230+139=421 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.35% from 421); Green value is 230 (90.23% from 255 or 54.63% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 230 - color contains mainly: green. Hex color #34E68B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34E68B is #CB1974. Grayscale: #A6A6A6. Windows color (decimal): -13310325 or 9168436. OLE color: 9168436.
HSL color Cylindrical-coordinate representation of color #34E68B: hue angle of 149.33º 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 #34E68B is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 230 | 139 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.10 |
| HSL | 149.33º | 0.78% | 0.55% | - |
| HSV(B) | 149.33º | 0.77% | 0.9% | - |
| XYZ | 34.37 | 59.19 | 34.04 | - |
| YUV | 166.4 | 112.53 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 230 | 139 | 0.77 | 0 | 0.40 | 0.10 | 149.33 | 0.78 | 0.55 |
| Hex | 34 | E6 | 8B | 4D | 0 | 28 | A | 95 | 4E | 37 |
| Octal | 64 | 346 | 213 | 115 | 0 | 50 | 12 | 225 | 116 | 67 |
| Binary | 110100 | 11100110 | 10001011 | 1001101 | 0 | 101000 | 1010 | 10010101 | 1001110 | 110111 |
Color Harmonies of #34E68B
Complementary color
Monochromatic Colors of #34E68B
Black with #34E68B
Text Example
Text Example
White with #34E68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E68B; }
p { color: rgb(52,230,139); }
H1.HeaderClassName
{
color: #34E68B;
}
.AnyTagClassName
{
color: #34E68B;
}
</style>
background-color css
<style>
a { background-color: #34E68B; }
a { background-color: rgb(52,230,139); }
div.DivClassName
{
background-color: #34E68B;
}
.BgClassName
{
background-color: #34E68B;
}
</style>
border-color css
<style>
span { border-color: #34E68B; }
span { border-color: rgb(52,230,139); }
td.TdClassName
{
border-color: #34E68B;
}
.TagClassName
{
border-color: #34E68B;
}
</style>