Shades of Shamrock #34F892
Tints of Shamrock #34F892
RGB
CMYK
RGB Variations
Color information
#34F892 (or 0x34F892) is known color: Shamrock. HEX triplet: 34, F8 and 92. RGB value is (52,248,146). Sum of RGB (Red+Green+Blue) = 52+248+146=446 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.66% from 446); Green value is 248 (97.27% from 255 or 55.61% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 248 - color contains mainly: green. Hex color #34F892 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34F892 is #CB076D. Grayscale: #B1B1B1. Windows color (decimal): -13305710 or 9631796. OLE color: 9631796.
HSL color Cylindrical-coordinate representation of color #34F892: hue angle of 148.78º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F892 is Cyan = 0.79, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 52 | 248 | 146 | - |
| CMYK | 0.79 | 0 | 0.41 | 0.03 |
| HSL | 148.78º | 0.93% | 0.59% | - |
| HSV(B) | 148.78º | 0.79% | 0.97% | - |
| XYZ | 40.17 | 69.94 | 38.58 | - |
| YUV | 177.77 | 110.07 | 38.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 248 | 146 | 0.79 | 0 | 0.41 | 0.03 | 148.78 | 0.93 | 0.59 |
| Hex | 34 | F8 | 92 | 4F | 0 | 29 | 3 | 95 | 5D | 3B |
| Octal | 64 | 370 | 222 | 117 | 0 | 51 | 3 | 225 | 135 | 73 |
| Binary | 110100 | 11111000 | 10010010 | 1001111 | 0 | 101001 | 11 | 10010101 | 1011101 | 111011 |
Color Harmonies of #34F892
Complementary color
Monochromatic Colors of #34F892
Black with #34F892
Text Example
Text Example
White with #34F892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F892; }
p { color: rgb(52,248,146); }
H1.HeaderClassName
{
color: #34F892;
}
.AnyTagClassName
{
color: #34F892;
}
</style>
background-color css
<style>
a { background-color: #34F892; }
a { background-color: rgb(52,248,146); }
div.DivClassName
{
background-color: #34F892;
}
.BgClassName
{
background-color: #34F892;
}
</style>
border-color css
<style>
span { border-color: #34F892; }
span { border-color: rgb(52,248,146); }
td.TdClassName
{
border-color: #34F892;
}
.TagClassName
{
border-color: #34F892;
}
</style>