Shades of Harlequin #37F828
Tints of Harlequin #37F828
RGB
CMYK
RGB Variations
Color information
#37F828 (or 0x37F828) is known color: Harlequin. HEX triplet: 37, F8 and 28. RGB value is (55,248,40). Sum of RGB (Red+Green+Blue) = 55+248+40=343 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.03% from 343); Green value is 248 (97.27% from 255 or 72.30% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 248 - color contains mainly: green. Hex color #37F828 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F828 is #C807D7. Grayscale: #A7A7A7. Windows color (decimal): -13109208 or 2684983. OLE color: 2684983.
HSL color Cylindrical-coordinate representation of color #37F828: hue angle of 115.67º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #37F828 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 55 | 248 | 40 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.03 |
| HSL | 115.67º | 0.94% | 0.56% | - |
| HSV(B) | 115.67º | 0.84% | 0.97% | - |
| XYZ | 35.53 | 68.1 | 13.28 | - |
| YUV | 166.58 | 56.56 | 48.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 248 | 40 | 0.78 | 0 | 0.84 | 0.03 | 115.67 | 0.94 | 0.56 |
| Hex | 37 | F8 | 28 | 4E | 0 | 54 | 3 | 74 | 5E | 38 |
| Octal | 67 | 370 | 50 | 116 | 0 | 124 | 3 | 164 | 136 | 70 |
| Binary | 110111 | 11111000 | 101000 | 1001110 | 0 | 1010100 | 11 | 1110100 | 1011110 | 111000 |
Color Harmonies of #37F828
Complementary color
Monochromatic Colors of #37F828
Black with #37F828
Text Example
Text Example
White with #37F828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F828; }
p { color: rgb(55,248,40); }
H1.HeaderClassName
{
color: #37F828;
}
.AnyTagClassName
{
color: #37F828;
}
</style>
background-color css
<style>
a { background-color: #37F828; }
a { background-color: rgb(55,248,40); }
div.DivClassName
{
background-color: #37F828;
}
.BgClassName
{
background-color: #37F828;
}
</style>
border-color css
<style>
span { border-color: #37F828; }
span { border-color: rgb(55,248,40); }
td.TdClassName
{
border-color: #37F828;
}
.TagClassName
{
border-color: #37F828;
}
</style>