Shades of Harlequin #37EC08
Tints of Harlequin #37EC08
RGB
CMYK
RGB Variations
Color information
#37EC08 (or 0x37EC08) is known color: Harlequin. HEX triplet: 37, EC and 08. RGB value is (55,236,8). Sum of RGB (Red+Green+Blue) = 55+236+8=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 236 (92.58% from 255 or 78.93% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 236 - color contains mainly: green. Hex color #37EC08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #37EC08 is #C813F7. Grayscale: #9C9C9C. Windows color (decimal): -13112312 or 584759. OLE color: 584759.
HSL color Cylindrical-coordinate representation of color #37EC08: hue angle of 107.63º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #37EC08 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 236 | 8 | - |
| CMYK | 0.77 | 0 | 0.97 | 0.07 |
| HSL | 107.63º | 0.93% | 0.48% | - |
| HSV(B) | 107.63º | 0.97% | 0.93% | - |
| XYZ | 31.61 | 60.82 | 10.3 | - |
| YUV | 155.89 | 44.53 | 56.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 236 | 8 | 0.77 | 0 | 0.97 | 0.07 | 107.63 | 0.93 | 0.48 |
| Hex | 37 | EC | 8 | 4D | 0 | 61 | 7 | 6C | 5D | 30 |
| Octal | 67 | 354 | 10 | 115 | 0 | 141 | 7 | 154 | 135 | 60 |
| Binary | 110111 | 11101100 | 1000 | 1001101 | 0 | 1100001 | 111 | 1101100 | 1011101 | 110000 |
Color Harmonies of #37EC08
Complementary color
Monochromatic Colors of #37EC08
Black with #37EC08
Text Example
Text Example
White with #37EC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EC08; }
p { color: rgb(55,236,8); }
H1.HeaderClassName
{
color: #37EC08;
}
.AnyTagClassName
{
color: #37EC08;
}
</style>
background-color css
<style>
a { background-color: #37EC08; }
a { background-color: rgb(55,236,8); }
div.DivClassName
{
background-color: #37EC08;
}
.BgClassName
{
background-color: #37EC08;
}
</style>
border-color css
<style>
span { border-color: #37EC08; }
span { border-color: rgb(55,236,8); }
td.TdClassName
{
border-color: #37EC08;
}
.TagClassName
{
border-color: #37EC08;
}
</style>