Shades of Harlequin #33D705
Tints of Harlequin #33D705
RGB
CMYK
RGB Variations
Color information
#33D705 (or 0x33D705) is known color: Harlequin. HEX triplet: 33, D7 and 05. RGB value is (51,215,5). Sum of RGB (Red+Green+Blue) = 51+215+5=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 215 (84.38% from 255 or 79.34% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 215 - color contains mainly: green. Hex color #33D705 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33D705 is #CC28FA. Grayscale: #8E8E8E. Windows color (decimal): -13379835 or 382771. OLE color: 382771.
HSL color Cylindrical-coordinate representation of color #33D705: hue angle of 106.86º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #33D705 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 215 | 5 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.16 |
| HSL | 106.86º | 0.95% | 0.43% | - |
| HSV(B) | 106.86º | 0.98% | 0.84% | - |
| XYZ | 25.69 | 49.32 | 8.31 | - |
| YUV | 142.02 | 50.67 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 215 | 5 | 0.76 | 0 | 0.98 | 0.16 | 106.86 | 0.95 | 0.43 |
| Hex | 33 | D7 | 5 | 4C | 0 | 62 | 10 | 6B | 5F | 2B |
| Octal | 63 | 327 | 5 | 114 | 0 | 142 | 20 | 153 | 137 | 53 |
| Binary | 110011 | 11010111 | 101 | 1001100 | 0 | 1100010 | 10000 | 1101011 | 1011111 | 101011 |
Color Harmonies of #33D705
Complementary color
Monochromatic Colors of #33D705
Black with #33D705
Text Example
Text Example
White with #33D705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D705; }
p { color: rgb(51,215,5); }
H1.HeaderClassName
{
color: #33D705;
}
.AnyTagClassName
{
color: #33D705;
}
</style>
background-color css
<style>
a { background-color: #33D705; }
a { background-color: rgb(51,215,5); }
div.DivClassName
{
background-color: #33D705;
}
.BgClassName
{
background-color: #33D705;
}
</style>
border-color css
<style>
span { border-color: #33D705; }
span { border-color: rgb(51,215,5); }
td.TdClassName
{
border-color: #33D705;
}
.TagClassName
{
border-color: #33D705;
}
</style>