Shades of Harlequin #54FE27
Tints of Harlequin #54FE27
RGB
CMYK
RGB Variations
Color information
#54FE27 (or 0x54FE27) is known color: Harlequin. HEX triplet: 54, FE and 27. RGB value is (84,254,39). Sum of RGB (Red+Green+Blue) = 84+254+39=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 254 (99.61% from 255 or 67.37% from 377); Blue value is 39 (15.62% from 255 or 10.34% from 377); Max value from RGB is 254 - color contains mainly: green. Hex color #54FE27 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54FE27 is #AB01D8. Grayscale: #B3B3B3. Windows color (decimal): -11207129 or 2621012. OLE color: 2621012.
HSL color Cylindrical-coordinate representation of color #54FE27: hue angle of 107.44º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54FE27 is Cyan = 0.67, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 254 | 39 | - |
| CMYK | 0.67 | 0 | 0.85 | 0.00 |
| HSL | 107.44º | 0.99% | 0.57% | - |
| HSV(B) | 107.44º | 0.85% | 1% | - |
| XYZ | 39.46 | 72.91 | 13.91 | - |
| YUV | 178.66 | 49.18 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 254 | 39 | 0.67 | 0 | 0.85 | 0.00 | 107.44 | 0.99 | 0.57 |
| Hex | 54 | FE | 27 | 43 | 0 | 55 | 0 | 6B | 63 | 39 |
| Octal | 124 | 376 | 47 | 103 | 0 | 125 | 0 | 153 | 143 | 71 |
| Binary | 1010100 | 11111110 | 100111 | 1000011 | 0 | 1010101 | 0 | 1101011 | 1100011 | 111001 |
Color Harmonies of #54FE27
Complementary color
Monochromatic Colors of #54FE27
Black with #54FE27
Text Example
Text Example
White with #54FE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FE27; }
p { color: rgb(84,254,39); }
H1.HeaderClassName
{
color: #54FE27;
}
.AnyTagClassName
{
color: #54FE27;
}
</style>
background-color css
<style>
a { background-color: #54FE27; }
a { background-color: rgb(84,254,39); }
div.DivClassName
{
background-color: #54FE27;
}
.BgClassName
{
background-color: #54FE27;
}
</style>
border-color css
<style>
span { border-color: #54FE27; }
span { border-color: rgb(84,254,39); }
td.TdClassName
{
border-color: #54FE27;
}
.TagClassName
{
border-color: #54FE27;
}
</style>