Shades of Harlequin #33FF2C
Tints of Harlequin #33FF2C
RGB
CMYK
RGB Variations
Color information
#33FF2C (or 0x33FF2C) is known color: Harlequin. HEX triplet: 33, FF and 2C. RGB value is (51,255,44). Sum of RGB (Red+Green+Blue) = 51+255+44=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 255 (100% from 255 or 72.86% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 255 - color contains mainly: green. Hex color #33FF2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FF2C is #CC00D3. Grayscale: #AAAAAA. Windows color (decimal): -13369556 or 2948915. OLE color: 2948915.
HSL color Cylindrical-coordinate representation of color #33FF2C: hue angle of 118.01º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #33FF2C is Cyan = 0.8, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 255 | 44 | - |
| CMYK | 0.8 | 0 | 0.83 | 0 |
| HSL | 118.01º | 1% | 0.59% | - |
| HSV(B) | 118.01º | 0.83% | 1% | - |
| XYZ | 37.58 | 72.41 | 14.38 | - |
| YUV | 169.95 | 56.91 | 43.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 255 | 44 | 0.8 | 0 | 0.83 | 0 | 118.01 | 1 | 0.59 |
| Hex | 33 | FF | 2C | 50 | 0 | 53 | 0 | 76 | 64 | 3B |
| Octal | 63 | 377 | 54 | 120 | 0 | 123 | 0 | 166 | 144 | 73 |
| Binary | 110011 | 11111111 | 101100 | 1010000 | 0 | 1010011 | 0 | 1110110 | 1100100 | 111011 |
Color Harmonies of #33FF2C
Complementary color
Monochromatic Colors of #33FF2C
Black with #33FF2C
Text Example
Text Example
White with #33FF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FF2C; }
p { color: rgb(51,255,44); }
H1.HeaderClassName
{
color: #33FF2C;
}
.AnyTagClassName
{
color: #33FF2C;
}
</style>
background-color css
<style>
a { background-color: #33FF2C; }
a { background-color: rgb(51,255,44); }
div.DivClassName
{
background-color: #33FF2C;
}
.BgClassName
{
background-color: #33FF2C;
}
</style>
border-color css
<style>
span { border-color: #33FF2C; }
span { border-color: rgb(51,255,44); }
td.TdClassName
{
border-color: #33FF2C;
}
.TagClassName
{
border-color: #33FF2C;
}
</style>