Shades of Shamrock #34F68C
Tints of Shamrock #34F68C
RGB
CMYK
RGB Variations
Color information
#34F68C (or 0x34F68C) is known color: Shamrock. HEX triplet: 34, F6 and 8C. RGB value is (52,246,140). Sum of RGB (Red+Green+Blue) = 52+246+140=438 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.87% from 438); Green value is 246 (96.48% from 255 or 56.16% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 246 - color contains mainly: green. Hex color #34F68C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34F68C is #CB0973. Grayscale: #B0B0B0. Windows color (decimal): -13306228 or 9238068. OLE color: 9238068.
HSL color Cylindrical-coordinate representation of color #34F68C: hue angle of 147.22º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F68C is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 246 | 140 | - |
| CMYK | 0.79 | 0 | 0.43 | 0.04 |
| HSL | 147.22º | 0.92% | 0.58% | - |
| HSV(B) | 147.22º | 0.79% | 0.96% | - |
| XYZ | 39.11 | 68.54 | 35.98 | - |
| YUV | 175.91 | 107.73 | 39.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 246 | 140 | 0.79 | 0 | 0.43 | 0.04 | 147.22 | 0.92 | 0.58 |
| Hex | 34 | F6 | 8C | 4F | 0 | 2B | 4 | 93 | 5C | 3A |
| Octal | 64 | 366 | 214 | 117 | 0 | 53 | 4 | 223 | 134 | 72 |
| Binary | 110100 | 11110110 | 10001100 | 1001111 | 0 | 101011 | 100 | 10010011 | 1011100 | 111010 |
Color Harmonies of #34F68C
Complementary color
Monochromatic Colors of #34F68C
Black with #34F68C
Text Example
Text Example
White with #34F68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F68C; }
p { color: rgb(52,246,140); }
H1.HeaderClassName
{
color: #34F68C;
}
.AnyTagClassName
{
color: #34F68C;
}
</style>
background-color css
<style>
a { background-color: #34F68C; }
a { background-color: rgb(52,246,140); }
div.DivClassName
{
background-color: #34F68C;
}
.BgClassName
{
background-color: #34F68C;
}
</style>
border-color css
<style>
span { border-color: #34F68C; }
span { border-color: rgb(52,246,140); }
td.TdClassName
{
border-color: #34F68C;
}
.TagClassName
{
border-color: #34F68C;
}
</style>