Shades of Harlequin #33E008
Tints of Harlequin #33E008
RGB
CMYK
RGB Variations
Color information
#33E008 (or 0x33E008) is known color: Harlequin. HEX triplet: 33, E0 and 08. RGB value is (51,224,8). Sum of RGB (Red+Green+Blue) = 51+224+8=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 224 (87.89% from 255 or 79.15% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 224 - color contains mainly: green. Hex color #33E008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33E008 is #CC1FF7. Grayscale: #949494. Windows color (decimal): -13377528 or 581683. OLE color: 581683.
HSL color Cylindrical-coordinate representation of color #33E008: hue angle of 108.06º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #33E008 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 224 | 8 | - |
| CMYK | 0.77 | 0 | 0.96 | 0.12 |
| HSL | 108.06º | 0.93% | 0.45% | - |
| HSV(B) | 108.06º | 0.96% | 0.88% | - |
| XYZ | 28.06 | 54.03 | 9.18 | - |
| YUV | 147.65 | 49.19 | 59.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 224 | 8 | 0.77 | 0 | 0.96 | 0.12 | 108.06 | 0.93 | 0.45 |
| Hex | 33 | E0 | 8 | 4D | 0 | 60 | C | 6C | 5D | 2D |
| Octal | 63 | 340 | 10 | 115 | 0 | 140 | 14 | 154 | 135 | 55 |
| Binary | 110011 | 11100000 | 1000 | 1001101 | 0 | 1100000 | 1100 | 1101100 | 1011101 | 101101 |
Color Harmonies of #33E008
Complementary color
Monochromatic Colors of #33E008
Black with #33E008
Text Example
Text Example
White with #33E008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E008; }
p { color: rgb(51,224,8); }
H1.HeaderClassName
{
color: #33E008;
}
.AnyTagClassName
{
color: #33E008;
}
</style>
background-color css
<style>
a { background-color: #33E008; }
a { background-color: rgb(51,224,8); }
div.DivClassName
{
background-color: #33E008;
}
.BgClassName
{
background-color: #33E008;
}
</style>
border-color css
<style>
span { border-color: #33E008; }
span { border-color: rgb(51,224,8); }
td.TdClassName
{
border-color: #33E008;
}
.TagClassName
{
border-color: #33E008;
}
</style>