Shades of Harlequin #54FE32
Tints of Harlequin #54FE32
RGB
CMYK
RGB Variations
Color information
#54FE32 (or 0x54FE32) is known color: Harlequin. HEX triplet: 54, FE and 32. RGB value is (84,254,50). Sum of RGB (Red+Green+Blue) = 84+254+50=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 254 (99.61% from 255 or 65.46% from 388); Blue value is 50 (19.92% from 255 or 12.89% from 388); Max value from RGB is 254 - color contains mainly: green. Hex color #54FE32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54FE32 is #AB01CD. Grayscale: #B4B4B4. Windows color (decimal): -11207118 or 3341908. OLE color: 3341908.
HSL color Cylindrical-coordinate representation of color #54FE32: hue angle of 110º 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 #54FE32 is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 254 | 50 | - |
| CMYK | 0.67 | 0 | 0.80 | 0.00 |
| HSL | 110º | 0.99% | 0.6% | - |
| HSV(B) | 110º | 0.8% | 1% | - |
| XYZ | 39.67 | 73 | 15.02 | - |
| YUV | 179.91 | 54.68 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 254 | 50 | 0.67 | 0 | 0.80 | 0.00 | 110 | 0.99 | 0.6 |
| Hex | 54 | FE | 32 | 43 | 0 | 50 | 0 | 6E | 63 | 3C |
| Octal | 124 | 376 | 62 | 103 | 0 | 120 | 0 | 156 | 143 | 74 |
| Binary | 1010100 | 11111110 | 110010 | 1000011 | 0 | 1010000 | 0 | 1101110 | 1100011 | 111100 |
Color Harmonies of #54FE32
Complementary color
Monochromatic Colors of #54FE32
Black with #54FE32
Text Example
Text Example
White with #54FE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FE32; }
p { color: rgb(84,254,50); }
H1.HeaderClassName
{
color: #54FE32;
}
.AnyTagClassName
{
color: #54FE32;
}
</style>
background-color css
<style>
a { background-color: #54FE32; }
a { background-color: rgb(84,254,50); }
div.DivClassName
{
background-color: #54FE32;
}
.BgClassName
{
background-color: #54FE32;
}
</style>
border-color css
<style>
span { border-color: #54FE32; }
span { border-color: rgb(84,254,50); }
td.TdClassName
{
border-color: #54FE32;
}
.TagClassName
{
border-color: #54FE32;
}
</style>