Shades of Shamrock #34F189
Tints of Shamrock #34F189
RGB
CMYK
RGB Variations
Color information
#34F189 (or 0x34F189) is known color: Shamrock. HEX triplet: 34, F1 and 89. RGB value is (52,241,137). Sum of RGB (Red+Green+Blue) = 52+241+137=430 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.09% from 430); Green value is 241 (94.53% from 255 or 56.05% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 241 - color contains mainly: green. Hex color #34F189 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34F189 is #CB0E76. Grayscale: #ACACAC. Windows color (decimal): -13307511 or 9040180. OLE color: 9040180.
HSL color Cylindrical-coordinate representation of color #34F189: hue angle of 146.98º 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 #34F189 is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 241 | 137 | - |
| CMYK | 0.78 | 0 | 0.43 | 0.05 |
| HSL | 146.98º | 0.87% | 0.57% | - |
| HSV(B) | 146.98º | 0.78% | 0.95% | - |
| XYZ | 37.39 | 65.45 | 34.33 | - |
| YUV | 172.63 | 107.88 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 241 | 137 | 0.78 | 0 | 0.43 | 0.05 | 146.98 | 0.87 | 0.57 |
| Hex | 34 | F1 | 89 | 4E | 0 | 2B | 5 | 93 | 57 | 39 |
| Octal | 64 | 361 | 211 | 116 | 0 | 53 | 5 | 223 | 127 | 71 |
| Binary | 110100 | 11110001 | 10001001 | 1001110 | 0 | 101011 | 101 | 10010011 | 1010111 | 111001 |
Color Harmonies of #34F189
Complementary color
Monochromatic Colors of #34F189
Black with #34F189
Text Example
Text Example
White with #34F189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F189; }
p { color: rgb(52,241,137); }
H1.HeaderClassName
{
color: #34F189;
}
.AnyTagClassName
{
color: #34F189;
}
</style>
background-color css
<style>
a { background-color: #34F189; }
a { background-color: rgb(52,241,137); }
div.DivClassName
{
background-color: #34F189;
}
.BgClassName
{
background-color: #34F189;
}
</style>
border-color css
<style>
span { border-color: #34F189; }
span { border-color: rgb(52,241,137); }
td.TdClassName
{
border-color: #34F189;
}
.TagClassName
{
border-color: #34F189;
}
</style>