Shades of Harlequin #55FE27
Tints of Harlequin #55FE27
RGB
CMYK
RGB Variations
Color information
#55FE27 (or 0x55FE27) is known color: Harlequin. HEX triplet: 55, FE and 27. RGB value is (85,254,39). Sum of RGB (Red+Green+Blue) = 85+254+39=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 254 (99.61% from 255 or 67.20% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 254 - color contains mainly: green. Hex color #55FE27 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FE27 is #AA01D8. Grayscale: #B3B3B3. Windows color (decimal): -11141593 or 2621013. OLE color: 2621013.
HSL color Cylindrical-coordinate representation of color #55FE27: hue angle of 107.16º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55FE27 is Cyan = 0.67, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 254 | 39 | - |
| CMYK | 0.67 | 0 | 0.85 | 0.00 |
| HSL | 107.16º | 0.99% | 0.57% | - |
| HSV(B) | 107.16º | 0.85% | 1% | - |
| XYZ | 39.55 | 72.96 | 13.92 | - |
| YUV | 178.96 | 49.01 | 60.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 254 | 39 | 0.67 | 0 | 0.85 | 0.00 | 107.16 | 0.99 | 0.57 |
| Hex | 55 | FE | 27 | 43 | 0 | 55 | 0 | 6B | 63 | 39 |
| Octal | 125 | 376 | 47 | 103 | 0 | 125 | 0 | 153 | 143 | 71 |
| Binary | 1010101 | 11111110 | 100111 | 1000011 | 0 | 1010101 | 0 | 1101011 | 1100011 | 111001 |
Color Harmonies of #55FE27
Complementary color
Monochromatic Colors of #55FE27
Black with #55FE27
Text Example
Text Example
White with #55FE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FE27; }
p { color: rgb(85,254,39); }
H1.HeaderClassName
{
color: #55FE27;
}
.AnyTagClassName
{
color: #55FE27;
}
</style>
background-color css
<style>
a { background-color: #55FE27; }
a { background-color: rgb(85,254,39); }
div.DivClassName
{
background-color: #55FE27;
}
.BgClassName
{
background-color: #55FE27;
}
</style>
border-color css
<style>
span { border-color: #55FE27; }
span { border-color: rgb(85,254,39); }
td.TdClassName
{
border-color: #55FE27;
}
.TagClassName
{
border-color: #55FE27;
}
</style>