Shades of Harlequin #33D700
Tints of Harlequin #33D700
RGB
CMYK
RGB Variations
Color information
#33D700 (or 0x33D700) is known color: Harlequin. HEX triplet: 33, D7 and 00. RGB value is (51,215,0). Sum of RGB (Red+Green+Blue) = 51+215+0=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 215 (84.38% from 255 or 80.83% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 215 - color contains mainly: green. Hex color #33D700 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33D700 is #CC28FF. Grayscale: #8E8E8E. Windows color (decimal): -13379840 or 55091. OLE color: 55091.
HSL color Cylindrical-coordinate representation of color #33D700: hue angle of 105.77º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #33D700 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 215 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.16 |
| HSL | 105.77º | 1% | 0.42% | - |
| HSV(B) | 105.77º | 1% | 0.84% | - |
| XYZ | 25.67 | 49.3 | 8.16 | - |
| YUV | 141.45 | 48.17 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 215 | 0 | 0.76 | 0 | 1 | 0.16 | 105.77 | 1 | 0.42 |
| Hex | 33 | D7 | 0 | 4C | 0 | 64 | 10 | 6A | 64 | 2A |
| Octal | 63 | 327 | 0 | 114 | 0 | 144 | 20 | 152 | 144 | 52 |
| Binary | 110011 | 11010111 | 0 | 1001100 | 0 | 1100100 | 10000 | 1101010 | 1100100 | 101010 |
Color Harmonies of #33D700
Complementary color
Monochromatic Colors of #33D700
Black with #33D700
Text Example
Text Example
White with #33D700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D700; }
p { color: rgb(51,215,0); }
H1.HeaderClassName
{
color: #33D700;
}
.AnyTagClassName
{
color: #33D700;
}
</style>
background-color css
<style>
a { background-color: #33D700; }
a { background-color: rgb(51,215,0); }
div.DivClassName
{
background-color: #33D700;
}
.BgClassName
{
background-color: #33D700;
}
</style>
border-color css
<style>
span { border-color: #33D700; }
span { border-color: rgb(51,215,0); }
td.TdClassName
{
border-color: #33D700;
}
.TagClassName
{
border-color: #33D700;
}
</style>