Shades of Harlequin #33FF0A
Tints of Harlequin #33FF0A
RGB
CMYK
RGB Variations
Color information
#33FF0A (or 0x33FF0A) is known color: Harlequin. HEX triplet: 33, FF and 0A. RGB value is (51,255,10). Sum of RGB (Red+Green+Blue) = 51+255+10=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 255 (100% from 255 or 80.70% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 255 - color contains mainly: green. Hex color #33FF0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #33FF0A is #CC00F5. Grayscale: #A6A6A6. Windows color (decimal): -13369590 or 720691. OLE color: 720691.
HSL color Cylindrical-coordinate representation of color #33FF0A: hue angle of 109.96º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #33FF0A is Cyan = 0.8, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 255 | 10 | - |
| CMYK | 0.8 | 0 | 0.96 | 0 |
| HSL | 109.96º | 1% | 0.52% | - |
| HSV(B) | 109.96º | 0.96% | 1% | - |
| XYZ | 37.18 | 72.25 | 12.27 | - |
| YUV | 166.07 | 39.91 | 45.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 255 | 10 | 0.8 | 0 | 0.96 | 0 | 109.96 | 1 | 0.52 |
| Hex | 33 | FF | A | 50 | 0 | 60 | 0 | 6E | 64 | 34 |
| Octal | 63 | 377 | 12 | 120 | 0 | 140 | 0 | 156 | 144 | 64 |
| Binary | 110011 | 11111111 | 1010 | 1010000 | 0 | 1100000 | 0 | 1101110 | 1100100 | 110100 |
Color Harmonies of #33FF0A
Complementary color
Monochromatic Colors of #33FF0A
Black with #33FF0A
Text Example
Text Example
White with #33FF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FF0A; }
p { color: rgb(51,255,10); }
H1.HeaderClassName
{
color: #33FF0A;
}
.AnyTagClassName
{
color: #33FF0A;
}
</style>
background-color css
<style>
a { background-color: #33FF0A; }
a { background-color: rgb(51,255,10); }
div.DivClassName
{
background-color: #33FF0A;
}
.BgClassName
{
background-color: #33FF0A;
}
</style>
border-color css
<style>
span { border-color: #33FF0A; }
span { border-color: rgb(51,255,10); }
td.TdClassName
{
border-color: #33FF0A;
}
.TagClassName
{
border-color: #33FF0A;
}
</style>