Shades of Harlequin #33EA02
Tints of Harlequin #33EA02
RGB
CMYK
RGB Variations
Color information
#33EA02 (or 0x33EA02) is known color: Harlequin. HEX triplet: 33, EA and 02. RGB value is (51,234,2). Sum of RGB (Red+Green+Blue) = 51+234+2=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 234 (91.80% from 255 or 81.53% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 234 - color contains mainly: green. Hex color #33EA02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #33EA02 is #CC15FD. Grayscale: #999999. Windows color (decimal): -13374974 or 191027. OLE color: 191027.
HSL color Cylindrical-coordinate representation of color #33EA02: hue angle of 107.33º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #33EA02 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 234 | 2 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.08 |
| HSL | 107.33º | 0.98% | 0.46% | - |
| HSV(B) | 107.33º | 0.99% | 0.92% | - |
| XYZ | 30.8 | 59.55 | 9.93 | - |
| YUV | 152.84 | 42.87 | 55.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 234 | 2 | 0.78 | 0 | 0.99 | 0.08 | 107.33 | 0.98 | 0.46 |
| Hex | 33 | EA | 2 | 4E | 0 | 63 | 8 | 6B | 62 | 2E |
| Octal | 63 | 352 | 2 | 116 | 0 | 143 | 10 | 153 | 142 | 56 |
| Binary | 110011 | 11101010 | 10 | 1001110 | 0 | 1100011 | 1000 | 1101011 | 1100010 | 101110 |
Color Harmonies of #33EA02
Complementary color
Monochromatic Colors of #33EA02
Black with #33EA02
Text Example
Text Example
White with #33EA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EA02; }
p { color: rgb(51,234,2); }
H1.HeaderClassName
{
color: #33EA02;
}
.AnyTagClassName
{
color: #33EA02;
}
</style>
background-color css
<style>
a { background-color: #33EA02; }
a { background-color: rgb(51,234,2); }
div.DivClassName
{
background-color: #33EA02;
}
.BgClassName
{
background-color: #33EA02;
}
</style>
border-color css
<style>
span { border-color: #33EA02; }
span { border-color: rgb(51,234,2); }
td.TdClassName
{
border-color: #33EA02;
}
.TagClassName
{
border-color: #33EA02;
}
</style>