Shades of Harlequin #34DD10
Tints of Harlequin #34DD10
RGB
CMYK
RGB Variations
Color information
#34DD10 (or 0x34DD10) is known color: Harlequin. HEX triplet: 34, DD and 10. RGB value is (52,221,16). Sum of RGB (Red+Green+Blue) = 52+221+16=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 221 (86.72% from 255 or 76.47% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 221 - color contains mainly: green. Hex color #34DD10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34DD10 is #CB22EF. Grayscale: #939393. Windows color (decimal): -13312752 or 1105204. OLE color: 1105204.
HSL color Cylindrical-coordinate representation of color #34DD10: hue angle of 109.46º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #34DD10 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 221 | 16 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.13 |
| HSL | 109.46º | 0.86% | 0.46% | - |
| HSV(B) | 109.46º | 0.93% | 0.87% | - |
| XYZ | 27.37 | 52.48 | 9.18 | - |
| YUV | 147.1 | 54.01 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 221 | 16 | 0.76 | 0 | 0.93 | 0.13 | 109.46 | 0.86 | 0.46 |
| Hex | 34 | DD | 10 | 4C | 0 | 5D | D | 6D | 56 | 2E |
| Octal | 64 | 335 | 20 | 114 | 0 | 135 | 15 | 155 | 126 | 56 |
| Binary | 110100 | 11011101 | 10000 | 1001100 | 0 | 1011101 | 1101 | 1101101 | 1010110 | 101110 |
Color Harmonies of #34DD10
Complementary color
Monochromatic Colors of #34DD10
Black with #34DD10
Text Example
Text Example
White with #34DD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DD10; }
p { color: rgb(52,221,16); }
H1.HeaderClassName
{
color: #34DD10;
}
.AnyTagClassName
{
color: #34DD10;
}
</style>
background-color css
<style>
a { background-color: #34DD10; }
a { background-color: rgb(52,221,16); }
div.DivClassName
{
background-color: #34DD10;
}
.BgClassName
{
background-color: #34DD10;
}
</style>
border-color css
<style>
span { border-color: #34DD10; }
span { border-color: rgb(52,221,16); }
td.TdClassName
{
border-color: #34DD10;
}
.TagClassName
{
border-color: #34DD10;
}
</style>