Shades of Harlequin #33DD0A
Tints of Harlequin #33DD0A
RGB
CMYK
RGB Variations
Color information
#33DD0A (or 0x33DD0A) is known color: Harlequin. HEX triplet: 33, DD and 0A. RGB value is (51,221,10). Sum of RGB (Red+Green+Blue) = 51+221+10=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 221 (86.72% from 255 or 78.37% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33DD0A is #CC22F5. Grayscale: #929292. Windows color (decimal): -13378294 or 711987. OLE color: 711987.
HSL color Cylindrical-coordinate representation of color #33DD0A: hue angle of 108.34º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #33DD0A is Cyan = 0.77, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 221 | 10 | - |
| CMYK | 0.77 | 0 | 0.95 | 0.13 |
| HSL | 108.34º | 0.91% | 0.45% | - |
| HSV(B) | 108.34º | 0.95% | 0.87% | - |
| XYZ | 27.28 | 52.44 | 8.97 | - |
| YUV | 146.12 | 51.18 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 221 | 10 | 0.77 | 0 | 0.95 | 0.13 | 108.34 | 0.91 | 0.45 |
| Hex | 33 | DD | A | 4D | 0 | 5F | D | 6C | 5B | 2D |
| Octal | 63 | 335 | 12 | 115 | 0 | 137 | 15 | 154 | 133 | 55 |
| Binary | 110011 | 11011101 | 1010 | 1001101 | 0 | 1011111 | 1101 | 1101100 | 1011011 | 101101 |
Color Harmonies of #33DD0A
Complementary color
Monochromatic Colors of #33DD0A
Black with #33DD0A
Text Example
Text Example
White with #33DD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DD0A; }
p { color: rgb(51,221,10); }
H1.HeaderClassName
{
color: #33DD0A;
}
.AnyTagClassName
{
color: #33DD0A;
}
</style>
background-color css
<style>
a { background-color: #33DD0A; }
a { background-color: rgb(51,221,10); }
div.DivClassName
{
background-color: #33DD0A;
}
.BgClassName
{
background-color: #33DD0A;
}
</style>
border-color css
<style>
span { border-color: #33DD0A; }
span { border-color: rgb(51,221,10); }
td.TdClassName
{
border-color: #33DD0A;
}
.TagClassName
{
border-color: #33DD0A;
}
</style>