Shades of Harlequin #54FF2E
Tints of Harlequin #54FF2E
RGB
CMYK
RGB Variations
Color information
#54FF2E (or 0x54FF2E) is known color: Harlequin. HEX triplet: 54, FF and 2E. RGB value is (84,255,46). Sum of RGB (Red+Green+Blue) = 84+255+46=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 255 (100% from 255 or 66.23% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 255 - color contains mainly: green. Hex color #54FF2E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54FF2E is #AB00D1. Grayscale: #B4B4B4. Windows color (decimal): -11206866 or 3080020. OLE color: 3080020.
HSL color Cylindrical-coordinate representation of color #54FF2E: hue angle of 109.09º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #54FF2E is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 255 | 46 | - |
| CMYK | 0.67 | 0 | 0.82 | 0 |
| HSL | 109.09º | 1% | 0.59% | - |
| HSV(B) | 109.09º | 0.82% | 1% | - |
| XYZ | 39.91 | 73.6 | 14.69 | - |
| YUV | 180.05 | 52.35 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 255 | 46 | 0.67 | 0 | 0.82 | 0 | 109.09 | 1 | 0.59 |
| Hex | 54 | FF | 2E | 43 | 0 | 52 | 0 | 6D | 64 | 3B |
| Octal | 124 | 377 | 56 | 103 | 0 | 122 | 0 | 155 | 144 | 73 |
| Binary | 1010100 | 11111111 | 101110 | 1000011 | 0 | 1010010 | 0 | 1101101 | 1100100 | 111011 |
Color Harmonies of #54FF2E
Complementary color
Monochromatic Colors of #54FF2E
Black with #54FF2E
Text Example
Text Example
White with #54FF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FF2E; }
p { color: rgb(84,255,46); }
H1.HeaderClassName
{
color: #54FF2E;
}
.AnyTagClassName
{
color: #54FF2E;
}
</style>
background-color css
<style>
a { background-color: #54FF2E; }
a { background-color: rgb(84,255,46); }
div.DivClassName
{
background-color: #54FF2E;
}
.BgClassName
{
background-color: #54FF2E;
}
</style>
border-color css
<style>
span { border-color: #54FF2E; }
span { border-color: rgb(84,255,46); }
td.TdClassName
{
border-color: #54FF2E;
}
.TagClassName
{
border-color: #54FF2E;
}
</style>