Shades of Harlequin #43EC1C
Tints of Harlequin #43EC1C
RGB
CMYK
RGB Variations
Color information
#43EC1C (or 0x43EC1C) is known color: Harlequin. HEX triplet: 43, EC and 1C. RGB value is (67,236,28). Sum of RGB (Red+Green+Blue) = 67+236+28=331 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.24% from 331); Green value is 236 (92.58% from 255 or 71.30% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 236 - color contains mainly: green. Hex color #43EC1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43EC1C is #BC13E3. Grayscale: #A2A2A2. Windows color (decimal): -12325860 or 1895491. OLE color: 1895491.
HSL color Cylindrical-coordinate representation of color #43EC1C: hue angle of 108.75º 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 #43EC1C is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 236 | 28 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.07 |
| HSL | 108.75º | 0.85% | 0.52% | - |
| HSV(B) | 108.75º | 0.88% | 0.93% | - |
| XYZ | 32.52 | 61.27 | 11.21 | - |
| YUV | 161.76 | 52.51 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 236 | 28 | 0.72 | 0 | 0.88 | 0.07 | 108.75 | 0.85 | 0.52 |
| Hex | 43 | EC | 1C | 48 | 0 | 58 | 7 | 6D | 55 | 34 |
| Octal | 103 | 354 | 34 | 110 | 0 | 130 | 7 | 155 | 125 | 64 |
| Binary | 1000011 | 11101100 | 11100 | 1001000 | 0 | 1011000 | 111 | 1101101 | 1010101 | 110100 |
Color Harmonies of #43EC1C
Complementary color
Monochromatic Colors of #43EC1C
Black with #43EC1C
Text Example
Text Example
White with #43EC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EC1C; }
p { color: rgb(67,236,28); }
H1.HeaderClassName
{
color: #43EC1C;
}
.AnyTagClassName
{
color: #43EC1C;
}
</style>
background-color css
<style>
a { background-color: #43EC1C; }
a { background-color: rgb(67,236,28); }
div.DivClassName
{
background-color: #43EC1C;
}
.BgClassName
{
background-color: #43EC1C;
}
</style>
border-color css
<style>
span { border-color: #43EC1C; }
span { border-color: rgb(67,236,28); }
td.TdClassName
{
border-color: #43EC1C;
}
.TagClassName
{
border-color: #43EC1C;
}
</style>