Shades of Harlequin #37F205
Tints of Harlequin #37F205
RGB
CMYK
RGB Variations
Color information
#37F205 (or 0x37F205) is known color: Harlequin. HEX triplet: 37, F2 and 05. RGB value is (55,242,5). Sum of RGB (Red+Green+Blue) = 55+242+5=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 242 (94.92% from 255 or 80.13% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 242 - color contains mainly: green. Hex color #37F205 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #37F205 is #C80DFA. Grayscale: #9F9F9F. Windows color (decimal): -13110779 or 389687. OLE color: 389687.
HSL color Cylindrical-coordinate representation of color #37F205: hue angle of 107.34º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #37F205 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 242 | 5 | - |
| CMYK | 0.77 | 0 | 0.98 | 0.05 |
| HSL | 107.34º | 0.96% | 0.48% | - |
| HSV(B) | 107.34º | 0.98% | 0.95% | - |
| XYZ | 33.36 | 64.33 | 10.8 | - |
| YUV | 159.07 | 41.05 | 53.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 242 | 5 | 0.77 | 0 | 0.98 | 0.05 | 107.34 | 0.96 | 0.48 |
| Hex | 37 | F2 | 5 | 4D | 0 | 62 | 5 | 6B | 60 | 30 |
| Octal | 67 | 362 | 5 | 115 | 0 | 142 | 5 | 153 | 140 | 60 |
| Binary | 110111 | 11110010 | 101 | 1001101 | 0 | 1100010 | 101 | 1101011 | 1100000 | 110000 |
Color Harmonies of #37F205
Complementary color
Monochromatic Colors of #37F205
Black with #37F205
Text Example
Text Example
White with #37F205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F205; }
p { color: rgb(55,242,5); }
H1.HeaderClassName
{
color: #37F205;
}
.AnyTagClassName
{
color: #37F205;
}
</style>
background-color css
<style>
a { background-color: #37F205; }
a { background-color: rgb(55,242,5); }
div.DivClassName
{
background-color: #37F205;
}
.BgClassName
{
background-color: #37F205;
}
</style>
border-color css
<style>
span { border-color: #37F205; }
span { border-color: rgb(55,242,5); }
td.TdClassName
{
border-color: #37F205;
}
.TagClassName
{
border-color: #37F205;
}
</style>