Shades of Harlequin #33FE19
Tints of Harlequin #33FE19
RGB
CMYK
RGB Variations
Color information
#33FE19 (or 0x33FE19) is known color: Harlequin. HEX triplet: 33, FE and 19. RGB value is (51,254,25). Sum of RGB (Red+Green+Blue) = 51+254+25=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 254 (99.61% from 255 or 76.97% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 254 - color contains mainly: green. Hex color #33FE19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #33FE19 is #CC01E6. Grayscale: #A7A7A7. Windows color (decimal): -13369831 or 1703475. OLE color: 1703475.
HSL color Cylindrical-coordinate representation of color #33FE19: hue angle of 113.19º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #33FE19 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 254 | 25 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.00 |
| HSL | 113.19º | 0.99% | 0.55% | - |
| HSV(B) | 113.19º | 0.9% | 1% | - |
| XYZ | 36.98 | 71.66 | 12.8 | - |
| YUV | 167.2 | 47.75 | 45.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 254 | 25 | 0.80 | 0 | 0.90 | 0.00 | 113.19 | 0.99 | 0.55 |
| Hex | 33 | FE | 19 | 50 | 0 | 5A | 0 | 71 | 63 | 37 |
| Octal | 63 | 376 | 31 | 120 | 0 | 132 | 0 | 161 | 143 | 67 |
| Binary | 110011 | 11111110 | 11001 | 1010000 | 0 | 1011010 | 0 | 1110001 | 1100011 | 110111 |
Color Harmonies of #33FE19
Complementary color
Monochromatic Colors of #33FE19
Black with #33FE19
Text Example
Text Example
White with #33FE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FE19; }
p { color: rgb(51,254,25); }
H1.HeaderClassName
{
color: #33FE19;
}
.AnyTagClassName
{
color: #33FE19;
}
</style>
background-color css
<style>
a { background-color: #33FE19; }
a { background-color: rgb(51,254,25); }
div.DivClassName
{
background-color: #33FE19;
}
.BgClassName
{
background-color: #33FE19;
}
</style>
border-color css
<style>
span { border-color: #33FE19; }
span { border-color: rgb(51,254,25); }
td.TdClassName
{
border-color: #33FE19;
}
.TagClassName
{
border-color: #33FE19;
}
</style>