Shades of Harlequin #33DD08
Tints of Harlequin #33DD08
RGB
CMYK
RGB Variations
Color information
#33DD08 (or 0x33DD08) is known color: Harlequin. HEX triplet: 33, DD and 08. RGB value is (51,221,8). Sum of RGB (Red+Green+Blue) = 51+221+8=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 221 (86.72% from 255 or 78.93% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33DD08 is #CC22F7. Grayscale: #929292. Windows color (decimal): -13378296 or 580915. OLE color: 580915.
HSL color Cylindrical-coordinate representation of color #33DD08: hue angle of 107.89º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #33DD08 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 221 | 8 | - |
| CMYK | 0.77 | 0 | 0.96 | 0.13 |
| HSL | 107.89º | 0.93% | 0.45% | - |
| HSV(B) | 107.89º | 0.96% | 0.87% | - |
| XYZ | 27.27 | 52.43 | 8.91 | - |
| YUV | 145.89 | 50.18 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 221 | 8 | 0.77 | 0 | 0.96 | 0.13 | 107.89 | 0.93 | 0.45 |
| Hex | 33 | DD | 8 | 4D | 0 | 60 | D | 6C | 5D | 2D |
| Octal | 63 | 335 | 10 | 115 | 0 | 140 | 15 | 154 | 135 | 55 |
| Binary | 110011 | 11011101 | 1000 | 1001101 | 0 | 1100000 | 1101 | 1101100 | 1011101 | 101101 |
Color Harmonies of #33DD08
Complementary color
Monochromatic Colors of #33DD08
Black with #33DD08
Text Example
Text Example
White with #33DD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DD08; }
p { color: rgb(51,221,8); }
H1.HeaderClassName
{
color: #33DD08;
}
.AnyTagClassName
{
color: #33DD08;
}
</style>
background-color css
<style>
a { background-color: #33DD08; }
a { background-color: rgb(51,221,8); }
div.DivClassName
{
background-color: #33DD08;
}
.BgClassName
{
background-color: #33DD08;
}
</style>
border-color css
<style>
span { border-color: #33DD08; }
span { border-color: rgb(51,221,8); }
td.TdClassName
{
border-color: #33DD08;
}
.TagClassName
{
border-color: #33DD08;
}
</style>