Shades of Harlequin #54FF28
Tints of Harlequin #54FF28
RGB
CMYK
RGB Variations
Color information
#54FF28 (or 0x54FF28) is known color: Harlequin. HEX triplet: 54, FF and 28. RGB value is (84,255,40). Sum of RGB (Red+Green+Blue) = 84+255+40=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 255 (100% from 255 or 67.28% from 379); Blue value is 40 (16.02% from 255 or 10.55% from 379); Max value from RGB is 255 - color contains mainly: green. Hex color #54FF28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54FF28 is #AB00D7. Grayscale: #B4B4B4. Windows color (decimal): -11206872 or 2686804. OLE color: 2686804.
HSL color Cylindrical-coordinate representation of color #54FF28: hue angle of 107.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #54FF28 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 255 | 40 | - |
| CMYK | 0.67 | 0 | 0.84 | 0 |
| HSL | 107.72º | 1% | 0.58% | - |
| HSV(B) | 107.72º | 0.84% | 1% | - |
| XYZ | 39.8 | 73.56 | 14.11 | - |
| YUV | 179.36 | 49.35 | 59.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 255 | 40 | 0.67 | 0 | 0.84 | 0 | 107.72 | 1 | 0.58 |
| Hex | 54 | FF | 28 | 43 | 0 | 54 | 0 | 6C | 64 | 3A |
| Octal | 124 | 377 | 50 | 103 | 0 | 124 | 0 | 154 | 144 | 72 |
| Binary | 1010100 | 11111111 | 101000 | 1000011 | 0 | 1010100 | 0 | 1101100 | 1100100 | 111010 |
Color Harmonies of #54FF28
Complementary color
Monochromatic Colors of #54FF28
Black with #54FF28
Text Example
Text Example
White with #54FF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FF28; }
p { color: rgb(84,255,40); }
H1.HeaderClassName
{
color: #54FF28;
}
.AnyTagClassName
{
color: #54FF28;
}
</style>
background-color css
<style>
a { background-color: #54FF28; }
a { background-color: rgb(84,255,40); }
div.DivClassName
{
background-color: #54FF28;
}
.BgClassName
{
background-color: #54FF28;
}
</style>
border-color css
<style>
span { border-color: #54FF28; }
span { border-color: rgb(84,255,40); }
td.TdClassName
{
border-color: #54FF28;
}
.TagClassName
{
border-color: #54FF28;
}
</style>