Shades of Harlequin #54EF1D
Tints of Harlequin #54EF1D
RGB
CMYK
RGB Variations
Color information
#54EF1D (or 0x54EF1D) is known color: Harlequin. HEX triplet: 54, EF and 1D. RGB value is (84,239,29). Sum of RGB (Red+Green+Blue) = 84+239+29=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 239 (93.75% from 255 or 67.90% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 239 - color contains mainly: green. Hex color #54EF1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54EF1D is #AB10E2. Grayscale: #A9A9A9. Windows color (decimal): -11210979 or 1961812. OLE color: 1961812.
HSL color Cylindrical-coordinate representation of color #54EF1D: hue angle of 104.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #54EF1D is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 239 | 29 | - |
| CMYK | 0.65 | 0 | 0.88 | 0.06 |
| HSL | 104.29º | 0.87% | 0.53% | - |
| HSV(B) | 104.29º | 0.88% | 0.94% | - |
| XYZ | 34.74 | 63.71 | 11.63 | - |
| YUV | 168.72 | 49.15 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 239 | 29 | 0.65 | 0 | 0.88 | 0.06 | 104.29 | 0.87 | 0.53 |
| Hex | 54 | EF | 1D | 41 | 0 | 58 | 6 | 68 | 57 | 35 |
| Octal | 124 | 357 | 35 | 101 | 0 | 130 | 6 | 150 | 127 | 65 |
| Binary | 1010100 | 11101111 | 11101 | 1000001 | 0 | 1011000 | 110 | 1101000 | 1010111 | 110101 |
Color Harmonies of #54EF1D
Complementary color
Monochromatic Colors of #54EF1D
Black with #54EF1D
Text Example
Text Example
White with #54EF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EF1D; }
p { color: rgb(84,239,29); }
H1.HeaderClassName
{
color: #54EF1D;
}
.AnyTagClassName
{
color: #54EF1D;
}
</style>
background-color css
<style>
a { background-color: #54EF1D; }
a { background-color: rgb(84,239,29); }
div.DivClassName
{
background-color: #54EF1D;
}
.BgClassName
{
background-color: #54EF1D;
}
</style>
border-color css
<style>
span { border-color: #54EF1D; }
span { border-color: rgb(84,239,29); }
td.TdClassName
{
border-color: #54EF1D;
}
.TagClassName
{
border-color: #54EF1D;
}
</style>