Shades of Shamrock #34FE93
Tints of Shamrock #34FE93
RGB
CMYK
RGB Variations
Color information
#34FE93 (or 0x34FE93) is known color: Shamrock. HEX triplet: 34, FE and 93. RGB value is (52,254,147). Sum of RGB (Red+Green+Blue) = 52+254+147=453 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.48% from 453); Green value is 254 (99.61% from 255 or 56.07% from 453); Blue value is 147 (57.81% from 255 or 32.45% from 453); Max value from RGB is 254 - color contains mainly: green. Hex color #34FE93 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34FE93 is #CB016C. Grayscale: #B5B5B5. Windows color (decimal): -13304173 or 9698868. OLE color: 9698868.
HSL color Cylindrical-coordinate representation of color #34FE93: hue angle of 148.22º 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 #34FE93 is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 254 | 147 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.00 |
| HSL | 148.22º | 0.99% | 0.6% | - |
| HSV(B) | 148.22º | 0.8% | 1% | - |
| XYZ | 42.12 | 73.72 | 39.61 | - |
| YUV | 181.4 | 108.58 | 35.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 254 | 147 | 0.80 | 0 | 0.42 | 0.00 | 148.22 | 0.99 | 0.6 |
| Hex | 34 | FE | 93 | 50 | 0 | 2A | 0 | 94 | 63 | 3C |
| Octal | 64 | 376 | 223 | 120 | 0 | 52 | 0 | 224 | 143 | 74 |
| Binary | 110100 | 11111110 | 10010011 | 1010000 | 0 | 101010 | 0 | 10010100 | 1100011 | 111100 |
Color Harmonies of #34FE93
Complementary color
Monochromatic Colors of #34FE93
Black with #34FE93
Text Example
Text Example
White with #34FE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FE93; }
p { color: rgb(52,254,147); }
H1.HeaderClassName
{
color: #34FE93;
}
.AnyTagClassName
{
color: #34FE93;
}
</style>
background-color css
<style>
a { background-color: #34FE93; }
a { background-color: rgb(52,254,147); }
div.DivClassName
{
background-color: #34FE93;
}
.BgClassName
{
background-color: #34FE93;
}
</style>
border-color css
<style>
span { border-color: #34FE93; }
span { border-color: rgb(52,254,147); }
td.TdClassName
{
border-color: #34FE93;
}
.TagClassName
{
border-color: #34FE93;
}
</style>