Shades of Harlequin #55FA32
Tints of Harlequin #55FA32
RGB
CMYK
RGB Variations
Color information
#55FA32 (or 0x55FA32) is known color: Harlequin. HEX triplet: 55, FA and 32. RGB value is (85,250,50). Sum of RGB (Red+Green+Blue) = 85+250+50=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 250 (98.05% from 255 or 64.94% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 250 - color contains mainly: green. Hex color #55FA32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55FA32 is #AA05CD. Grayscale: #B2B2B2. Windows color (decimal): -11142606 or 3340885. OLE color: 3340885.
HSL color Cylindrical-coordinate representation of color #55FA32: hue angle of 109.5º degrees, saturation: 0.95, 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 #55FA32 is Cyan = 0.66, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 50 | - |
| CMYK | 0.66 | 0 | 0.8 | 0.02 |
| HSL | 109.5º | 0.95% | 0.59% | - |
| HSV(B) | 109.5º | 0.8% | 0.98% | - |
| XYZ | 38.51 | 70.53 | 14.6 | - |
| YUV | 177.87 | 55.84 | 61.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 50 | 0.66 | 0 | 0.8 | 0.02 | 109.5 | 0.95 | 0.59 |
| Hex | 55 | FA | 32 | 42 | 0 | 50 | 2 | 6E | 5F | 3B |
| Octal | 125 | 372 | 62 | 102 | 0 | 120 | 2 | 156 | 137 | 73 |
| Binary | 1010101 | 11111010 | 110010 | 1000010 | 0 | 1010000 | 10 | 1101110 | 1011111 | 111011 |
Color Harmonies of #55FA32
Complementary color
Monochromatic Colors of #55FA32
Black with #55FA32
Text Example
Text Example
White with #55FA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FA32; }
p { color: rgb(85,250,50); }
H1.HeaderClassName
{
color: #55FA32;
}
.AnyTagClassName
{
color: #55FA32;
}
</style>
background-color css
<style>
a { background-color: #55FA32; }
a { background-color: rgb(85,250,50); }
div.DivClassName
{
background-color: #55FA32;
}
.BgClassName
{
background-color: #55FA32;
}
</style>
border-color css
<style>
span { border-color: #55FA32; }
span { border-color: rgb(85,250,50); }
td.TdClassName
{
border-color: #55FA32;
}
.TagClassName
{
border-color: #55FA32;
}
</style>