Shades of Harlequin #34EC14
Tints of Harlequin #34EC14
RGB
CMYK
RGB Variations
Color information
#34EC14 (or 0x34EC14) is known color: Harlequin. HEX triplet: 34, EC and 14. RGB value is (52,236,20). Sum of RGB (Red+Green+Blue) = 52+236+20=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 236 (92.58% from 255 or 76.62% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 236 - color contains mainly: green. Hex color #34EC14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34EC14 is #CB13EB. Grayscale: #9D9D9D. Windows color (decimal): -13308908 or 1371188. OLE color: 1371188.
HSL color Cylindrical-coordinate representation of color #34EC14: hue angle of 111.11º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #34EC14 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 236 | 20 | - |
| CMYK | 0.78 | 0 | 0.92 | 0.07 |
| HSL | 111.11º | 0.85% | 0.5% | - |
| HSV(B) | 111.11º | 0.92% | 0.93% | - |
| XYZ | 31.54 | 60.77 | 10.73 | - |
| YUV | 156.36 | 51.04 | 53.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 236 | 20 | 0.78 | 0 | 0.92 | 0.07 | 111.11 | 0.85 | 0.5 |
| Hex | 34 | EC | 14 | 4E | 0 | 5C | 7 | 6F | 55 | 32 |
| Octal | 64 | 354 | 24 | 116 | 0 | 134 | 7 | 157 | 125 | 62 |
| Binary | 110100 | 11101100 | 10100 | 1001110 | 0 | 1011100 | 111 | 1101111 | 1010101 | 110010 |
Color Harmonies of #34EC14
Complementary color
Monochromatic Colors of #34EC14
Black with #34EC14
Text Example
Text Example
White with #34EC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EC14; }
p { color: rgb(52,236,20); }
H1.HeaderClassName
{
color: #34EC14;
}
.AnyTagClassName
{
color: #34EC14;
}
</style>
background-color css
<style>
a { background-color: #34EC14; }
a { background-color: rgb(52,236,20); }
div.DivClassName
{
background-color: #34EC14;
}
.BgClassName
{
background-color: #34EC14;
}
</style>
border-color css
<style>
span { border-color: #34EC14; }
span { border-color: rgb(52,236,20); }
td.TdClassName
{
border-color: #34EC14;
}
.TagClassName
{
border-color: #34EC14;
}
</style>