Shades of Harlequin #33E502
Tints of Harlequin #33E502
RGB
CMYK
RGB Variations
Color information
#33E502 (or 0x33E502) is known color: Harlequin. HEX triplet: 33, E5 and 02. RGB value is (51,229,2). Sum of RGB (Red+Green+Blue) = 51+229+2=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 229 (89.84% from 255 or 81.21% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 229 - color contains mainly: green. Hex color #33E502 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33E502 is #CC1AFD. Grayscale: #969696. Windows color (decimal): -13376254 or 189747. OLE color: 189747.
HSL color Cylindrical-coordinate representation of color #33E502: hue angle of 107.05º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #33E502 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 51 | 229 | 2 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.10 |
| HSL | 107.05º | 0.98% | 0.45% | - |
| HSV(B) | 107.05º | 0.99% | 0.9% | - |
| XYZ | 29.4 | 56.75 | 9.46 | - |
| YUV | 149.9 | 44.53 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 229 | 2 | 0.78 | 0 | 0.99 | 0.10 | 107.05 | 0.98 | 0.45 |
| Hex | 33 | E5 | 2 | 4E | 0 | 63 | A | 6B | 62 | 2D |
| Octal | 63 | 345 | 2 | 116 | 0 | 143 | 12 | 153 | 142 | 55 |
| Binary | 110011 | 11100101 | 10 | 1001110 | 0 | 1100011 | 1010 | 1101011 | 1100010 | 101101 |
Color Harmonies of #33E502
Complementary color
Monochromatic Colors of #33E502
Black with #33E502
Text Example
Text Example
White with #33E502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E502; }
p { color: rgb(51,229,2); }
H1.HeaderClassName
{
color: #33E502;
}
.AnyTagClassName
{
color: #33E502;
}
</style>
background-color css
<style>
a { background-color: #33E502; }
a { background-color: rgb(51,229,2); }
div.DivClassName
{
background-color: #33E502;
}
.BgClassName
{
background-color: #33E502;
}
</style>
border-color css
<style>
span { border-color: #33E502; }
span { border-color: rgb(51,229,2); }
td.TdClassName
{
border-color: #33E502;
}
.TagClassName
{
border-color: #33E502;
}
</style>