Shades of Harlequin #55FE25
Tints of Harlequin #55FE25
RGB
CMYK
RGB Variations
Color information
#55FE25 (or 0x55FE25) is known color: Harlequin. HEX triplet: 55, FE and 25. RGB value is (85,254,37). Sum of RGB (Red+Green+Blue) = 85+254+37=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 254 (99.61% from 255 or 67.55% from 376); Blue value is 37 (14.84% from 255 or 9.84% from 376); Max value from RGB is 254 - color contains mainly: green. Hex color #55FE25 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FE25 is #AA01DA. Grayscale: #B3B3B3. Windows color (decimal): -11141595 or 2489941. OLE color: 2489941.
HSL color Cylindrical-coordinate representation of color #55FE25: hue angle of 106.73º 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 #55FE25 is Cyan = 0.67, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 254 | 37 | - |
| CMYK | 0.67 | 0 | 0.85 | 0.00 |
| HSL | 106.73º | 0.99% | 0.57% | - |
| HSV(B) | 106.73º | 0.85% | 1% | - |
| XYZ | 39.52 | 72.95 | 13.75 | - |
| YUV | 178.73 | 48.01 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 254 | 37 | 0.67 | 0 | 0.85 | 0.00 | 106.73 | 0.99 | 0.57 |
| Hex | 55 | FE | 25 | 43 | 0 | 55 | 0 | 6B | 63 | 39 |
| Octal | 125 | 376 | 45 | 103 | 0 | 125 | 0 | 153 | 143 | 71 |
| Binary | 1010101 | 11111110 | 100101 | 1000011 | 0 | 1010101 | 0 | 1101011 | 1100011 | 111001 |
Color Harmonies of #55FE25
Complementary color
Monochromatic Colors of #55FE25
Black with #55FE25
Text Example
Text Example
White with #55FE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FE25; }
p { color: rgb(85,254,37); }
H1.HeaderClassName
{
color: #55FE25;
}
.AnyTagClassName
{
color: #55FE25;
}
</style>
background-color css
<style>
a { background-color: #55FE25; }
a { background-color: rgb(85,254,37); }
div.DivClassName
{
background-color: #55FE25;
}
.BgClassName
{
background-color: #55FE25;
}
</style>
border-color css
<style>
span { border-color: #55FE25; }
span { border-color: rgb(85,254,37); }
td.TdClassName
{
border-color: #55FE25;
}
.TagClassName
{
border-color: #55FE25;
}
</style>