Shades of Harlequin #33F21B
Tints of Harlequin #33F21B
RGB
CMYK
RGB Variations
Color information
#33F21B (or 0x33F21B) is known color: Harlequin. HEX triplet: 33, F2 and 1B. RGB value is (51,242,27). Sum of RGB (Red+Green+Blue) = 51+242+27=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 242 (94.92% from 255 or 75.62% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 242 - color contains mainly: green. Hex color #33F21B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F21B is #CC0DE4. Grayscale: #A1A1A1. Windows color (decimal): -13372901 or 1831475. OLE color: 1831475.
HSL color Cylindrical-coordinate representation of color #33F21B: hue angle of 113.3º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #33F21B is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 242 | 27 | - |
| CMYK | 0.79 | 0 | 0.89 | 0.05 |
| HSL | 113.3º | 0.89% | 0.53% | - |
| HSV(B) | 113.3º | 0.89% | 0.95% | - |
| XYZ | 33.32 | 64.29 | 11.69 | - |
| YUV | 160.38 | 52.72 | 49.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 242 | 27 | 0.79 | 0 | 0.89 | 0.05 | 113.3 | 0.89 | 0.53 |
| Hex | 33 | F2 | 1B | 4F | 0 | 59 | 5 | 71 | 59 | 35 |
| Octal | 63 | 362 | 33 | 117 | 0 | 131 | 5 | 161 | 131 | 65 |
| Binary | 110011 | 11110010 | 11011 | 1001111 | 0 | 1011001 | 101 | 1110001 | 1011001 | 110101 |
Color Harmonies of #33F21B
Complementary color
Monochromatic Colors of #33F21B
Black with #33F21B
Text Example
Text Example
White with #33F21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F21B; }
p { color: rgb(51,242,27); }
H1.HeaderClassName
{
color: #33F21B;
}
.AnyTagClassName
{
color: #33F21B;
}
</style>
background-color css
<style>
a { background-color: #33F21B; }
a { background-color: rgb(51,242,27); }
div.DivClassName
{
background-color: #33F21B;
}
.BgClassName
{
background-color: #33F21B;
}
</style>
border-color css
<style>
span { border-color: #33F21B; }
span { border-color: rgb(51,242,27); }
td.TdClassName
{
border-color: #33F21B;
}
.TagClassName
{
border-color: #33F21B;
}
</style>