Shades of Harlequin #43EC1D
Tints of Harlequin #43EC1D
RGB
CMYK
RGB Variations
Color information
#43EC1D (or 0x43EC1D) is known color: Harlequin. HEX triplet: 43, EC and 1D. RGB value is (67,236,29). Sum of RGB (Red+Green+Blue) = 67+236+29=332 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.18% from 332); Green value is 236 (92.58% from 255 or 71.08% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 236 - color contains mainly: green. Hex color #43EC1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43EC1D is #BC13E2. Grayscale: #A2A2A2. Windows color (decimal): -12325859 or 1961027. OLE color: 1961027.
HSL color Cylindrical-coordinate representation of color #43EC1D: hue angle of 108.99º degrees, saturation: 0.84, 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 #43EC1D is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 236 | 29 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.07 |
| HSL | 108.99º | 0.84% | 0.52% | - |
| HSV(B) | 108.99º | 0.88% | 0.93% | - |
| XYZ | 32.53 | 61.27 | 11.27 | - |
| YUV | 161.87 | 53.01 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 236 | 29 | 0.72 | 0 | 0.88 | 0.07 | 108.99 | 0.84 | 0.52 |
| Hex | 43 | EC | 1D | 48 | 0 | 58 | 7 | 6D | 54 | 34 |
| Octal | 103 | 354 | 35 | 110 | 0 | 130 | 7 | 155 | 124 | 64 |
| Binary | 1000011 | 11101100 | 11101 | 1001000 | 0 | 1011000 | 111 | 1101101 | 1010100 | 110100 |
Color Harmonies of #43EC1D
Complementary color
Monochromatic Colors of #43EC1D
Black with #43EC1D
Text Example
Text Example
White with #43EC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EC1D; }
p { color: rgb(67,236,29); }
H1.HeaderClassName
{
color: #43EC1D;
}
.AnyTagClassName
{
color: #43EC1D;
}
</style>
background-color css
<style>
a { background-color: #43EC1D; }
a { background-color: rgb(67,236,29); }
div.DivClassName
{
background-color: #43EC1D;
}
.BgClassName
{
background-color: #43EC1D;
}
</style>
border-color css
<style>
span { border-color: #43EC1D; }
span { border-color: rgb(67,236,29); }
td.TdClassName
{
border-color: #43EC1D;
}
.TagClassName
{
border-color: #43EC1D;
}
</style>