Shades of Harlequin #33FF2D
Tints of Harlequin #33FF2D
RGB
CMYK
RGB Variations
Color information
#33FF2D (or 0x33FF2D) is known color: Harlequin. HEX triplet: 33, FF and 2D. RGB value is (51,255,45). Sum of RGB (Red+Green+Blue) = 51+255+45=351 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.53% from 351); Green value is 255 (100% from 255 or 72.65% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 255 - color contains mainly: green. Hex color #33FF2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FF2D is #CC00D2. Grayscale: #AAAAAA. Windows color (decimal): -13369555 or 3014451. OLE color: 3014451.
HSL color Cylindrical-coordinate representation of color #33FF2D: hue angle of 118.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #33FF2D is Cyan = 0.8, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 255 | 45 | - |
| CMYK | 0.8 | 0 | 0.82 | 0 |
| HSL | 118.29º | 1% | 0.59% | - |
| HSV(B) | 118.29º | 0.82% | 1% | - |
| XYZ | 37.6 | 72.41 | 14.48 | - |
| YUV | 170.06 | 57.41 | 43.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 255 | 45 | 0.8 | 0 | 0.82 | 0 | 118.29 | 1 | 0.59 |
| Hex | 33 | FF | 2D | 50 | 0 | 52 | 0 | 76 | 64 | 3B |
| Octal | 63 | 377 | 55 | 120 | 0 | 122 | 0 | 166 | 144 | 73 |
| Binary | 110011 | 11111111 | 101101 | 1010000 | 0 | 1010010 | 0 | 1110110 | 1100100 | 111011 |
Color Harmonies of #33FF2D
Complementary color
Monochromatic Colors of #33FF2D
Black with #33FF2D
Text Example
Text Example
White with #33FF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FF2D; }
p { color: rgb(51,255,45); }
H1.HeaderClassName
{
color: #33FF2D;
}
.AnyTagClassName
{
color: #33FF2D;
}
</style>
background-color css
<style>
a { background-color: #33FF2D; }
a { background-color: rgb(51,255,45); }
div.DivClassName
{
background-color: #33FF2D;
}
.BgClassName
{
background-color: #33FF2D;
}
</style>
border-color css
<style>
span { border-color: #33FF2D; }
span { border-color: rgb(51,255,45); }
td.TdClassName
{
border-color: #33FF2D;
}
.TagClassName
{
border-color: #33FF2D;
}
</style>