Shades of Harlequin #33FE1D
Tints of Harlequin #33FE1D
RGB
CMYK
RGB Variations
Color information
#33FE1D (or 0x33FE1D) is known color: Harlequin. HEX triplet: 33, FE and 1D. RGB value is (51,254,29). Sum of RGB (Red+Green+Blue) = 51+254+29=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 254 (99.61% from 255 or 76.05% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 254 - color contains mainly: green. Hex color #33FE1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FE1D is #CC01E2. Grayscale: #A8A8A8. Windows color (decimal): -13369827 or 1965619. OLE color: 1965619.
HSL color Cylindrical-coordinate representation of color #33FE1D: hue angle of 114.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #33FE1D is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 254 | 29 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.00 |
| HSL | 114.13º | 0.99% | 0.55% | - |
| HSV(B) | 114.13º | 0.89% | 1% | - |
| XYZ | 37.03 | 71.68 | 13.05 | - |
| YUV | 167.65 | 49.75 | 44.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 254 | 29 | 0.80 | 0 | 0.89 | 0.00 | 114.13 | 0.99 | 0.55 |
| Hex | 33 | FE | 1D | 50 | 0 | 59 | 0 | 72 | 63 | 37 |
| Octal | 63 | 376 | 35 | 120 | 0 | 131 | 0 | 162 | 143 | 67 |
| Binary | 110011 | 11111110 | 11101 | 1010000 | 0 | 1011001 | 0 | 1110010 | 1100011 | 110111 |
Color Harmonies of #33FE1D
Complementary color
Monochromatic Colors of #33FE1D
Black with #33FE1D
Text Example
Text Example
White with #33FE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FE1D; }
p { color: rgb(51,254,29); }
H1.HeaderClassName
{
color: #33FE1D;
}
.AnyTagClassName
{
color: #33FE1D;
}
</style>
background-color css
<style>
a { background-color: #33FE1D; }
a { background-color: rgb(51,254,29); }
div.DivClassName
{
background-color: #33FE1D;
}
.BgClassName
{
background-color: #33FE1D;
}
</style>
border-color css
<style>
span { border-color: #33FE1D; }
span { border-color: rgb(51,254,29); }
td.TdClassName
{
border-color: #33FE1D;
}
.TagClassName
{
border-color: #33FE1D;
}
</style>