Shades of Harlequin #33FF12
Tints of Harlequin #33FF12
RGB
CMYK
RGB Variations
Color information
#33FF12 (or 0x33FF12) is known color: Harlequin. HEX triplet: 33, FF and 12. RGB value is (51,255,18). Sum of RGB (Red+Green+Blue) = 51+255+18=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 255 (100% from 255 or 78.70% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 255 - color contains mainly: green. Hex color #33FF12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #33FF12 is #CC00ED. Grayscale: #A7A7A7. Windows color (decimal): -13369582 or 1244979. OLE color: 1244979.
HSL color Cylindrical-coordinate representation of color #33FF12: hue angle of 111.65º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #33FF12 is Cyan = 0.8, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 255 | 18 | - |
| CMYK | 0.8 | 0 | 0.93 | 0 |
| HSL | 111.65º | 1% | 0.54% | - |
| HSV(B) | 111.65º | 0.93% | 1% | - |
| XYZ | 37.23 | 72.27 | 12.56 | - |
| YUV | 166.99 | 43.91 | 45.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 255 | 18 | 0.8 | 0 | 0.93 | 0 | 111.65 | 1 | 0.54 |
| Hex | 33 | FF | 12 | 50 | 0 | 5D | 0 | 70 | 64 | 36 |
| Octal | 63 | 377 | 22 | 120 | 0 | 135 | 0 | 160 | 144 | 66 |
| Binary | 110011 | 11111111 | 10010 | 1010000 | 0 | 1011101 | 0 | 1110000 | 1100100 | 110110 |
Color Harmonies of #33FF12
Complementary color
Monochromatic Colors of #33FF12
Black with #33FF12
Text Example
Text Example
White with #33FF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FF12; }
p { color: rgb(51,255,18); }
H1.HeaderClassName
{
color: #33FF12;
}
.AnyTagClassName
{
color: #33FF12;
}
</style>
background-color css
<style>
a { background-color: #33FF12; }
a { background-color: rgb(51,255,18); }
div.DivClassName
{
background-color: #33FF12;
}
.BgClassName
{
background-color: #33FF12;
}
</style>
border-color css
<style>
span { border-color: #33FF12; }
span { border-color: rgb(51,255,18); }
td.TdClassName
{
border-color: #33FF12;
}
.TagClassName
{
border-color: #33FF12;
}
</style>