Shades of Harlequin #55F82C
Tints of Harlequin #55F82C
RGB
CMYK
RGB Variations
Color information
#55F82C (or 0x55F82C) is known color: Harlequin. HEX triplet: 55, F8 and 2C. RGB value is (85,248,44). Sum of RGB (Red+Green+Blue) = 85+248+44=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 248 (97.27% from 255 or 65.78% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 248 - color contains mainly: green. Hex color #55F82C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F82C is #AA07D3. Grayscale: #B0B0B0. Windows color (decimal): -11143124 or 2947157. OLE color: 2947157.
HSL color Cylindrical-coordinate representation of color #55F82C: hue angle of 107.94º degrees, saturation: 0.94, 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 #55F82C is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 248 | 44 | - |
| CMYK | 0.66 | 0 | 0.82 | 0.03 |
| HSL | 107.94º | 0.94% | 0.57% | - |
| HSV(B) | 107.94º | 0.82% | 0.97% | - |
| XYZ | 37.77 | 69.25 | 13.76 | - |
| YUV | 176.01 | 53.5 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 248 | 44 | 0.66 | 0 | 0.82 | 0.03 | 107.94 | 0.94 | 0.57 |
| Hex | 55 | F8 | 2C | 42 | 0 | 52 | 3 | 6C | 5E | 39 |
| Octal | 125 | 370 | 54 | 102 | 0 | 122 | 3 | 154 | 136 | 71 |
| Binary | 1010101 | 11111000 | 101100 | 1000010 | 0 | 1010010 | 11 | 1101100 | 1011110 | 111001 |
Color Harmonies of #55F82C
Complementary color
Monochromatic Colors of #55F82C
Black with #55F82C
Text Example
Text Example
White with #55F82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F82C; }
p { color: rgb(85,248,44); }
H1.HeaderClassName
{
color: #55F82C;
}
.AnyTagClassName
{
color: #55F82C;
}
</style>
background-color css
<style>
a { background-color: #55F82C; }
a { background-color: rgb(85,248,44); }
div.DivClassName
{
background-color: #55F82C;
}
.BgClassName
{
background-color: #55F82C;
}
</style>
border-color css
<style>
span { border-color: #55F82C; }
span { border-color: rgb(85,248,44); }
td.TdClassName
{
border-color: #55F82C;
}
.TagClassName
{
border-color: #55F82C;
}
</style>