Shades of Harlequin #43F112
Tints of Harlequin #43F112
RGB
CMYK
RGB Variations
Color information
#43F112 (or 0x43F112) is known color: Harlequin. HEX triplet: 43, F1 and 12. RGB value is (67,241,18). Sum of RGB (Red+Green+Blue) = 67+241+18=326 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.55% from 326); Green value is 241 (94.53% from 255 or 73.93% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 241 - color contains mainly: green. Hex color #43F112 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #43F112 is #BC0EED. Grayscale: #A4A4A4. Windows color (decimal): -12324590 or 1241411. OLE color: 1241411.
HSL color Cylindrical-coordinate representation of color #43F112: hue angle of 106.82º degrees, saturation: 0.89, 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 #43F112 is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 67 | 241 | 18 | - |
| CMYK | 0.72 | 0 | 0.93 | 0.05 |
| HSL | 106.82º | 0.89% | 0.51% | - |
| HSV(B) | 106.82º | 0.93% | 0.95% | - |
| XYZ | 33.88 | 64.15 | 11.17 | - |
| YUV | 163.55 | 45.85 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 241 | 18 | 0.72 | 0 | 0.93 | 0.05 | 106.82 | 0.89 | 0.51 |
| Hex | 43 | F1 | 12 | 48 | 0 | 5D | 5 | 6B | 59 | 33 |
| Octal | 103 | 361 | 22 | 110 | 0 | 135 | 5 | 153 | 131 | 63 |
| Binary | 1000011 | 11110001 | 10010 | 1001000 | 0 | 1011101 | 101 | 1101011 | 1011001 | 110011 |
Color Harmonies of #43F112
Complementary color
Monochromatic Colors of #43F112
Black with #43F112
Text Example
Text Example
White with #43F112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43F112; }
p { color: rgb(67,241,18); }
H1.HeaderClassName
{
color: #43F112;
}
.AnyTagClassName
{
color: #43F112;
}
</style>
background-color css
<style>
a { background-color: #43F112; }
a { background-color: rgb(67,241,18); }
div.DivClassName
{
background-color: #43F112;
}
.BgClassName
{
background-color: #43F112;
}
</style>
border-color css
<style>
span { border-color: #43F112; }
span { border-color: rgb(67,241,18); }
td.TdClassName
{
border-color: #43F112;
}
.TagClassName
{
border-color: #43F112;
}
</style>