Shades of Harlequin #34EC15
Tints of Harlequin #34EC15
RGB
CMYK
RGB Variations
Color information
#34EC15 (or 0x34EC15) is known color: Harlequin. HEX triplet: 34, EC and 15. RGB value is (52,236,21). Sum of RGB (Red+Green+Blue) = 52+236+21=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 236 (92.58% from 255 or 76.38% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 236 - color contains mainly: green. Hex color #34EC15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34EC15 is #CB13EA. Grayscale: #9D9D9D. Windows color (decimal): -13308907 or 1436724. OLE color: 1436724.
HSL color Cylindrical-coordinate representation of color #34EC15: hue angle of 111.35º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #34EC15 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 236 | 21 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.07 |
| HSL | 111.35º | 0.85% | 0.5% | - |
| HSV(B) | 111.35º | 0.91% | 0.93% | - |
| XYZ | 31.55 | 60.78 | 10.78 | - |
| YUV | 156.47 | 51.54 | 53.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 236 | 21 | 0.78 | 0 | 0.91 | 0.07 | 111.35 | 0.85 | 0.5 |
| Hex | 34 | EC | 15 | 4E | 0 | 5B | 7 | 6F | 55 | 32 |
| Octal | 64 | 354 | 25 | 116 | 0 | 133 | 7 | 157 | 125 | 62 |
| Binary | 110100 | 11101100 | 10101 | 1001110 | 0 | 1011011 | 111 | 1101111 | 1010101 | 110010 |
Color Harmonies of #34EC15
Complementary color
Monochromatic Colors of #34EC15
Black with #34EC15
Text Example
Text Example
White with #34EC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EC15; }
p { color: rgb(52,236,21); }
H1.HeaderClassName
{
color: #34EC15;
}
.AnyTagClassName
{
color: #34EC15;
}
</style>
background-color css
<style>
a { background-color: #34EC15; }
a { background-color: rgb(52,236,21); }
div.DivClassName
{
background-color: #34EC15;
}
.BgClassName
{
background-color: #34EC15;
}
</style>
border-color css
<style>
span { border-color: #34EC15; }
span { border-color: rgb(52,236,21); }
td.TdClassName
{
border-color: #34EC15;
}
.TagClassName
{
border-color: #34EC15;
}
</style>