Shades of Harlequin #53EC1C
Tints of Harlequin #53EC1C
RGB
CMYK
RGB Variations
Color information
#53EC1C (or 0x53EC1C) is known color: Harlequin. HEX triplet: 53, EC and 1C. RGB value is (83,236,28). Sum of RGB (Red+Green+Blue) = 83+236+28=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 236 (92.58% from 255 or 68.01% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 236 - color contains mainly: green. Hex color #53EC1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53EC1C is #AC13E3. Grayscale: #A7A7A7. Windows color (decimal): -11277284 or 1895507. OLE color: 1895507.
HSL color Cylindrical-coordinate representation of color #53EC1C: hue angle of 104.13º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53EC1C is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 236 | 28 | - |
| CMYK | 0.65 | 0 | 0.88 | 0.07 |
| HSL | 104.13º | 0.85% | 0.52% | - |
| HSV(B) | 104.13º | 0.88% | 0.93% | - |
| XYZ | 33.77 | 61.91 | 11.27 | - |
| YUV | 166.54 | 49.81 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 236 | 28 | 0.65 | 0 | 0.88 | 0.07 | 104.13 | 0.85 | 0.52 |
| Hex | 53 | EC | 1C | 41 | 0 | 58 | 7 | 68 | 55 | 34 |
| Octal | 123 | 354 | 34 | 101 | 0 | 130 | 7 | 150 | 125 | 64 |
| Binary | 1010011 | 11101100 | 11100 | 1000001 | 0 | 1011000 | 111 | 1101000 | 1010101 | 110100 |
Color Harmonies of #53EC1C
Complementary color
Monochromatic Colors of #53EC1C
Black with #53EC1C
Text Example
Text Example
White with #53EC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53EC1C; }
p { color: rgb(83,236,28); }
H1.HeaderClassName
{
color: #53EC1C;
}
.AnyTagClassName
{
color: #53EC1C;
}
</style>
background-color css
<style>
a { background-color: #53EC1C; }
a { background-color: rgb(83,236,28); }
div.DivClassName
{
background-color: #53EC1C;
}
.BgClassName
{
background-color: #53EC1C;
}
</style>
border-color css
<style>
span { border-color: #53EC1C; }
span { border-color: rgb(83,236,28); }
td.TdClassName
{
border-color: #53EC1C;
}
.TagClassName
{
border-color: #53EC1C;
}
</style>