Shades of Harlequin #37F318
Tints of Harlequin #37F318
RGB
CMYK
RGB Variations
Color information
#37F318 (or 0x37F318) is known color: Harlequin. HEX triplet: 37, F3 and 18. RGB value is (55,243,24). Sum of RGB (Red+Green+Blue) = 55+243+24=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 243 (95.31% from 255 or 75.47% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 243 - color contains mainly: green. Hex color #37F318 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #37F318 is #C80CE7. Grayscale: #A2A2A2. Windows color (decimal): -13110504 or 1635127. OLE color: 1635127.
HSL color Cylindrical-coordinate representation of color #37F318: hue angle of 111.51º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #37F318 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 243 | 24 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.05 |
| HSL | 111.51º | 0.9% | 0.52% | - |
| HSV(B) | 111.51º | 0.9% | 0.95% | - |
| XYZ | 33.79 | 64.98 | 11.63 | - |
| YUV | 161.82 | 50.22 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 243 | 24 | 0.77 | 0 | 0.90 | 0.05 | 111.51 | 0.9 | 0.52 |
| Hex | 37 | F3 | 18 | 4D | 0 | 5A | 5 | 70 | 5A | 34 |
| Octal | 67 | 363 | 30 | 115 | 0 | 132 | 5 | 160 | 132 | 64 |
| Binary | 110111 | 11110011 | 11000 | 1001101 | 0 | 1011010 | 101 | 1110000 | 1011010 | 110100 |
Color Harmonies of #37F318
Complementary color
Monochromatic Colors of #37F318
Black with #37F318
Text Example
Text Example
White with #37F318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F318; }
p { color: rgb(55,243,24); }
H1.HeaderClassName
{
color: #37F318;
}
.AnyTagClassName
{
color: #37F318;
}
</style>
background-color css
<style>
a { background-color: #37F318; }
a { background-color: rgb(55,243,24); }
div.DivClassName
{
background-color: #37F318;
}
.BgClassName
{
background-color: #37F318;
}
</style>
border-color css
<style>
span { border-color: #37F318; }
span { border-color: rgb(55,243,24); }
td.TdClassName
{
border-color: #37F318;
}
.TagClassName
{
border-color: #37F318;
}
</style>