Shades of Harlequin #34DB03
Tints of Harlequin #34DB03
RGB
CMYK
RGB Variations
Color information
#34DB03 (or 0x34DB03) is known color: Harlequin. HEX triplet: 34, DB and 03. RGB value is (52,219,3). Sum of RGB (Red+Green+Blue) = 52+219+3=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 219 (85.94% from 255 or 79.93% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 219 - color contains mainly: green. Hex color #34DB03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34DB03 is #CB24FC. Grayscale: #919191. Windows color (decimal): -13313277 or 252724. OLE color: 252724.
HSL color Cylindrical-coordinate representation of color #34DB03: hue angle of 106.39º 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 #34DB03 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 219 | 3 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.14 |
| HSL | 106.39º | 0.97% | 0.44% | - |
| HSV(B) | 106.39º | 0.99% | 0.86% | - |
| XYZ | 26.76 | 51.4 | 8.6 | - |
| YUV | 144.44 | 48.17 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 219 | 3 | 0.76 | 0 | 0.99 | 0.14 | 106.39 | 0.97 | 0.44 |
| Hex | 34 | DB | 3 | 4C | 0 | 63 | E | 6A | 61 | 2C |
| Octal | 64 | 333 | 3 | 114 | 0 | 143 | 16 | 152 | 141 | 54 |
| Binary | 110100 | 11011011 | 11 | 1001100 | 0 | 1100011 | 1110 | 1101010 | 1100001 | 101100 |
Color Harmonies of #34DB03
Complementary color
Monochromatic Colors of #34DB03
Black with #34DB03
Text Example
Text Example
White with #34DB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DB03; }
p { color: rgb(52,219,3); }
H1.HeaderClassName
{
color: #34DB03;
}
.AnyTagClassName
{
color: #34DB03;
}
</style>
background-color css
<style>
a { background-color: #34DB03; }
a { background-color: rgb(52,219,3); }
div.DivClassName
{
background-color: #34DB03;
}
.BgClassName
{
background-color: #34DB03;
}
</style>
border-color css
<style>
span { border-color: #34DB03; }
span { border-color: rgb(52,219,3); }
td.TdClassName
{
border-color: #34DB03;
}
.TagClassName
{
border-color: #34DB03;
}
</style>