Shades of Harlequin #37FF2D
Tints of Harlequin #37FF2D
RGB
CMYK
RGB Variations
Color information
#37FF2D (or 0x37FF2D) is known color: Harlequin. HEX triplet: 37, FF and 2D. RGB value is (55,255,45). Sum of RGB (Red+Green+Blue) = 55+255+45=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 255 (100% from 255 or 71.83% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 255 - color contains mainly: green. Hex color #37FF2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37FF2D is #C800D2. Grayscale: #ABABAB. Windows color (decimal): -13107411 or 3014455. OLE color: 3014455.
HSL color Cylindrical-coordinate representation of color #37FF2D: hue angle of 117.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37FF2D is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 255 | 45 | - |
| CMYK | 0.78 | 0 | 0.82 | 0 |
| HSL | 117.14º | 1% | 0.59% | - |
| HSV(B) | 117.14º | 0.82% | 1% | - |
| XYZ | 37.81 | 72.52 | 14.49 | - |
| YUV | 171.26 | 56.74 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 255 | 45 | 0.78 | 0 | 0.82 | 0 | 117.14 | 1 | 0.59 |
| Hex | 37 | FF | 2D | 4E | 0 | 52 | 0 | 75 | 64 | 3B |
| Octal | 67 | 377 | 55 | 116 | 0 | 122 | 0 | 165 | 144 | 73 |
| Binary | 110111 | 11111111 | 101101 | 1001110 | 0 | 1010010 | 0 | 1110101 | 1100100 | 111011 |
Color Harmonies of #37FF2D
Complementary color
Monochromatic Colors of #37FF2D
Black with #37FF2D
Text Example
Text Example
White with #37FF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FF2D; }
p { color: rgb(55,255,45); }
H1.HeaderClassName
{
color: #37FF2D;
}
.AnyTagClassName
{
color: #37FF2D;
}
</style>
background-color css
<style>
a { background-color: #37FF2D; }
a { background-color: rgb(55,255,45); }
div.DivClassName
{
background-color: #37FF2D;
}
.BgClassName
{
background-color: #37FF2D;
}
</style>
border-color css
<style>
span { border-color: #37FF2D; }
span { border-color: rgb(55,255,45); }
td.TdClassName
{
border-color: #37FF2D;
}
.TagClassName
{
border-color: #37FF2D;
}
</style>