Shades of Harlequin #43ED16
Tints of Harlequin #43ED16
RGB
CMYK
RGB Variations
Color information
#43ED16 (or 0x43ED16) is known color: Harlequin. HEX triplet: 43, ED and 16. RGB value is (67,237,22). Sum of RGB (Red+Green+Blue) = 67+237+22=326 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.55% from 326); Green value is 237 (92.97% from 255 or 72.70% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 237 - color contains mainly: green. Hex color #43ED16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #43ED16 is #BC12E9. Grayscale: #A2A2A2. Windows color (decimal): -12325610 or 1502531. OLE color: 1502531.
HSL color Cylindrical-coordinate representation of color #43ED16: hue angle of 107.44º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #43ED16 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 237 | 22 | - |
| CMYK | 0.72 | 0 | 0.91 | 0.07 |
| HSL | 107.44º | 0.86% | 0.51% | - |
| HSV(B) | 107.44º | 0.91% | 0.93% | - |
| XYZ | 32.74 | 61.82 | 10.97 | - |
| YUV | 161.66 | 49.18 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 237 | 22 | 0.72 | 0 | 0.91 | 0.07 | 107.44 | 0.86 | 0.51 |
| Hex | 43 | ED | 16 | 48 | 0 | 5B | 7 | 6B | 56 | 33 |
| Octal | 103 | 355 | 26 | 110 | 0 | 133 | 7 | 153 | 126 | 63 |
| Binary | 1000011 | 11101101 | 10110 | 1001000 | 0 | 1011011 | 111 | 1101011 | 1010110 | 110011 |
Color Harmonies of #43ED16
Complementary color
Monochromatic Colors of #43ED16
Black with #43ED16
Text Example
Text Example
White with #43ED16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43ED16; }
p { color: rgb(67,237,22); }
H1.HeaderClassName
{
color: #43ED16;
}
.AnyTagClassName
{
color: #43ED16;
}
</style>
background-color css
<style>
a { background-color: #43ED16; }
a { background-color: rgb(67,237,22); }
div.DivClassName
{
background-color: #43ED16;
}
.BgClassName
{
background-color: #43ED16;
}
</style>
border-color css
<style>
span { border-color: #43ED16; }
span { border-color: rgb(67,237,22); }
td.TdClassName
{
border-color: #43ED16;
}
.TagClassName
{
border-color: #43ED16;
}
</style>