Shades of Harlequin #55FC32
Tints of Harlequin #55FC32
RGB
CMYK
RGB Variations
Color information
#55FC32 (or 0x55FC32) is known color: Harlequin. HEX triplet: 55, FC and 32. RGB value is (85,252,50). Sum of RGB (Red+Green+Blue) = 85+252+50=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 252 (98.83% from 255 or 65.12% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 252 - color contains mainly: green. Hex color #55FC32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FC32 is #AA03CD. Grayscale: #B3B3B3. Windows color (decimal): -11142094 or 3341397. OLE color: 3341397.
HSL color Cylindrical-coordinate representation of color #55FC32: hue angle of 109.6º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55FC32 is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 252 | 50 | - |
| CMYK | 0.66 | 0 | 0.80 | 0.01 |
| HSL | 109.6º | 0.97% | 0.59% | - |
| HSV(B) | 109.6º | 0.8% | 0.99% | - |
| XYZ | 39.13 | 71.78 | 14.81 | - |
| YUV | 179.04 | 55.17 | 60.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 252 | 50 | 0.66 | 0 | 0.80 | 0.01 | 109.6 | 0.97 | 0.59 |
| Hex | 55 | FC | 32 | 42 | 0 | 50 | 1 | 6E | 61 | 3B |
| Octal | 125 | 374 | 62 | 102 | 0 | 120 | 1 | 156 | 141 | 73 |
| Binary | 1010101 | 11111100 | 110010 | 1000010 | 0 | 1010000 | 1 | 1101110 | 1100001 | 111011 |
Color Harmonies of #55FC32
Complementary color
Monochromatic Colors of #55FC32
Black with #55FC32
Text Example
Text Example
White with #55FC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FC32; }
p { color: rgb(85,252,50); }
H1.HeaderClassName
{
color: #55FC32;
}
.AnyTagClassName
{
color: #55FC32;
}
</style>
background-color css
<style>
a { background-color: #55FC32; }
a { background-color: rgb(85,252,50); }
div.DivClassName
{
background-color: #55FC32;
}
.BgClassName
{
background-color: #55FC32;
}
</style>
border-color css
<style>
span { border-color: #55FC32; }
span { border-color: rgb(85,252,50); }
td.TdClassName
{
border-color: #55FC32;
}
.TagClassName
{
border-color: #55FC32;
}
</style>