Shades of Harlequin #33ED00
Tints of Harlequin #33ED00
RGB
CMYK
RGB Variations
Color information
#33ED00 (or 0x33ED00) is known color: Harlequin. HEX triplet: 33, ED and 00. RGB value is (51,237,0). Sum of RGB (Red+Green+Blue) = 51+237+0=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 237 (92.97% from 255 or 82.29% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 237 - color contains mainly: green. Hex color #33ED00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #33ED00 is #CC12FF. Grayscale: #9B9B9B. Windows color (decimal): -13374208 or 60723. OLE color: 60723.
HSL color Cylindrical-coordinate representation of color #33ED00: hue angle of 107.09º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #33ED00 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 237 | 0 | - |
| CMYK | 0.78 | 0 | 1 | 0.07 |
| HSL | 107.09º | 1% | 0.46% | - |
| HSV(B) | 107.09º | 1% | 0.93% | - |
| XYZ | 31.65 | 61.27 | 10.16 | - |
| YUV | 154.37 | 40.88 | 54.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 237 | 0 | 0.78 | 0 | 1 | 0.07 | 107.09 | 1 | 0.46 |
| Hex | 33 | ED | 0 | 4E | 0 | 64 | 7 | 6B | 64 | 2E |
| Octal | 63 | 355 | 0 | 116 | 0 | 144 | 7 | 153 | 144 | 56 |
| Binary | 110011 | 11101101 | 0 | 1001110 | 0 | 1100100 | 111 | 1101011 | 1100100 | 101110 |
Color Harmonies of #33ED00
Complementary color
Monochromatic Colors of #33ED00
Black with #33ED00
Text Example
Text Example
White with #33ED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ED00; }
p { color: rgb(51,237,0); }
H1.HeaderClassName
{
color: #33ED00;
}
.AnyTagClassName
{
color: #33ED00;
}
</style>
background-color css
<style>
a { background-color: #33ED00; }
a { background-color: rgb(51,237,0); }
div.DivClassName
{
background-color: #33ED00;
}
.BgClassName
{
background-color: #33ED00;
}
</style>
border-color css
<style>
span { border-color: #33ED00; }
span { border-color: rgb(51,237,0); }
td.TdClassName
{
border-color: #33ED00;
}
.TagClassName
{
border-color: #33ED00;
}
</style>