Shades of Harlequin #54FF27
Tints of Harlequin #54FF27
RGB
CMYK
RGB Variations
Color information
#54FF27 (or 0x54FF27) is known color: Harlequin. HEX triplet: 54, FF and 27. RGB value is (84,255,39). Sum of RGB (Red+Green+Blue) = 84+255+39=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 255 (100% from 255 or 67.46% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 255 - color contains mainly: green. Hex color #54FF27 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54FF27 is #AB00D8. Grayscale: #B3B3B3. Windows color (decimal): -11206873 or 2621268. OLE color: 2621268.
HSL color Cylindrical-coordinate representation of color #54FF27: hue angle of 107.5º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54FF27 is Cyan = 0.67, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 255 | 39 | - |
| CMYK | 0.67 | 0 | 0.85 | 0 |
| HSL | 107.5º | 1% | 0.58% | - |
| HSV(B) | 107.5º | 0.85% | 1% | - |
| XYZ | 39.78 | 73.55 | 14.02 | - |
| YUV | 179.25 | 48.85 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 255 | 39 | 0.67 | 0 | 0.85 | 0 | 107.5 | 1 | 0.58 |
| Hex | 54 | FF | 27 | 43 | 0 | 55 | 0 | 6C | 64 | 3A |
| Octal | 124 | 377 | 47 | 103 | 0 | 125 | 0 | 154 | 144 | 72 |
| Binary | 1010100 | 11111111 | 100111 | 1000011 | 0 | 1010101 | 0 | 1101100 | 1100100 | 111010 |
Color Harmonies of #54FF27
Complementary color
Monochromatic Colors of #54FF27
Black with #54FF27
Text Example
Text Example
White with #54FF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FF27; }
p { color: rgb(84,255,39); }
H1.HeaderClassName
{
color: #54FF27;
}
.AnyTagClassName
{
color: #54FF27;
}
</style>
background-color css
<style>
a { background-color: #54FF27; }
a { background-color: rgb(84,255,39); }
div.DivClassName
{
background-color: #54FF27;
}
.BgClassName
{
background-color: #54FF27;
}
</style>
border-color css
<style>
span { border-color: #54FF27; }
span { border-color: rgb(84,255,39); }
td.TdClassName
{
border-color: #54FF27;
}
.TagClassName
{
border-color: #54FF27;
}
</style>