Shades of Harlequin #43F212
Tints of Harlequin #43F212
RGB
CMYK
RGB Variations
Color information
#43F212 (or 0x43F212) is known color: Harlequin. HEX triplet: 43, F2 and 12. RGB value is (67,242,18). Sum of RGB (Red+Green+Blue) = 67+242+18=327 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.49% from 327); Green value is 242 (94.92% from 255 or 74.01% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 242 - color contains mainly: green. Hex color #43F212 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #43F212 is #BC0DED. Grayscale: #A4A4A4. Windows color (decimal): -12324334 or 1241667. OLE color: 1241667.
HSL color Cylindrical-coordinate representation of color #43F212: hue angle of 106.88º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #43F212 is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 67 | 242 | 18 | - |
| CMYK | 0.72 | 0 | 0.93 | 0.05 |
| HSL | 106.88º | 0.9% | 0.51% | - |
| HSV(B) | 106.88º | 0.93% | 0.95% | - |
| XYZ | 34.18 | 64.74 | 11.27 | - |
| YUV | 164.14 | 45.52 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 242 | 18 | 0.72 | 0 | 0.93 | 0.05 | 106.88 | 0.9 | 0.51 |
| Hex | 43 | F2 | 12 | 48 | 0 | 5D | 5 | 6B | 5A | 33 |
| Octal | 103 | 362 | 22 | 110 | 0 | 135 | 5 | 153 | 132 | 63 |
| Binary | 1000011 | 11110010 | 10010 | 1001000 | 0 | 1011101 | 101 | 1101011 | 1011010 | 110011 |
Color Harmonies of #43F212
Complementary color
Monochromatic Colors of #43F212
Black with #43F212
Text Example
Text Example
White with #43F212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43F212; }
p { color: rgb(67,242,18); }
H1.HeaderClassName
{
color: #43F212;
}
.AnyTagClassName
{
color: #43F212;
}
</style>
background-color css
<style>
a { background-color: #43F212; }
a { background-color: rgb(67,242,18); }
div.DivClassName
{
background-color: #43F212;
}
.BgClassName
{
background-color: #43F212;
}
</style>
border-color css
<style>
span { border-color: #43F212; }
span { border-color: rgb(67,242,18); }
td.TdClassName
{
border-color: #43F212;
}
.TagClassName
{
border-color: #43F212;
}
</style>