Shades of Harlequin #55FC28
Tints of Harlequin #55FC28
RGB
CMYK
RGB Variations
Color information
#55FC28 (or 0x55FC28) is known color: Harlequin. HEX triplet: 55, FC and 28. RGB value is (85,252,40). Sum of RGB (Red+Green+Blue) = 85+252+40=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 252 (98.83% from 255 or 66.84% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 252 - color contains mainly: green. Hex color #55FC28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FC28 is #AA03D7. Grayscale: #B2B2B2. Windows color (decimal): -11142104 or 2686037. OLE color: 2686037.
HSL color Cylindrical-coordinate representation of color #55FC28: hue angle of 107.26º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55FC28 is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 252 | 40 | - |
| CMYK | 0.66 | 0 | 0.84 | 0.01 |
| HSL | 107.26º | 0.97% | 0.57% | - |
| HSV(B) | 107.26º | 0.84% | 0.99% | - |
| XYZ | 38.94 | 71.71 | 13.8 | - |
| YUV | 177.9 | 50.17 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 252 | 40 | 0.66 | 0 | 0.84 | 0.01 | 107.26 | 0.97 | 0.57 |
| Hex | 55 | FC | 28 | 42 | 0 | 54 | 1 | 6B | 61 | 39 |
| Octal | 125 | 374 | 50 | 102 | 0 | 124 | 1 | 153 | 141 | 71 |
| Binary | 1010101 | 11111100 | 101000 | 1000010 | 0 | 1010100 | 1 | 1101011 | 1100001 | 111001 |
Color Harmonies of #55FC28
Complementary color
Monochromatic Colors of #55FC28
Black with #55FC28
Text Example
Text Example
White with #55FC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FC28; }
p { color: rgb(85,252,40); }
H1.HeaderClassName
{
color: #55FC28;
}
.AnyTagClassName
{
color: #55FC28;
}
</style>
background-color css
<style>
a { background-color: #55FC28; }
a { background-color: rgb(85,252,40); }
div.DivClassName
{
background-color: #55FC28;
}
.BgClassName
{
background-color: #55FC28;
}
</style>
border-color css
<style>
span { border-color: #55FC28; }
span { border-color: rgb(85,252,40); }
td.TdClassName
{
border-color: #55FC28;
}
.TagClassName
{
border-color: #55FC28;
}
</style>