Shades of Harlequin #37FA1D
Tints of Harlequin #37FA1D
RGB
CMYK
RGB Variations
Color information
#37FA1D (or 0x37FA1D) is known color: Harlequin. HEX triplet: 37, FA and 1D. RGB value is (55,250,29). Sum of RGB (Red+Green+Blue) = 55+250+29=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 250 (98.05% from 255 or 74.85% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 250 - color contains mainly: green. Hex color #37FA1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37FA1D is #C805E2. Grayscale: #A7A7A7. Windows color (decimal): -13108707 or 1964599. OLE color: 1964599.
HSL color Cylindrical-coordinate representation of color #37FA1D: hue angle of 112.94º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #37FA1D is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 250 | 29 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.02 |
| HSL | 112.94º | 0.96% | 0.55% | - |
| HSV(B) | 112.94º | 0.88% | 0.98% | - |
| XYZ | 35.98 | 69.27 | 12.64 | - |
| YUV | 166.5 | 50.4 | 48.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 250 | 29 | 0.78 | 0 | 0.88 | 0.02 | 112.94 | 0.96 | 0.55 |
| Hex | 37 | FA | 1D | 4E | 0 | 58 | 2 | 71 | 60 | 37 |
| Octal | 67 | 372 | 35 | 116 | 0 | 130 | 2 | 161 | 140 | 67 |
| Binary | 110111 | 11111010 | 11101 | 1001110 | 0 | 1011000 | 10 | 1110001 | 1100000 | 110111 |
Color Harmonies of #37FA1D
Complementary color
Monochromatic Colors of #37FA1D
Black with #37FA1D
Text Example
Text Example
White with #37FA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FA1D; }
p { color: rgb(55,250,29); }
H1.HeaderClassName
{
color: #37FA1D;
}
.AnyTagClassName
{
color: #37FA1D;
}
</style>
background-color css
<style>
a { background-color: #37FA1D; }
a { background-color: rgb(55,250,29); }
div.DivClassName
{
background-color: #37FA1D;
}
.BgClassName
{
background-color: #37FA1D;
}
</style>
border-color css
<style>
span { border-color: #37FA1D; }
span { border-color: rgb(55,250,29); }
td.TdClassName
{
border-color: #37FA1D;
}
.TagClassName
{
border-color: #37FA1D;
}
</style>