Shades of Harlequin #43FC16
Tints of Harlequin #43FC16
RGB
CMYK
RGB Variations
Color information
#43FC16 (or 0x43FC16) is known color: Harlequin. HEX triplet: 43, FC and 16. RGB value is (67,252,22). Sum of RGB (Red+Green+Blue) = 67+252+22=341 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.65% from 341); Green value is 252 (98.83% from 255 or 73.90% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 252 - color contains mainly: green. Hex color #43FC16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #43FC16 is #BC03E9. Grayscale: #ABABAB. Windows color (decimal): -12321770 or 1506371. OLE color: 1506371.
HSL color Cylindrical-coordinate representation of color #43FC16: hue angle of 108.26º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #43FC16 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 252 | 22 | - |
| CMYK | 0.73 | 0 | 0.91 | 0.01 |
| HSL | 108.26º | 0.97% | 0.54% | - |
| HSV(B) | 108.26º | 0.91% | 0.99% | - |
| XYZ | 37.27 | 70.87 | 12.47 | - |
| YUV | 170.47 | 44.21 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 252 | 22 | 0.73 | 0 | 0.91 | 0.01 | 108.26 | 0.97 | 0.54 |
| Hex | 43 | FC | 16 | 49 | 0 | 5B | 1 | 6C | 61 | 36 |
| Octal | 103 | 374 | 26 | 111 | 0 | 133 | 1 | 154 | 141 | 66 |
| Binary | 1000011 | 11111100 | 10110 | 1001001 | 0 | 1011011 | 1 | 1101100 | 1100001 | 110110 |
Color Harmonies of #43FC16
Complementary color
Monochromatic Colors of #43FC16
Black with #43FC16
Text Example
Text Example
White with #43FC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FC16; }
p { color: rgb(67,252,22); }
H1.HeaderClassName
{
color: #43FC16;
}
.AnyTagClassName
{
color: #43FC16;
}
</style>
background-color css
<style>
a { background-color: #43FC16; }
a { background-color: rgb(67,252,22); }
div.DivClassName
{
background-color: #43FC16;
}
.BgClassName
{
background-color: #43FC16;
}
</style>
border-color css
<style>
span { border-color: #43FC16; }
span { border-color: rgb(67,252,22); }
td.TdClassName
{
border-color: #43FC16;
}
.TagClassName
{
border-color: #43FC16;
}
</style>