Shades of Harlequin #33DF02
Tints of Harlequin #33DF02
RGB
CMYK
RGB Variations
Color information
#33DF02 (or 0x33DF02) is known color: Harlequin. HEX triplet: 33, DF and 02. RGB value is (51,223,2). Sum of RGB (Red+Green+Blue) = 51+223+2=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 223 (87.5% from 255 or 80.80% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 223 - color contains mainly: green. Hex color #33DF02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33DF02 is #CC20FD. Grayscale: #939393. Windows color (decimal): -13377790 or 188211. OLE color: 188211.
HSL color Cylindrical-coordinate representation of color #33DF02: hue angle of 106.7º degrees, saturation: 0.98, 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 #33DF02 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 223 | 2 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.13 |
| HSL | 106.7º | 0.98% | 0.44% | - |
| HSV(B) | 106.7º | 0.99% | 0.87% | - |
| XYZ | 27.76 | 53.48 | 8.92 | - |
| YUV | 146.38 | 46.52 | 59.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 223 | 2 | 0.77 | 0 | 0.99 | 0.13 | 106.7 | 0.98 | 0.44 |
| Hex | 33 | DF | 2 | 4D | 0 | 63 | D | 6B | 62 | 2C |
| Octal | 63 | 337 | 2 | 115 | 0 | 143 | 15 | 153 | 142 | 54 |
| Binary | 110011 | 11011111 | 10 | 1001101 | 0 | 1100011 | 1101 | 1101011 | 1100010 | 101100 |
Color Harmonies of #33DF02
Complementary color
Monochromatic Colors of #33DF02
Black with #33DF02
Text Example
Text Example
White with #33DF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DF02; }
p { color: rgb(51,223,2); }
H1.HeaderClassName
{
color: #33DF02;
}
.AnyTagClassName
{
color: #33DF02;
}
</style>
background-color css
<style>
a { background-color: #33DF02; }
a { background-color: rgb(51,223,2); }
div.DivClassName
{
background-color: #33DF02;
}
.BgClassName
{
background-color: #33DF02;
}
</style>
border-color css
<style>
span { border-color: #33DF02; }
span { border-color: rgb(51,223,2); }
td.TdClassName
{
border-color: #33DF02;
}
.TagClassName
{
border-color: #33DF02;
}
</style>