Shades of Harlequin #43E214
Tints of Harlequin #43E214
RGB
CMYK
RGB Variations
Color information
#43E214 (or 0x43E214) is known color: Harlequin. HEX triplet: 43, E2 and 14. RGB value is (67,226,20). Sum of RGB (Red+Green+Blue) = 67+226+20=313 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.41% from 313); Green value is 226 (88.67% from 255 or 72.20% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 226 - color contains mainly: green. Hex color #43E214 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #43E214 is #BC1DEB. Grayscale: #9B9B9B. Windows color (decimal): -12328428 or 1368643. OLE color: 1368643.
HSL color Cylindrical-coordinate representation of color #43E214: hue angle of 106.31º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #43E214 is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 67 | 226 | 20 | - |
| CMYK | 0.70 | 0 | 0.91 | 0.11 |
| HSL | 106.31º | 0.84% | 0.48% | - |
| HSV(B) | 106.31º | 0.91% | 0.89% | - |
| XYZ | 29.64 | 55.64 | 9.84 | - |
| YUV | 154.98 | 51.82 | 65.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 226 | 20 | 0.70 | 0 | 0.91 | 0.11 | 106.31 | 0.84 | 0.48 |
| Hex | 43 | E2 | 14 | 46 | 0 | 5B | B | 6A | 54 | 30 |
| Octal | 103 | 342 | 24 | 106 | 0 | 133 | 13 | 152 | 124 | 60 |
| Binary | 1000011 | 11100010 | 10100 | 1000110 | 0 | 1011011 | 1011 | 1101010 | 1010100 | 110000 |
Color Harmonies of #43E214
Complementary color
Monochromatic Colors of #43E214
Black with #43E214
Text Example
Text Example
White with #43E214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E214; }
p { color: rgb(67,226,20); }
H1.HeaderClassName
{
color: #43E214;
}
.AnyTagClassName
{
color: #43E214;
}
</style>
background-color css
<style>
a { background-color: #43E214; }
a { background-color: rgb(67,226,20); }
div.DivClassName
{
background-color: #43E214;
}
.BgClassName
{
background-color: #43E214;
}
</style>
border-color css
<style>
span { border-color: #43E214; }
span { border-color: rgb(67,226,20); }
td.TdClassName
{
border-color: #43E214;
}
.TagClassName
{
border-color: #43E214;
}
</style>