Shades of Harlequin #33F80C
Tints of Harlequin #33F80C
RGB
CMYK
RGB Variations
Color information
#33F80C (or 0x33F80C) is known color: Harlequin. HEX triplet: 33, F8 and 0C. RGB value is (51,248,12). Sum of RGB (Red+Green+Blue) = 51+248+12=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 248 (97.27% from 255 or 79.74% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 248 - color contains mainly: green. Hex color #33F80C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #33F80C is #CC07F3. Grayscale: #A2A2A2. Windows color (decimal): -13371380 or 849971. OLE color: 849971.
HSL color Cylindrical-coordinate representation of color #33F80C: hue angle of 110.08º 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 #33F80C is Cyan = 0.79, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 51 | 248 | 12 | - |
| CMYK | 0.79 | 0 | 0.95 | 0.03 |
| HSL | 110.08º | 0.94% | 0.51% | - |
| HSV(B) | 110.08º | 0.95% | 0.97% | - |
| XYZ | 35 | 67.87 | 11.6 | - |
| YUV | 162.19 | 43.23 | 48.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 248 | 12 | 0.79 | 0 | 0.95 | 0.03 | 110.08 | 0.94 | 0.51 |
| Hex | 33 | F8 | C | 4F | 0 | 5F | 3 | 6E | 5E | 33 |
| Octal | 63 | 370 | 14 | 117 | 0 | 137 | 3 | 156 | 136 | 63 |
| Binary | 110011 | 11111000 | 1100 | 1001111 | 0 | 1011111 | 11 | 1101110 | 1011110 | 110011 |
Color Harmonies of #33F80C
Complementary color
Monochromatic Colors of #33F80C
Black with #33F80C
Text Example
Text Example
White with #33F80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F80C; }
p { color: rgb(51,248,12); }
H1.HeaderClassName
{
color: #33F80C;
}
.AnyTagClassName
{
color: #33F80C;
}
</style>
background-color css
<style>
a { background-color: #33F80C; }
a { background-color: rgb(51,248,12); }
div.DivClassName
{
background-color: #33F80C;
}
.BgClassName
{
background-color: #33F80C;
}
</style>
border-color css
<style>
span { border-color: #33F80C; }
span { border-color: rgb(51,248,12); }
td.TdClassName
{
border-color: #33F80C;
}
.TagClassName
{
border-color: #33F80C;
}
</style>