Shades of Harlequin #33F70C
Tints of Harlequin #33F70C
RGB
CMYK
RGB Variations
Color information
#33F70C (or 0x33F70C) is known color: Harlequin. HEX triplet: 33, F7 and 0C. RGB value is (51,247,12). Sum of RGB (Red+Green+Blue) = 51+247+12=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 247 (96.88% from 255 or 79.68% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 247 - color contains mainly: green. Hex color #33F70C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #33F70C is #CC08F3. Grayscale: #A2A2A2. Windows color (decimal): -13371636 or 849715. OLE color: 849715.
HSL color Cylindrical-coordinate representation of color #33F70C: hue angle of 110.04º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #33F70C is Cyan = 0.79, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 51 | 247 | 12 | - |
| CMYK | 0.79 | 0 | 0.95 | 0.03 |
| HSL | 110.04º | 0.94% | 0.51% | - |
| HSV(B) | 110.04º | 0.95% | 0.97% | - |
| XYZ | 34.69 | 67.25 | 11.5 | - |
| YUV | 161.61 | 43.57 | 49.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 247 | 12 | 0.79 | 0 | 0.95 | 0.03 | 110.04 | 0.94 | 0.51 |
| Hex | 33 | F7 | C | 4F | 0 | 5F | 3 | 6E | 5E | 33 |
| Octal | 63 | 367 | 14 | 117 | 0 | 137 | 3 | 156 | 136 | 63 |
| Binary | 110011 | 11110111 | 1100 | 1001111 | 0 | 1011111 | 11 | 1101110 | 1011110 | 110011 |
Color Harmonies of #33F70C
Complementary color
Monochromatic Colors of #33F70C
Black with #33F70C
Text Example
Text Example
White with #33F70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F70C; }
p { color: rgb(51,247,12); }
H1.HeaderClassName
{
color: #33F70C;
}
.AnyTagClassName
{
color: #33F70C;
}
</style>
background-color css
<style>
a { background-color: #33F70C; }
a { background-color: rgb(51,247,12); }
div.DivClassName
{
background-color: #33F70C;
}
.BgClassName
{
background-color: #33F70C;
}
</style>
border-color css
<style>
span { border-color: #33F70C; }
span { border-color: rgb(51,247,12); }
td.TdClassName
{
border-color: #33F70C;
}
.TagClassName
{
border-color: #33F70C;
}
</style>