Shades of Harlequin #33FB16
Tints of Harlequin #33FB16
RGB
CMYK
RGB Variations
Color information
#33FB16 (or 0x33FB16) is known color: Harlequin. HEX triplet: 33, FB and 16. RGB value is (51,251,22). Sum of RGB (Red+Green+Blue) = 51+251+22=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 251 (98.44% from 255 or 77.47% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 251 - color contains mainly: green. Hex color #33FB16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #33FB16 is #CC04E9. Grayscale: #A5A5A5. Windows color (decimal): -13370602 or 1506099. OLE color: 1506099.
HSL color Cylindrical-coordinate representation of color #33FB16: hue angle of 112.4º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #33FB16 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 251 | 22 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.02 |
| HSL | 112.4º | 0.97% | 0.54% | - |
| HSV(B) | 112.4º | 0.91% | 0.98% | - |
| XYZ | 36.01 | 69.76 | 12.33 | - |
| YUV | 165.09 | 47.24 | 46.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 251 | 22 | 0.80 | 0 | 0.91 | 0.02 | 112.4 | 0.97 | 0.54 |
| Hex | 33 | FB | 16 | 50 | 0 | 5B | 2 | 70 | 61 | 36 |
| Octal | 63 | 373 | 26 | 120 | 0 | 133 | 2 | 160 | 141 | 66 |
| Binary | 110011 | 11111011 | 10110 | 1010000 | 0 | 1011011 | 10 | 1110000 | 1100001 | 110110 |
Color Harmonies of #33FB16
Complementary color
Monochromatic Colors of #33FB16
Black with #33FB16
Text Example
Text Example
White with #33FB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FB16; }
p { color: rgb(51,251,22); }
H1.HeaderClassName
{
color: #33FB16;
}
.AnyTagClassName
{
color: #33FB16;
}
</style>
background-color css
<style>
a { background-color: #33FB16; }
a { background-color: rgb(51,251,22); }
div.DivClassName
{
background-color: #33FB16;
}
.BgClassName
{
background-color: #33FB16;
}
</style>
border-color css
<style>
span { border-color: #33FB16; }
span { border-color: rgb(51,251,22); }
td.TdClassName
{
border-color: #33FB16;
}
.TagClassName
{
border-color: #33FB16;
}
</style>