Shades of Harlequin #33FF28
Tints of Harlequin #33FF28
RGB
CMYK
RGB Variations
Color information
#33FF28 (or 0x33FF28) is known color: Harlequin. HEX triplet: 33, FF and 28. RGB value is (51,255,40). Sum of RGB (Red+Green+Blue) = 51+255+40=346 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.74% from 346); Green value is 255 (100% from 255 or 73.70% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 255 - color contains mainly: green. Hex color #33FF28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FF28 is #CC00D7. Grayscale: #AAAAAA. Windows color (decimal): -13369560 or 2686771. OLE color: 2686771.
HSL color Cylindrical-coordinate representation of color #33FF28: hue angle of 116.93º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33FF28 is Cyan = 0.8, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 255 | 40 | - |
| CMYK | 0.8 | 0 | 0.84 | 0 |
| HSL | 116.93º | 1% | 0.58% | - |
| HSV(B) | 116.93º | 0.84% | 1% | - |
| XYZ | 37.51 | 72.38 | 14 | - |
| YUV | 169.49 | 54.91 | 43.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 255 | 40 | 0.8 | 0 | 0.84 | 0 | 116.93 | 1 | 0.58 |
| Hex | 33 | FF | 28 | 50 | 0 | 54 | 0 | 75 | 64 | 3A |
| Octal | 63 | 377 | 50 | 120 | 0 | 124 | 0 | 165 | 144 | 72 |
| Binary | 110011 | 11111111 | 101000 | 1010000 | 0 | 1010100 | 0 | 1110101 | 1100100 | 111010 |
Color Harmonies of #33FF28
Complementary color
Monochromatic Colors of #33FF28
Black with #33FF28
Text Example
Text Example
White with #33FF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FF28; }
p { color: rgb(51,255,40); }
H1.HeaderClassName
{
color: #33FF28;
}
.AnyTagClassName
{
color: #33FF28;
}
</style>
background-color css
<style>
a { background-color: #33FF28; }
a { background-color: rgb(51,255,40); }
div.DivClassName
{
background-color: #33FF28;
}
.BgClassName
{
background-color: #33FF28;
}
</style>
border-color css
<style>
span { border-color: #33FF28; }
span { border-color: rgb(51,255,40); }
td.TdClassName
{
border-color: #33FF28;
}
.TagClassName
{
border-color: #33FF28;
}
</style>