Shades of Harlequin #37FF27
Tints of Harlequin #37FF27
RGB
CMYK
RGB Variations
Color information
#37FF27 (or 0x37FF27) is known color: Harlequin. HEX triplet: 37, FF and 27. RGB value is (55,255,39). Sum of RGB (Red+Green+Blue) = 55+255+39=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 255 (100% from 255 or 73.07% from 349); Blue value is 39 (15.62% from 255 or 11.17% from 349); Max value from RGB is 255 - color contains mainly: green. Hex color #37FF27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37FF27 is #C800D8. Grayscale: #ABABAB. Windows color (decimal): -13107417 or 2621239. OLE color: 2621239.
HSL color Cylindrical-coordinate representation of color #37FF27: hue angle of 115.56º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #37FF27 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 255 | 39 | - |
| CMYK | 0.78 | 0 | 0.85 | 0 |
| HSL | 115.56º | 1% | 0.58% | - |
| HSV(B) | 115.56º | 0.85% | 1% | - |
| XYZ | 37.7 | 72.48 | 13.92 | - |
| YUV | 170.58 | 53.74 | 45.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 255 | 39 | 0.78 | 0 | 0.85 | 0 | 115.56 | 1 | 0.58 |
| Hex | 37 | FF | 27 | 4E | 0 | 55 | 0 | 74 | 64 | 3A |
| Octal | 67 | 377 | 47 | 116 | 0 | 125 | 0 | 164 | 144 | 72 |
| Binary | 110111 | 11111111 | 100111 | 1001110 | 0 | 1010101 | 0 | 1110100 | 1100100 | 111010 |
Color Harmonies of #37FF27
Complementary color
Monochromatic Colors of #37FF27
Black with #37FF27
Text Example
Text Example
White with #37FF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FF27; }
p { color: rgb(55,255,39); }
H1.HeaderClassName
{
color: #37FF27;
}
.AnyTagClassName
{
color: #37FF27;
}
</style>
background-color css
<style>
a { background-color: #37FF27; }
a { background-color: rgb(55,255,39); }
div.DivClassName
{
background-color: #37FF27;
}
.BgClassName
{
background-color: #37FF27;
}
</style>
border-color css
<style>
span { border-color: #37FF27; }
span { border-color: rgb(55,255,39); }
td.TdClassName
{
border-color: #37FF27;
}
.TagClassName
{
border-color: #37FF27;
}
</style>