Shades of Harlequin #54EC1F
Tints of Harlequin #54EC1F
RGB
CMYK
RGB Variations
Color information
#54EC1F (or 0x54EC1F) is known color: Harlequin. HEX triplet: 54, EC and 1F. RGB value is (84,236,31). Sum of RGB (Red+Green+Blue) = 84+236+31=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 236 (92.58% from 255 or 67.24% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 236 - color contains mainly: green. Hex color #54EC1F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54EC1F is #AB13E0. Grayscale: #A7A7A7. Windows color (decimal): -11211745 or 2092116. OLE color: 2092116.
HSL color Cylindrical-coordinate representation of color #54EC1F: hue angle of 104.49º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #54EC1F is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 236 | 31 | - |
| CMYK | 0.64 | 0 | 0.87 | 0.07 |
| HSL | 104.49º | 0.84% | 0.52% | - |
| HSV(B) | 104.49º | 0.87% | 0.93% | - |
| XYZ | 33.9 | 61.97 | 11.47 | - |
| YUV | 167.18 | 51.14 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 236 | 31 | 0.64 | 0 | 0.87 | 0.07 | 104.49 | 0.84 | 0.52 |
| Hex | 54 | EC | 1F | 40 | 0 | 57 | 7 | 68 | 54 | 34 |
| Octal | 124 | 354 | 37 | 100 | 0 | 127 | 7 | 150 | 124 | 64 |
| Binary | 1010100 | 11101100 | 11111 | 1000000 | 0 | 1010111 | 111 | 1101000 | 1010100 | 110100 |
Color Harmonies of #54EC1F
Complementary color
Monochromatic Colors of #54EC1F
Black with #54EC1F
Text Example
Text Example
White with #54EC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EC1F; }
p { color: rgb(84,236,31); }
H1.HeaderClassName
{
color: #54EC1F;
}
.AnyTagClassName
{
color: #54EC1F;
}
</style>
background-color css
<style>
a { background-color: #54EC1F; }
a { background-color: rgb(84,236,31); }
div.DivClassName
{
background-color: #54EC1F;
}
.BgClassName
{
background-color: #54EC1F;
}
</style>
border-color css
<style>
span { border-color: #54EC1F; }
span { border-color: rgb(84,236,31); }
td.TdClassName
{
border-color: #54EC1F;
}
.TagClassName
{
border-color: #54EC1F;
}
</style>