Shades of Harlequin #55FB32
Tints of Harlequin #55FB32
RGB
CMYK
RGB Variations
Color information
#55FB32 (or 0x55FB32) is known color: Harlequin. HEX triplet: 55, FB and 32. RGB value is (85,251,50). Sum of RGB (Red+Green+Blue) = 85+251+50=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 251 (98.44% from 255 or 65.03% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 251 - color contains mainly: green. Hex color #55FB32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FB32 is #AA04CD. Grayscale: #B3B3B3. Windows color (decimal): -11142350 or 3341141. OLE color: 3341141.
HSL color Cylindrical-coordinate representation of color #55FB32: hue angle of 109.55º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55FB32 is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 251 | 50 | - |
| CMYK | 0.66 | 0 | 0.80 | 0.02 |
| HSL | 109.55º | 0.96% | 0.59% | - |
| HSV(B) | 109.55º | 0.8% | 0.98% | - |
| XYZ | 38.82 | 71.16 | 14.71 | - |
| YUV | 178.45 | 55.5 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 251 | 50 | 0.66 | 0 | 0.80 | 0.02 | 109.55 | 0.96 | 0.59 |
| Hex | 55 | FB | 32 | 42 | 0 | 50 | 2 | 6E | 60 | 3B |
| Octal | 125 | 373 | 62 | 102 | 0 | 120 | 2 | 156 | 140 | 73 |
| Binary | 1010101 | 11111011 | 110010 | 1000010 | 0 | 1010000 | 10 | 1101110 | 1100000 | 111011 |
Color Harmonies of #55FB32
Complementary color
Monochromatic Colors of #55FB32
Black with #55FB32
Text Example
Text Example
White with #55FB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FB32; }
p { color: rgb(85,251,50); }
H1.HeaderClassName
{
color: #55FB32;
}
.AnyTagClassName
{
color: #55FB32;
}
</style>
background-color css
<style>
a { background-color: #55FB32; }
a { background-color: rgb(85,251,50); }
div.DivClassName
{
background-color: #55FB32;
}
.BgClassName
{
background-color: #55FB32;
}
</style>
border-color css
<style>
span { border-color: #55FB32; }
span { border-color: rgb(85,251,50); }
td.TdClassName
{
border-color: #55FB32;
}
.TagClassName
{
border-color: #55FB32;
}
</style>