Shades of Shamrock #34F497
Tints of Shamrock #34F497
RGB
CMYK
RGB Variations
Color information
#34F497 (or 0x34F497) is known color: Shamrock. HEX triplet: 34, F4 and 97. RGB value is (52,244,151). Sum of RGB (Red+Green+Blue) = 52+244+151=447 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.63% from 447); Green value is 244 (95.70% from 255 or 54.59% from 447); Blue value is 151 (59.38% from 255 or 33.78% from 447); Max value from RGB is 244 - color contains mainly: green. Hex color #34F497 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34F497 is #CB0B68. Grayscale: #B0B0B0. Windows color (decimal): -13306729 or 9958452. OLE color: 9958452.
HSL color Cylindrical-coordinate representation of color #34F497: hue angle of 150.94º degrees, saturation: 0.9, 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 #34F497 is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 244 | 151 | - |
| CMYK | 0.79 | 0 | 0.38 | 0.04 |
| HSL | 150.94º | 0.9% | 0.58% | - |
| HSV(B) | 150.94º | 0.79% | 0.96% | - |
| XYZ | 39.35 | 67.67 | 40.26 | - |
| YUV | 175.99 | 113.89 | 39.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 244 | 151 | 0.79 | 0 | 0.38 | 0.04 | 150.94 | 0.9 | 0.58 |
| Hex | 34 | F4 | 97 | 4F | 0 | 26 | 4 | 97 | 5A | 3A |
| Octal | 64 | 364 | 227 | 117 | 0 | 46 | 4 | 227 | 132 | 72 |
| Binary | 110100 | 11110100 | 10010111 | 1001111 | 0 | 100110 | 100 | 10010111 | 1011010 | 111010 |
Color Harmonies of #34F497
Complementary color
Monochromatic Colors of #34F497
Black with #34F497
Text Example
Text Example
White with #34F497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F497; }
p { color: rgb(52,244,151); }
H1.HeaderClassName
{
color: #34F497;
}
.AnyTagClassName
{
color: #34F497;
}
</style>
background-color css
<style>
a { background-color: #34F497; }
a { background-color: rgb(52,244,151); }
div.DivClassName
{
background-color: #34F497;
}
.BgClassName
{
background-color: #34F497;
}
</style>
border-color css
<style>
span { border-color: #34F497; }
span { border-color: rgb(52,244,151); }
td.TdClassName
{
border-color: #34F497;
}
.TagClassName
{
border-color: #34F497;
}
</style>