Shades of Harlequin #33E307
Tints of Harlequin #33E307
RGB
CMYK
RGB Variations
Color information
#33E307 (or 0x33E307) is known color: Harlequin. HEX triplet: 33, E3 and 07. RGB value is (51,227,7). Sum of RGB (Red+Green+Blue) = 51+227+7=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 227 (89.06% from 255 or 79.65% from 285); Blue value is 7 (3.12% from 255 or 2.46% from 285); Max value from RGB is 227 - color contains mainly: green. Hex color #33E307 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33E307 is #CC1CF8. Grayscale: #969696. Windows color (decimal): -13376761 or 516915. OLE color: 516915.
HSL color Cylindrical-coordinate representation of color #33E307: hue angle of 108º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #33E307 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 227 | 7 | - |
| CMYK | 0.78 | 0 | 0.97 | 0.11 |
| HSL | 108º | 0.94% | 0.46% | - |
| HSV(B) | 108º | 0.97% | 0.89% | - |
| XYZ | 28.87 | 55.66 | 9.42 | - |
| YUV | 149.3 | 47.69 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 227 | 7 | 0.78 | 0 | 0.97 | 0.11 | 108 | 0.94 | 0.46 |
| Hex | 33 | E3 | 7 | 4E | 0 | 61 | B | 6C | 5E | 2E |
| Octal | 63 | 343 | 7 | 116 | 0 | 141 | 13 | 154 | 136 | 56 |
| Binary | 110011 | 11100011 | 111 | 1001110 | 0 | 1100001 | 1011 | 1101100 | 1011110 | 101110 |
Color Harmonies of #33E307
Complementary color
Monochromatic Colors of #33E307
Black with #33E307
Text Example
Text Example
White with #33E307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E307; }
p { color: rgb(51,227,7); }
H1.HeaderClassName
{
color: #33E307;
}
.AnyTagClassName
{
color: #33E307;
}
</style>
background-color css
<style>
a { background-color: #33E307; }
a { background-color: rgb(51,227,7); }
div.DivClassName
{
background-color: #33E307;
}
.BgClassName
{
background-color: #33E307;
}
</style>
border-color css
<style>
span { border-color: #33E307; }
span { border-color: rgb(51,227,7); }
td.TdClassName
{
border-color: #33E307;
}
.TagClassName
{
border-color: #33E307;
}
</style>