Shades of Harlequin #33E404
Tints of Harlequin #33E404
RGB
CMYK
RGB Variations
Color information
#33E404 (or 0x33E404) is known color: Harlequin. HEX triplet: 33, E4 and 04. RGB value is (51,228,4). Sum of RGB (Red+Green+Blue) = 51+228+4=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 228 (89.45% from 255 or 80.57% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 228 - color contains mainly: green. Hex color #33E404 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33E404 is #CC1BFB. Grayscale: #969696. Windows color (decimal): -13376508 or 320563. OLE color: 320563.
HSL color Cylindrical-coordinate representation of color #33E404: hue angle of 107.41º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #33E404 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 228 | 4 | - |
| CMYK | 0.78 | 0 | 0.98 | 0.11 |
| HSL | 107.41º | 0.97% | 0.45% | - |
| HSV(B) | 107.41º | 0.98% | 0.89% | - |
| XYZ | 29.13 | 56.2 | 9.43 | - |
| YUV | 149.54 | 45.86 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 228 | 4 | 0.78 | 0 | 0.98 | 0.11 | 107.41 | 0.97 | 0.45 |
| Hex | 33 | E4 | 4 | 4E | 0 | 62 | B | 6B | 61 | 2D |
| Octal | 63 | 344 | 4 | 116 | 0 | 142 | 13 | 153 | 141 | 55 |
| Binary | 110011 | 11100100 | 100 | 1001110 | 0 | 1100010 | 1011 | 1101011 | 1100001 | 101101 |
Color Harmonies of #33E404
Complementary color
Monochromatic Colors of #33E404
Black with #33E404
Text Example
Text Example
White with #33E404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E404; }
p { color: rgb(51,228,4); }
H1.HeaderClassName
{
color: #33E404;
}
.AnyTagClassName
{
color: #33E404;
}
</style>
background-color css
<style>
a { background-color: #33E404; }
a { background-color: rgb(51,228,4); }
div.DivClassName
{
background-color: #33E404;
}
.BgClassName
{
background-color: #33E404;
}
</style>
border-color css
<style>
span { border-color: #33E404; }
span { border-color: rgb(51,228,4); }
td.TdClassName
{
border-color: #33E404;
}
.TagClassName
{
border-color: #33E404;
}
</style>