Shades of Harlequin #37DB00
Tints of Harlequin #37DB00
RGB
CMYK
RGB Variations
Color information
#37DB00 (or 0x37DB00) is known color: Harlequin. HEX triplet: 37, DB and 00. RGB value is (55,219,0). Sum of RGB (Red+Green+Blue) = 55+219+0=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 219 (85.94% from 255 or 79.93% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 219 - color contains mainly: green. Hex color #37DB00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #37DB00 is #C824FF. Grayscale: #919191. Windows color (decimal): -13116672 or 56119. OLE color: 56119.
HSL color Cylindrical-coordinate representation of color #37DB00: hue angle of 104.93º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #37DB00 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 219 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.14 |
| HSL | 104.93º | 1% | 0.43% | - |
| HSV(B) | 104.93º | 1% | 0.86% | - |
| XYZ | 26.91 | 51.48 | 8.52 | - |
| YUV | 145 | 46.17 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 219 | 0 | 0.75 | 0 | 1 | 0.14 | 104.93 | 1 | 0.43 |
| Hex | 37 | DB | 0 | 4B | 0 | 64 | E | 69 | 64 | 2B |
| Octal | 67 | 333 | 0 | 113 | 0 | 144 | 16 | 151 | 144 | 53 |
| Binary | 110111 | 11011011 | 0 | 1001011 | 0 | 1100100 | 1110 | 1101001 | 1100100 | 101011 |
Color Harmonies of #37DB00
Complementary color
Monochromatic Colors of #37DB00
Black with #37DB00
Text Example
Text Example
White with #37DB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DB00; }
p { color: rgb(55,219,0); }
H1.HeaderClassName
{
color: #37DB00;
}
.AnyTagClassName
{
color: #37DB00;
}
</style>
background-color css
<style>
a { background-color: #37DB00; }
a { background-color: rgb(55,219,0); }
div.DivClassName
{
background-color: #37DB00;
}
.BgClassName
{
background-color: #37DB00;
}
</style>
border-color css
<style>
span { border-color: #37DB00; }
span { border-color: rgb(55,219,0); }
td.TdClassName
{
border-color: #37DB00;
}
.TagClassName
{
border-color: #37DB00;
}
</style>