Shades of Shamrock #34FE96
Tints of Shamrock #34FE96
RGB
CMYK
RGB Variations
Color information
#34FE96 (or 0x34FE96) is known color: Shamrock. HEX triplet: 34, FE and 96. RGB value is (52,254,150). Sum of RGB (Red+Green+Blue) = 52+254+150=456 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.40% from 456); Green value is 254 (99.61% from 255 or 55.70% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 254 - color contains mainly: green. Hex color #34FE96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34FE96 is #CB0169. Grayscale: #B5B5B5. Windows color (decimal): -13304170 or 9895476. OLE color: 9895476.
HSL color Cylindrical-coordinate representation of color #34FE96: hue angle of 149.11º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34FE96 is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 254 | 150 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.00 |
| HSL | 149.11º | 0.99% | 0.6% | - |
| HSV(B) | 149.11º | 0.8% | 1% | - |
| XYZ | 42.36 | 73.82 | 40.87 | - |
| YUV | 181.75 | 110.08 | 35.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 254 | 150 | 0.80 | 0 | 0.41 | 0.00 | 149.11 | 0.99 | 0.6 |
| Hex | 34 | FE | 96 | 50 | 0 | 29 | 0 | 95 | 63 | 3C |
| Octal | 64 | 376 | 226 | 120 | 0 | 51 | 0 | 225 | 143 | 74 |
| Binary | 110100 | 11111110 | 10010110 | 1010000 | 0 | 101001 | 0 | 10010101 | 1100011 | 111100 |
Color Harmonies of #34FE96
Complementary color
Monochromatic Colors of #34FE96
Black with #34FE96
Text Example
Text Example
White with #34FE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FE96; }
p { color: rgb(52,254,150); }
H1.HeaderClassName
{
color: #34FE96;
}
.AnyTagClassName
{
color: #34FE96;
}
</style>
background-color css
<style>
a { background-color: #34FE96; }
a { background-color: rgb(52,254,150); }
div.DivClassName
{
background-color: #34FE96;
}
.BgClassName
{
background-color: #34FE96;
}
</style>
border-color css
<style>
span { border-color: #34FE96; }
span { border-color: rgb(52,254,150); }
td.TdClassName
{
border-color: #34FE96;
}
.TagClassName
{
border-color: #34FE96;
}
</style>