Shades of Harlequin #37DE0D
Tints of Harlequin #37DE0D
RGB
CMYK
RGB Variations
Color information
#37DE0D (or 0x37DE0D) is known color: Harlequin. HEX triplet: 37, DE and 0D. RGB value is (55,222,13). Sum of RGB (Red+Green+Blue) = 55+222+13=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 222 (87.11% from 255 or 76.55% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 222 - color contains mainly: green. Hex color #37DE0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #37DE0D is #C821F2. Grayscale: #949494. Windows color (decimal): -13115891 or 908855. OLE color: 908855.
HSL color Cylindrical-coordinate representation of color #37DE0D: hue angle of 107.94º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #37DE0D is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 222 | 13 | - |
| CMYK | 0.75 | 0 | 0.94 | 0.13 |
| HSL | 107.94º | 0.89% | 0.46% | - |
| HSV(B) | 107.94º | 0.94% | 0.87% | - |
| XYZ | 27.77 | 53.08 | 9.16 | - |
| YUV | 148.24 | 51.67 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 222 | 13 | 0.75 | 0 | 0.94 | 0.13 | 107.94 | 0.89 | 0.46 |
| Hex | 37 | DE | D | 4B | 0 | 5E | D | 6C | 59 | 2E |
| Octal | 67 | 336 | 15 | 113 | 0 | 136 | 15 | 154 | 131 | 56 |
| Binary | 110111 | 11011110 | 1101 | 1001011 | 0 | 1011110 | 1101 | 1101100 | 1011001 | 101110 |
Color Harmonies of #37DE0D
Complementary color
Monochromatic Colors of #37DE0D
Black with #37DE0D
Text Example
Text Example
White with #37DE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DE0D; }
p { color: rgb(55,222,13); }
H1.HeaderClassName
{
color: #37DE0D;
}
.AnyTagClassName
{
color: #37DE0D;
}
</style>
background-color css
<style>
a { background-color: #37DE0D; }
a { background-color: rgb(55,222,13); }
div.DivClassName
{
background-color: #37DE0D;
}
.BgClassName
{
background-color: #37DE0D;
}
</style>
border-color css
<style>
span { border-color: #37DE0D; }
span { border-color: rgb(55,222,13); }
td.TdClassName
{
border-color: #37DE0D;
}
.TagClassName
{
border-color: #37DE0D;
}
</style>