Shades of Harlequin #33F902
Tints of Harlequin #33F902
RGB
CMYK
RGB Variations
Color information
#33F902 (or 0x33F902) is known color: Harlequin. HEX triplet: 33, F9 and 02. RGB value is (51,249,2). Sum of RGB (Red+Green+Blue) = 51+249+2=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 249 (97.66% from 255 or 82.45% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 249 - color contains mainly: green. Hex color #33F902 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #33F902 is #CC06FD. Grayscale: #A2A2A2. Windows color (decimal): -13371134 or 194867. OLE color: 194867.
HSL color Cylindrical-coordinate representation of color #33F902: hue angle of 108.1º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #33F902 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 249 | 2 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.02 |
| HSL | 108.1º | 0.98% | 0.49% | - |
| HSV(B) | 108.1º | 0.99% | 0.98% | - |
| XYZ | 35.25 | 68.46 | 11.41 | - |
| YUV | 161.64 | 37.9 | 49.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 249 | 2 | 0.80 | 0 | 0.99 | 0.02 | 108.1 | 0.98 | 0.49 |
| Hex | 33 | F9 | 2 | 50 | 0 | 63 | 2 | 6C | 62 | 31 |
| Octal | 63 | 371 | 2 | 120 | 0 | 143 | 2 | 154 | 142 | 61 |
| Binary | 110011 | 11111001 | 10 | 1010000 | 0 | 1100011 | 10 | 1101100 | 1100010 | 110001 |
Color Harmonies of #33F902
Complementary color
Monochromatic Colors of #33F902
Black with #33F902
Text Example
Text Example
White with #33F902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F902; }
p { color: rgb(51,249,2); }
H1.HeaderClassName
{
color: #33F902;
}
.AnyTagClassName
{
color: #33F902;
}
</style>
background-color css
<style>
a { background-color: #33F902; }
a { background-color: rgb(51,249,2); }
div.DivClassName
{
background-color: #33F902;
}
.BgClassName
{
background-color: #33F902;
}
</style>
border-color css
<style>
span { border-color: #33F902; }
span { border-color: rgb(51,249,2); }
td.TdClassName
{
border-color: #33F902;
}
.TagClassName
{
border-color: #33F902;
}
</style>