Shades of Harlequin #54FC32
Tints of Harlequin #54FC32
RGB
CMYK
RGB Variations
Color information
#54FC32 (or 0x54FC32) is known color: Harlequin. HEX triplet: 54, FC and 32. RGB value is (84,252,50). Sum of RGB (Red+Green+Blue) = 84+252+50=386 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.76% from 386); Green value is 252 (98.83% from 255 or 65.28% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 252 - color contains mainly: green. Hex color #54FC32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54FC32 is #AB03CD. Grayscale: #B3B3B3. Windows color (decimal): -11207630 or 3341396. OLE color: 3341396.
HSL color Cylindrical-coordinate representation of color #54FC32: hue angle of 109.9º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #54FC32 is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 252 | 50 | - |
| CMYK | 0.67 | 0 | 0.80 | 0.01 |
| HSL | 109.9º | 0.97% | 0.59% | - |
| HSV(B) | 109.9º | 0.8% | 0.99% | - |
| XYZ | 39.04 | 71.74 | 14.81 | - |
| YUV | 178.74 | 55.34 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 252 | 50 | 0.67 | 0 | 0.80 | 0.01 | 109.9 | 0.97 | 0.59 |
| Hex | 54 | FC | 32 | 43 | 0 | 50 | 1 | 6E | 61 | 3B |
| Octal | 124 | 374 | 62 | 103 | 0 | 120 | 1 | 156 | 141 | 73 |
| Binary | 1010100 | 11111100 | 110010 | 1000011 | 0 | 1010000 | 1 | 1101110 | 1100001 | 111011 |
Color Harmonies of #54FC32
Complementary color
Monochromatic Colors of #54FC32
Black with #54FC32
Text Example
Text Example
White with #54FC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FC32; }
p { color: rgb(84,252,50); }
H1.HeaderClassName
{
color: #54FC32;
}
.AnyTagClassName
{
color: #54FC32;
}
</style>
background-color css
<style>
a { background-color: #54FC32; }
a { background-color: rgb(84,252,50); }
div.DivClassName
{
background-color: #54FC32;
}
.BgClassName
{
background-color: #54FC32;
}
</style>
border-color css
<style>
span { border-color: #54FC32; }
span { border-color: rgb(84,252,50); }
td.TdClassName
{
border-color: #54FC32;
}
.TagClassName
{
border-color: #54FC32;
}
</style>