Shades of Harlequin #55FE32
Tints of Harlequin #55FE32
RGB
CMYK
RGB Variations
Color information
#55FE32 (or 0x55FE32) is known color: Harlequin. HEX triplet: 55, FE and 32. RGB value is (85,254,50). Sum of RGB (Red+Green+Blue) = 85+254+50=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 254 (99.61% from 255 or 65.30% from 389); Blue value is 50 (19.92% from 255 or 12.85% from 389); Max value from RGB is 254 - color contains mainly: green. Hex color #55FE32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FE32 is #AA01CD. Grayscale: #B4B4B4. Windows color (decimal): -11141582 or 3341909. OLE color: 3341909.
HSL color Cylindrical-coordinate representation of color #55FE32: hue angle of 109.71º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55FE32 is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 254 | 50 | - |
| CMYK | 0.67 | 0 | 0.80 | 0.00 |
| HSL | 109.71º | 0.99% | 0.6% | - |
| HSV(B) | 109.71º | 0.8% | 1% | - |
| XYZ | 39.76 | 73.05 | 15.02 | - |
| YUV | 180.21 | 54.51 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 254 | 50 | 0.67 | 0 | 0.80 | 0.00 | 109.71 | 0.99 | 0.6 |
| Hex | 55 | FE | 32 | 43 | 0 | 50 | 0 | 6E | 63 | 3C |
| Octal | 125 | 376 | 62 | 103 | 0 | 120 | 0 | 156 | 143 | 74 |
| Binary | 1010101 | 11111110 | 110010 | 1000011 | 0 | 1010000 | 0 | 1101110 | 1100011 | 111100 |
Color Harmonies of #55FE32
Complementary color
Monochromatic Colors of #55FE32
Black with #55FE32
Text Example
Text Example
White with #55FE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FE32; }
p { color: rgb(85,254,50); }
H1.HeaderClassName
{
color: #55FE32;
}
.AnyTagClassName
{
color: #55FE32;
}
</style>
background-color css
<style>
a { background-color: #55FE32; }
a { background-color: rgb(85,254,50); }
div.DivClassName
{
background-color: #55FE32;
}
.BgClassName
{
background-color: #55FE32;
}
</style>
border-color css
<style>
span { border-color: #55FE32; }
span { border-color: rgb(85,254,50); }
td.TdClassName
{
border-color: #55FE32;
}
.TagClassName
{
border-color: #55FE32;
}
</style>