Shades of Harlequin #34DD03
Tints of Harlequin #34DD03
RGB
CMYK
RGB Variations
Color information
#34DD03 (or 0x34DD03) is known color: Harlequin. HEX triplet: 34, DD and 03. RGB value is (52,221,3). Sum of RGB (Red+Green+Blue) = 52+221+3=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 221 (86.72% from 255 or 80.07% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 221 - color contains mainly: green. Hex color #34DD03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34DD03 is #CB22FC. Grayscale: #929292. Windows color (decimal): -13312765 or 253236. OLE color: 253236.
HSL color Cylindrical-coordinate representation of color #34DD03: hue angle of 106.51º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34DD03 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 221 | 3 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.13 |
| HSL | 106.51º | 0.97% | 0.44% | - |
| HSV(B) | 106.51º | 0.99% | 0.87% | - |
| XYZ | 27.29 | 52.45 | 8.77 | - |
| YUV | 145.62 | 47.51 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 221 | 3 | 0.76 | 0 | 0.99 | 0.13 | 106.51 | 0.97 | 0.44 |
| Hex | 34 | DD | 3 | 4C | 0 | 63 | D | 6B | 61 | 2C |
| Octal | 64 | 335 | 3 | 114 | 0 | 143 | 15 | 153 | 141 | 54 |
| Binary | 110100 | 11011101 | 11 | 1001100 | 0 | 1100011 | 1101 | 1101011 | 1100001 | 101100 |
Color Harmonies of #34DD03
Complementary color
Monochromatic Colors of #34DD03
Black with #34DD03
Text Example
Text Example
White with #34DD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DD03; }
p { color: rgb(52,221,3); }
H1.HeaderClassName
{
color: #34DD03;
}
.AnyTagClassName
{
color: #34DD03;
}
</style>
background-color css
<style>
a { background-color: #34DD03; }
a { background-color: rgb(52,221,3); }
div.DivClassName
{
background-color: #34DD03;
}
.BgClassName
{
background-color: #34DD03;
}
</style>
border-color css
<style>
span { border-color: #34DD03; }
span { border-color: rgb(52,221,3); }
td.TdClassName
{
border-color: #34DD03;
}
.TagClassName
{
border-color: #34DD03;
}
</style>