Shades of Harlequin #55F72C
Tints of Harlequin #55F72C
RGB
CMYK
RGB Variations
Color information
#55F72C (or 0x55F72C) is known color: Harlequin. HEX triplet: 55, F7 and 2C. RGB value is (85,247,44). Sum of RGB (Red+Green+Blue) = 85+247+44=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 247 (96.88% from 255 or 65.69% from 376); Blue value is 44 (17.58% from 255 or 11.70% from 376); Max value from RGB is 247 - color contains mainly: green. Hex color #55F72C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F72C is #AA08D3. Grayscale: #B0B0B0. Windows color (decimal): -11143380 or 2946901. OLE color: 2946901.
HSL color Cylindrical-coordinate representation of color #55F72C: hue angle of 107.88º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55F72C is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 247 | 44 | - |
| CMYK | 0.66 | 0 | 0.82 | 0.03 |
| HSL | 107.88º | 0.93% | 0.57% | - |
| HSV(B) | 107.88º | 0.82% | 0.97% | - |
| XYZ | 37.46 | 68.63 | 13.66 | - |
| YUV | 175.42 | 53.83 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 247 | 44 | 0.66 | 0 | 0.82 | 0.03 | 107.88 | 0.93 | 0.57 |
| Hex | 55 | F7 | 2C | 42 | 0 | 52 | 3 | 6C | 5D | 39 |
| Octal | 125 | 367 | 54 | 102 | 0 | 122 | 3 | 154 | 135 | 71 |
| Binary | 1010101 | 11110111 | 101100 | 1000010 | 0 | 1010010 | 11 | 1101100 | 1011101 | 111001 |
Color Harmonies of #55F72C
Complementary color
Monochromatic Colors of #55F72C
Black with #55F72C
Text Example
Text Example
White with #55F72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F72C; }
p { color: rgb(85,247,44); }
H1.HeaderClassName
{
color: #55F72C;
}
.AnyTagClassName
{
color: #55F72C;
}
</style>
background-color css
<style>
a { background-color: #55F72C; }
a { background-color: rgb(85,247,44); }
div.DivClassName
{
background-color: #55F72C;
}
.BgClassName
{
background-color: #55F72C;
}
</style>
border-color css
<style>
span { border-color: #55F72C; }
span { border-color: rgb(85,247,44); }
td.TdClassName
{
border-color: #55F72C;
}
.TagClassName
{
border-color: #55F72C;
}
</style>