Shades of Harlequin #55F02C
Tints of Harlequin #55F02C
RGB
CMYK
RGB Variations
Color information
#55F02C (or 0x55F02C) is known color: Harlequin. HEX triplet: 55, F0 and 2C. RGB value is (85,240,44). Sum of RGB (Red+Green+Blue) = 85+240+44=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 240 (94.14% from 255 or 65.04% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 240 - color contains mainly: green. Hex color #55F02C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F02C is #AA0FD3. Grayscale: #ABABAB. Windows color (decimal): -11145172 or 2945109. OLE color: 2945109.
HSL color Cylindrical-coordinate representation of color #55F02C: hue angle of 107.45º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55F02C is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 240 | 44 | - |
| CMYK | 0.65 | 0 | 0.82 | 0.06 |
| HSL | 107.45º | 0.87% | 0.56% | - |
| HSV(B) | 107.45º | 0.82% | 0.94% | - |
| XYZ | 35.36 | 64.43 | 12.96 | - |
| YUV | 171.31 | 56.15 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 240 | 44 | 0.65 | 0 | 0.82 | 0.06 | 107.45 | 0.87 | 0.56 |
| Hex | 55 | F0 | 2C | 41 | 0 | 52 | 6 | 6B | 57 | 38 |
| Octal | 125 | 360 | 54 | 101 | 0 | 122 | 6 | 153 | 127 | 70 |
| Binary | 1010101 | 11110000 | 101100 | 1000001 | 0 | 1010010 | 110 | 1101011 | 1010111 | 111000 |
Color Harmonies of #55F02C
Complementary color
Monochromatic Colors of #55F02C
Black with #55F02C
Text Example
Text Example
White with #55F02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F02C; }
p { color: rgb(85,240,44); }
H1.HeaderClassName
{
color: #55F02C;
}
.AnyTagClassName
{
color: #55F02C;
}
</style>
background-color css
<style>
a { background-color: #55F02C; }
a { background-color: rgb(85,240,44); }
div.DivClassName
{
background-color: #55F02C;
}
.BgClassName
{
background-color: #55F02C;
}
</style>
border-color css
<style>
span { border-color: #55F02C; }
span { border-color: rgb(85,240,44); }
td.TdClassName
{
border-color: #55F02C;
}
.TagClassName
{
border-color: #55F02C;
}
</style>