Shades of Harlequin #33D602
Tints of Harlequin #33D602
RGB
CMYK
RGB Variations
Color information
#33D602 (or 0x33D602) is known color: Harlequin. HEX triplet: 33, D6 and 02. RGB value is (51,214,2). Sum of RGB (Red+Green+Blue) = 51+214+2=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 214 (83.98% from 255 or 80.15% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 214 - color contains mainly: green. Hex color #33D602 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33D602 is #CC29FD. Grayscale: #8D8D8D. Windows color (decimal): -13380094 or 185907. OLE color: 185907.
HSL color Cylindrical-coordinate representation of color #33D602: hue angle of 106.13º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #33D602 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 214 | 2 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.16 |
| HSL | 106.13º | 0.98% | 0.42% | - |
| HSV(B) | 106.13º | 0.99% | 0.84% | - |
| XYZ | 25.42 | 48.8 | 8.14 | - |
| YUV | 141.1 | 49.5 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 214 | 2 | 0.76 | 0 | 0.99 | 0.16 | 106.13 | 0.98 | 0.42 |
| Hex | 33 | D6 | 2 | 4C | 0 | 63 | 10 | 6A | 62 | 2A |
| Octal | 63 | 326 | 2 | 114 | 0 | 143 | 20 | 152 | 142 | 52 |
| Binary | 110011 | 11010110 | 10 | 1001100 | 0 | 1100011 | 10000 | 1101010 | 1100010 | 101010 |
Color Harmonies of #33D602
Complementary color
Monochromatic Colors of #33D602
Black with #33D602
Text Example
Text Example
White with #33D602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D602; }
p { color: rgb(51,214,2); }
H1.HeaderClassName
{
color: #33D602;
}
.AnyTagClassName
{
color: #33D602;
}
</style>
background-color css
<style>
a { background-color: #33D602; }
a { background-color: rgb(51,214,2); }
div.DivClassName
{
background-color: #33D602;
}
.BgClassName
{
background-color: #33D602;
}
</style>
border-color css
<style>
span { border-color: #33D602; }
span { border-color: rgb(51,214,2); }
td.TdClassName
{
border-color: #33D602;
}
.TagClassName
{
border-color: #33D602;
}
</style>