Shades of Harlequin #37F308
Tints of Harlequin #37F308
RGB
CMYK
RGB Variations
Color information
#37F308 (or 0x37F308) is known color: Harlequin. HEX triplet: 37, F3 and 08. RGB value is (55,243,8). Sum of RGB (Red+Green+Blue) = 55+243+8=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 243 (95.31% from 255 or 79.41% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 243 - color contains mainly: green. Hex color #37F308 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #37F308 is #C80CF7. Grayscale: #A0A0A0. Windows color (decimal): -13110520 or 586551. OLE color: 586551.
HSL color Cylindrical-coordinate representation of color #37F308: hue angle of 108º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #37F308 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 243 | 8 | - |
| CMYK | 0.77 | 0 | 0.97 | 0.05 |
| HSL | 108º | 0.94% | 0.49% | - |
| HSV(B) | 108º | 0.97% | 0.95% | - |
| XYZ | 33.67 | 64.93 | 10.99 | - |
| YUV | 160 | 42.22 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 243 | 8 | 0.77 | 0 | 0.97 | 0.05 | 108 | 0.94 | 0.49 |
| Hex | 37 | F3 | 8 | 4D | 0 | 61 | 5 | 6C | 5E | 31 |
| Octal | 67 | 363 | 10 | 115 | 0 | 141 | 5 | 154 | 136 | 61 |
| Binary | 110111 | 11110011 | 1000 | 1001101 | 0 | 1100001 | 101 | 1101100 | 1011110 | 110001 |
Color Harmonies of #37F308
Complementary color
Monochromatic Colors of #37F308
Black with #37F308
Text Example
Text Example
White with #37F308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F308; }
p { color: rgb(55,243,8); }
H1.HeaderClassName
{
color: #37F308;
}
.AnyTagClassName
{
color: #37F308;
}
</style>
background-color css
<style>
a { background-color: #37F308; }
a { background-color: rgb(55,243,8); }
div.DivClassName
{
background-color: #37F308;
}
.BgClassName
{
background-color: #37F308;
}
</style>
border-color css
<style>
span { border-color: #37F308; }
span { border-color: rgb(55,243,8); }
td.TdClassName
{
border-color: #37F308;
}
.TagClassName
{
border-color: #37F308;
}
</style>