Shades of Harlequin #37DC02
Tints of Harlequin #37DC02
RGB
CMYK
RGB Variations
Color information
#37DC02 (or 0x37DC02) is known color: Harlequin. HEX triplet: 37, DC and 02. RGB value is (55,220,2). Sum of RGB (Red+Green+Blue) = 55+220+2=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 220 (86.33% from 255 or 79.42% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 220 - color contains mainly: green. Hex color #37DC02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #37DC02 is #C823FD. Grayscale: #929292. Windows color (decimal): -13116414 or 187447. OLE color: 187447.
HSL color Cylindrical-coordinate representation of color #37DC02: hue angle of 105.41º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #37DC02 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 220 | 2 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.14 |
| HSL | 105.41º | 0.98% | 0.44% | - |
| HSV(B) | 105.41º | 0.99% | 0.86% | - |
| XYZ | 27.18 | 52 | 8.66 | - |
| YUV | 145.81 | 46.84 | 63.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 2 | 0.75 | 0 | 0.99 | 0.14 | 105.41 | 0.98 | 0.44 |
| Hex | 37 | DC | 2 | 4B | 0 | 63 | E | 69 | 62 | 2C |
| Octal | 67 | 334 | 2 | 113 | 0 | 143 | 16 | 151 | 142 | 54 |
| Binary | 110111 | 11011100 | 10 | 1001011 | 0 | 1100011 | 1110 | 1101001 | 1100010 | 101100 |
Color Harmonies of #37DC02
Complementary color
Monochromatic Colors of #37DC02
Black with #37DC02
Text Example
Text Example
White with #37DC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DC02; }
p { color: rgb(55,220,2); }
H1.HeaderClassName
{
color: #37DC02;
}
.AnyTagClassName
{
color: #37DC02;
}
</style>
background-color css
<style>
a { background-color: #37DC02; }
a { background-color: rgb(55,220,2); }
div.DivClassName
{
background-color: #37DC02;
}
.BgClassName
{
background-color: #37DC02;
}
</style>
border-color css
<style>
span { border-color: #37DC02; }
span { border-color: rgb(55,220,2); }
td.TdClassName
{
border-color: #37DC02;
}
.TagClassName
{
border-color: #37DC02;
}
</style>