Shades of Harlequin #33DA04
Tints of Harlequin #33DA04
RGB
CMYK
RGB Variations
Color information
#33DA04 (or 0x33DA04) is known color: Harlequin. HEX triplet: 33, DA and 04. RGB value is (51,218,4). Sum of RGB (Red+Green+Blue) = 51+218+4=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 218 (85.55% from 255 or 79.85% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 218 - color contains mainly: green. Hex color #33DA04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33DA04 is #CC25FB. Grayscale: #909090. Windows color (decimal): -13379068 or 318003. OLE color: 318003.
HSL color Cylindrical-coordinate representation of color #33DA04: hue angle of 106.82º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #33DA04 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 218 | 4 | - |
| CMYK | 0.77 | 0 | 0.98 | 0.15 |
| HSL | 106.82º | 0.96% | 0.44% | - |
| HSV(B) | 106.82º | 0.98% | 0.85% | - |
| XYZ | 26.46 | 50.86 | 8.54 | - |
| YUV | 143.67 | 49.17 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 218 | 4 | 0.77 | 0 | 0.98 | 0.15 | 106.82 | 0.96 | 0.44 |
| Hex | 33 | DA | 4 | 4D | 0 | 62 | F | 6B | 60 | 2C |
| Octal | 63 | 332 | 4 | 115 | 0 | 142 | 17 | 153 | 140 | 54 |
| Binary | 110011 | 11011010 | 100 | 1001101 | 0 | 1100010 | 1111 | 1101011 | 1100000 | 101100 |
Color Harmonies of #33DA04
Complementary color
Monochromatic Colors of #33DA04
Black with #33DA04
Text Example
Text Example
White with #33DA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DA04; }
p { color: rgb(51,218,4); }
H1.HeaderClassName
{
color: #33DA04;
}
.AnyTagClassName
{
color: #33DA04;
}
</style>
background-color css
<style>
a { background-color: #33DA04; }
a { background-color: rgb(51,218,4); }
div.DivClassName
{
background-color: #33DA04;
}
.BgClassName
{
background-color: #33DA04;
}
</style>
border-color css
<style>
span { border-color: #33DA04; }
span { border-color: rgb(51,218,4); }
td.TdClassName
{
border-color: #33DA04;
}
.TagClassName
{
border-color: #33DA04;
}
</style>