Shades of Shamrock #34F184
Tints of Shamrock #34F184
RGB
CMYK
RGB Variations
Color information
#34F184 (or 0x34F184) is known color: Shamrock. HEX triplet: 34, F1 and 84. RGB value is (52,241,132). Sum of RGB (Red+Green+Blue) = 52+241+132=425 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.24% from 425); Green value is 241 (94.53% from 255 or 56.71% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 241 - color contains mainly: green. Hex color #34F184 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34F184 is #CB0E7B. Grayscale: #ACACAC. Windows color (decimal): -13307516 or 8712500. OLE color: 8712500.
HSL color Cylindrical-coordinate representation of color #34F184: hue angle of 145.4º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34F184 is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 241 | 132 | - |
| CMYK | 0.78 | 0 | 0.45 | 0.05 |
| HSL | 145.4º | 0.87% | 0.57% | - |
| HSV(B) | 145.4º | 0.78% | 0.95% | - |
| XYZ | 37.04 | 65.31 | 32.48 | - |
| YUV | 172.06 | 105.38 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 241 | 132 | 0.78 | 0 | 0.45 | 0.05 | 145.4 | 0.87 | 0.57 |
| Hex | 34 | F1 | 84 | 4E | 0 | 2D | 5 | 91 | 57 | 39 |
| Octal | 64 | 361 | 204 | 116 | 0 | 55 | 5 | 221 | 127 | 71 |
| Binary | 110100 | 11110001 | 10000100 | 1001110 | 0 | 101101 | 101 | 10010001 | 1010111 | 111001 |
Color Harmonies of #34F184
Complementary color
Monochromatic Colors of #34F184
Black with #34F184
Text Example
Text Example
White with #34F184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F184; }
p { color: rgb(52,241,132); }
H1.HeaderClassName
{
color: #34F184;
}
.AnyTagClassName
{
color: #34F184;
}
</style>
background-color css
<style>
a { background-color: #34F184; }
a { background-color: rgb(52,241,132); }
div.DivClassName
{
background-color: #34F184;
}
.BgClassName
{
background-color: #34F184;
}
</style>
border-color css
<style>
span { border-color: #34F184; }
span { border-color: rgb(52,241,132); }
td.TdClassName
{
border-color: #34F184;
}
.TagClassName
{
border-color: #34F184;
}
</style>