Shades of Harlequin #34DC03
Tints of Harlequin #34DC03
RGB
CMYK
RGB Variations
Color information
#34DC03 (or 0x34DC03) is known color: Harlequin. HEX triplet: 34, DC and 03. RGB value is (52,220,3). Sum of RGB (Red+Green+Blue) = 52+220+3=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 220 (86.33% from 255 or 80% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 220 - color contains mainly: green. Hex color #34DC03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34DC03 is #CB23FC. Grayscale: #919191. Windows color (decimal): -13313021 or 252980. OLE color: 252980.
HSL color Cylindrical-coordinate representation of color #34DC03: hue angle of 106.45º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34DC03 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 220 | 3 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.14 |
| HSL | 106.45º | 0.97% | 0.44% | - |
| HSV(B) | 106.45º | 0.99% | 0.86% | - |
| XYZ | 27.03 | 51.92 | 8.68 | - |
| YUV | 145.03 | 47.84 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 3 | 0.76 | 0 | 0.99 | 0.14 | 106.45 | 0.97 | 0.44 |
| Hex | 34 | DC | 3 | 4C | 0 | 63 | E | 6A | 61 | 2C |
| Octal | 64 | 334 | 3 | 114 | 0 | 143 | 16 | 152 | 141 | 54 |
| Binary | 110100 | 11011100 | 11 | 1001100 | 0 | 1100011 | 1110 | 1101010 | 1100001 | 101100 |
Color Harmonies of #34DC03
Complementary color
Monochromatic Colors of #34DC03
Black with #34DC03
Text Example
Text Example
White with #34DC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DC03; }
p { color: rgb(52,220,3); }
H1.HeaderClassName
{
color: #34DC03;
}
.AnyTagClassName
{
color: #34DC03;
}
</style>
background-color css
<style>
a { background-color: #34DC03; }
a { background-color: rgb(52,220,3); }
div.DivClassName
{
background-color: #34DC03;
}
.BgClassName
{
background-color: #34DC03;
}
</style>
border-color css
<style>
span { border-color: #34DC03; }
span { border-color: rgb(52,220,3); }
td.TdClassName
{
border-color: #34DC03;
}
.TagClassName
{
border-color: #34DC03;
}
</style>