Shades of Harlequin #43EC1B
Tints of Harlequin #43EC1B
RGB
CMYK
RGB Variations
Color information
#43EC1B (or 0x43EC1B) is known color: Harlequin. HEX triplet: 43, EC and 1B. RGB value is (67,236,27). Sum of RGB (Red+Green+Blue) = 67+236+27=330 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.30% from 330); Green value is 236 (92.58% from 255 or 71.52% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 236 - color contains mainly: green. Hex color #43EC1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43EC1B is #BC13E4. Grayscale: #A2A2A2. Windows color (decimal): -12325861 or 1829955. OLE color: 1829955.
HSL color Cylindrical-coordinate representation of color #43EC1B: hue angle of 108.52º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #43EC1B is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 236 | 27 | - |
| CMYK | 0.72 | 0 | 0.89 | 0.07 |
| HSL | 108.52º | 0.85% | 0.52% | - |
| HSV(B) | 108.52º | 0.89% | 0.93% | - |
| XYZ | 32.51 | 61.26 | 11.15 | - |
| YUV | 161.64 | 52.01 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 236 | 27 | 0.72 | 0 | 0.89 | 0.07 | 108.52 | 0.85 | 0.52 |
| Hex | 43 | EC | 1B | 48 | 0 | 59 | 7 | 6D | 55 | 34 |
| Octal | 103 | 354 | 33 | 110 | 0 | 131 | 7 | 155 | 125 | 64 |
| Binary | 1000011 | 11101100 | 11011 | 1001000 | 0 | 1011001 | 111 | 1101101 | 1010101 | 110100 |
Color Harmonies of #43EC1B
Complementary color
Monochromatic Colors of #43EC1B
Black with #43EC1B
Text Example
Text Example
White with #43EC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EC1B; }
p { color: rgb(67,236,27); }
H1.HeaderClassName
{
color: #43EC1B;
}
.AnyTagClassName
{
color: #43EC1B;
}
</style>
background-color css
<style>
a { background-color: #43EC1B; }
a { background-color: rgb(67,236,27); }
div.DivClassName
{
background-color: #43EC1B;
}
.BgClassName
{
background-color: #43EC1B;
}
</style>
border-color css
<style>
span { border-color: #43EC1B; }
span { border-color: rgb(67,236,27); }
td.TdClassName
{
border-color: #43EC1B;
}
.TagClassName
{
border-color: #43EC1B;
}
</style>