Shades of Harlequin #33DC03
Tints of Harlequin #33DC03
RGB
CMYK
RGB Variations
Color information
#33DC03 (or 0x33DC03) is known color: Harlequin. HEX triplet: 33, DC and 03. RGB value is (51,220,3). Sum of RGB (Red+Green+Blue) = 51+220+3=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 220 (86.33% from 255 or 80.29% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 220 - color contains mainly: green. Hex color #33DC03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33DC03 is #CC23FC. Grayscale: #919191. Windows color (decimal): -13378557 or 252979. OLE color: 252979.
HSL color Cylindrical-coordinate representation of color #33DC03: hue angle of 106.73º 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 #33DC03 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 220 | 3 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.14 |
| HSL | 106.73º | 0.97% | 0.44% | - |
| HSV(B) | 106.73º | 0.99% | 0.86% | - |
| XYZ | 26.97 | 51.9 | 8.68 | - |
| YUV | 144.73 | 48.01 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 220 | 3 | 0.77 | 0 | 0.99 | 0.14 | 106.73 | 0.97 | 0.44 |
| Hex | 33 | DC | 3 | 4D | 0 | 63 | E | 6B | 61 | 2C |
| Octal | 63 | 334 | 3 | 115 | 0 | 143 | 16 | 153 | 141 | 54 |
| Binary | 110011 | 11011100 | 11 | 1001101 | 0 | 1100011 | 1110 | 1101011 | 1100001 | 101100 |
Color Harmonies of #33DC03
Complementary color
Monochromatic Colors of #33DC03
Black with #33DC03
Text Example
Text Example
White with #33DC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DC03; }
p { color: rgb(51,220,3); }
H1.HeaderClassName
{
color: #33DC03;
}
.AnyTagClassName
{
color: #33DC03;
}
</style>
background-color css
<style>
a { background-color: #33DC03; }
a { background-color: rgb(51,220,3); }
div.DivClassName
{
background-color: #33DC03;
}
.BgClassName
{
background-color: #33DC03;
}
</style>
border-color css
<style>
span { border-color: #33DC03; }
span { border-color: rgb(51,220,3); }
td.TdClassName
{
border-color: #33DC03;
}
.TagClassName
{
border-color: #33DC03;
}
</style>