Shades of Shamrock #34F293
Tints of Shamrock #34F293
RGB
CMYK
RGB Variations
Color information
#34F293 (or 0x34F293) is known color: Shamrock. HEX triplet: 34, F2 and 93. RGB value is (52,242,147). Sum of RGB (Red+Green+Blue) = 52+242+147=441 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.79% from 441); Green value is 242 (94.92% from 255 or 54.88% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 242 - color contains mainly: green. Hex color #34F293 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34F293 is #CB0D6C. Grayscale: #AEAEAE. Windows color (decimal): -13307245 or 9695796. OLE color: 9695796.
HSL color Cylindrical-coordinate representation of color #34F293: hue angle of 150º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F293 is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 242 | 147 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.05 |
| HSL | 150º | 0.88% | 0.58% | - |
| HSV(B) | 150º | 0.79% | 0.95% | - |
| XYZ | 38.43 | 66.34 | 38.38 | - |
| YUV | 174.36 | 112.55 | 40.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 242 | 147 | 0.79 | 0 | 0.39 | 0.05 | 150 | 0.88 | 0.58 |
| Hex | 34 | F2 | 93 | 4F | 0 | 27 | 5 | 96 | 58 | 3A |
| Octal | 64 | 362 | 223 | 117 | 0 | 47 | 5 | 226 | 130 | 72 |
| Binary | 110100 | 11110010 | 10010011 | 1001111 | 0 | 100111 | 101 | 10010110 | 1011000 | 111010 |
Color Harmonies of #34F293
Complementary color
Monochromatic Colors of #34F293
Black with #34F293
Text Example
Text Example
White with #34F293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F293; }
p { color: rgb(52,242,147); }
H1.HeaderClassName
{
color: #34F293;
}
.AnyTagClassName
{
color: #34F293;
}
</style>
background-color css
<style>
a { background-color: #34F293; }
a { background-color: rgb(52,242,147); }
div.DivClassName
{
background-color: #34F293;
}
.BgClassName
{
background-color: #34F293;
}
</style>
border-color css
<style>
span { border-color: #34F293; }
span { border-color: rgb(52,242,147); }
td.TdClassName
{
border-color: #34F293;
}
.TagClassName
{
border-color: #34F293;
}
</style>