Shades of Harlequin #33E012
Tints of Harlequin #33E012
RGB
CMYK
RGB Variations
Color information
#33E012 (or 0x33E012) is known color: Harlequin. HEX triplet: 33, E0 and 12. RGB value is (51,224,18). Sum of RGB (Red+Green+Blue) = 51+224+18=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 224 (87.89% from 255 or 76.45% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 224 - color contains mainly: green. Hex color #33E012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33E012 is #CC1FED. Grayscale: #959595. Windows color (decimal): -13377518 or 1237043. OLE color: 1237043.
HSL color Cylindrical-coordinate representation of color #33E012: hue angle of 110.39º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #33E012 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 224 | 18 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.12 |
| HSL | 110.39º | 0.85% | 0.47% | - |
| HSV(B) | 110.39º | 0.92% | 0.88% | - |
| XYZ | 28.13 | 54.06 | 9.52 | - |
| YUV | 148.79 | 54.19 | 58.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 224 | 18 | 0.77 | 0 | 0.92 | 0.12 | 110.39 | 0.85 | 0.47 |
| Hex | 33 | E0 | 12 | 4D | 0 | 5C | C | 6E | 55 | 2F |
| Octal | 63 | 340 | 22 | 115 | 0 | 134 | 14 | 156 | 125 | 57 |
| Binary | 110011 | 11100000 | 10010 | 1001101 | 0 | 1011100 | 1100 | 1101110 | 1010101 | 101111 |
Color Harmonies of #33E012
Complementary color
Monochromatic Colors of #33E012
Black with #33E012
Text Example
Text Example
White with #33E012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E012; }
p { color: rgb(51,224,18); }
H1.HeaderClassName
{
color: #33E012;
}
.AnyTagClassName
{
color: #33E012;
}
</style>
background-color css
<style>
a { background-color: #33E012; }
a { background-color: rgb(51,224,18); }
div.DivClassName
{
background-color: #33E012;
}
.BgClassName
{
background-color: #33E012;
}
</style>
border-color css
<style>
span { border-color: #33E012; }
span { border-color: rgb(51,224,18); }
td.TdClassName
{
border-color: #33E012;
}
.TagClassName
{
border-color: #33E012;
}
</style>