Shades of Harlequin #33FA19
Tints of Harlequin #33FA19
RGB
CMYK
RGB Variations
Color information
#33FA19 (or 0x33FA19) is known color: Harlequin. HEX triplet: 33, FA and 19. RGB value is (51,250,25). Sum of RGB (Red+Green+Blue) = 51+250+25=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 250 (98.05% from 255 or 76.69% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 250 - color contains mainly: green. Hex color #33FA19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #33FA19 is #CC05E6. Grayscale: #A5A5A5. Windows color (decimal): -13370855 or 1702451. OLE color: 1702451.
HSL color Cylindrical-coordinate representation of color #33FA19: hue angle of 113.07º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #33FA19 is Cyan = 0.80, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 250 | 25 | - |
| CMYK | 0.80 | 0 | 0.9 | 0.02 |
| HSL | 113.07º | 0.96% | 0.54% | - |
| HSV(B) | 113.07º | 0.9% | 0.98% | - |
| XYZ | 35.73 | 69.15 | 12.38 | - |
| YUV | 164.85 | 49.07 | 46.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 250 | 25 | 0.80 | 0 | 0.9 | 0.02 | 113.07 | 0.96 | 0.54 |
| Hex | 33 | FA | 19 | 50 | 0 | 5A | 2 | 71 | 60 | 36 |
| Octal | 63 | 372 | 31 | 120 | 0 | 132 | 2 | 161 | 140 | 66 |
| Binary | 110011 | 11111010 | 11001 | 1010000 | 0 | 1011010 | 10 | 1110001 | 1100000 | 110110 |
Color Harmonies of #33FA19
Complementary color
Monochromatic Colors of #33FA19
Black with #33FA19
Text Example
Text Example
White with #33FA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FA19; }
p { color: rgb(51,250,25); }
H1.HeaderClassName
{
color: #33FA19;
}
.AnyTagClassName
{
color: #33FA19;
}
</style>
background-color css
<style>
a { background-color: #33FA19; }
a { background-color: rgb(51,250,25); }
div.DivClassName
{
background-color: #33FA19;
}
.BgClassName
{
background-color: #33FA19;
}
</style>
border-color css
<style>
span { border-color: #33FA19; }
span { border-color: rgb(51,250,25); }
td.TdClassName
{
border-color: #33FA19;
}
.TagClassName
{
border-color: #33FA19;
}
</style>