Shades of Harlequin #37ED02
Tints of Harlequin #37ED02
RGB
CMYK
RGB Variations
Color information
#37ED02 (or 0x37ED02) is known color: Harlequin. HEX triplet: 37, ED and 02. RGB value is (55,237,2). Sum of RGB (Red+Green+Blue) = 55+237+2=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 237 (92.97% from 255 or 80.61% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 237 - color contains mainly: green. Hex color #37ED02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #37ED02 is #C812FD. Grayscale: #9C9C9C. Windows color (decimal): -13112062 or 191799. OLE color: 191799.
HSL color Cylindrical-coordinate representation of color #37ED02: hue angle of 106.47º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #37ED02 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 237 | 2 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.07 |
| HSL | 106.47º | 0.98% | 0.47% | - |
| HSV(B) | 106.47º | 0.99% | 0.93% | - |
| XYZ | 31.87 | 61.38 | 10.23 | - |
| YUV | 155.79 | 41.2 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 237 | 2 | 0.77 | 0 | 0.99 | 0.07 | 106.47 | 0.98 | 0.47 |
| Hex | 37 | ED | 2 | 4D | 0 | 63 | 7 | 6A | 62 | 2F |
| Octal | 67 | 355 | 2 | 115 | 0 | 143 | 7 | 152 | 142 | 57 |
| Binary | 110111 | 11101101 | 10 | 1001101 | 0 | 1100011 | 111 | 1101010 | 1100010 | 101111 |
Color Harmonies of #37ED02
Complementary color
Monochromatic Colors of #37ED02
Black with #37ED02
Text Example
Text Example
White with #37ED02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37ED02; }
p { color: rgb(55,237,2); }
H1.HeaderClassName
{
color: #37ED02;
}
.AnyTagClassName
{
color: #37ED02;
}
</style>
background-color css
<style>
a { background-color: #37ED02; }
a { background-color: rgb(55,237,2); }
div.DivClassName
{
background-color: #37ED02;
}
.BgClassName
{
background-color: #37ED02;
}
</style>
border-color css
<style>
span { border-color: #37ED02; }
span { border-color: rgb(55,237,2); }
td.TdClassName
{
border-color: #37ED02;
}
.TagClassName
{
border-color: #37ED02;
}
</style>