Shades of Harlequin #33E006
Tints of Harlequin #33E006
RGB
CMYK
RGB Variations
Color information
#33E006 (or 0x33E006) is known color: Harlequin. HEX triplet: 33, E0 and 06. RGB value is (51,224,6). Sum of RGB (Red+Green+Blue) = 51+224+6=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 224 (87.89% from 255 or 79.72% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 224 - color contains mainly: green. Hex color #33E006 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33E006 is #CC1FF9. Grayscale: #949494. Windows color (decimal): -13377530 or 450611. OLE color: 450611.
HSL color Cylindrical-coordinate representation of color #33E006: hue angle of 107.61º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #33E006 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 224 | 6 | - |
| CMYK | 0.77 | 0 | 0.97 | 0.12 |
| HSL | 107.61º | 0.95% | 0.45% | - |
| HSV(B) | 107.61º | 0.97% | 0.88% | - |
| XYZ | 28.05 | 54.03 | 9.12 | - |
| YUV | 147.42 | 48.19 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 224 | 6 | 0.77 | 0 | 0.97 | 0.12 | 107.61 | 0.95 | 0.45 |
| Hex | 33 | E0 | 6 | 4D | 0 | 61 | C | 6C | 5F | 2D |
| Octal | 63 | 340 | 6 | 115 | 0 | 141 | 14 | 154 | 137 | 55 |
| Binary | 110011 | 11100000 | 110 | 1001101 | 0 | 1100001 | 1100 | 1101100 | 1011111 | 101101 |
Color Harmonies of #33E006
Complementary color
Monochromatic Colors of #33E006
Black with #33E006
Text Example
Text Example
White with #33E006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E006; }
p { color: rgb(51,224,6); }
H1.HeaderClassName
{
color: #33E006;
}
.AnyTagClassName
{
color: #33E006;
}
</style>
background-color css
<style>
a { background-color: #33E006; }
a { background-color: rgb(51,224,6); }
div.DivClassName
{
background-color: #33E006;
}
.BgClassName
{
background-color: #33E006;
}
</style>
border-color css
<style>
span { border-color: #33E006; }
span { border-color: rgb(51,224,6); }
td.TdClassName
{
border-color: #33E006;
}
.TagClassName
{
border-color: #33E006;
}
</style>