Shades of Harlequin #43F312
Tints of Harlequin #43F312
RGB
CMYK
RGB Variations
Color information
#43F312 (or 0x43F312) is known color: Harlequin. HEX triplet: 43, F3 and 12. RGB value is (67,243,18). Sum of RGB (Red+Green+Blue) = 67+243+18=328 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.43% from 328); Green value is 243 (95.31% from 255 or 74.09% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 243 - color contains mainly: green. Hex color #43F312 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #43F312 is #BC0CED. Grayscale: #A5A5A5. Windows color (decimal): -12324078 or 1241923. OLE color: 1241923.
HSL color Cylindrical-coordinate representation of color #43F312: hue angle of 106.93º 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 #43F312 is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 67 | 243 | 18 | - |
| CMYK | 0.72 | 0 | 0.93 | 0.05 |
| HSL | 106.93º | 0.9% | 0.51% | - |
| HSV(B) | 106.93º | 0.93% | 0.95% | - |
| XYZ | 34.47 | 65.34 | 11.37 | - |
| YUV | 164.73 | 45.19 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 243 | 18 | 0.72 | 0 | 0.93 | 0.05 | 106.93 | 0.9 | 0.51 |
| Hex | 43 | F3 | 12 | 48 | 0 | 5D | 5 | 6B | 5A | 33 |
| Octal | 103 | 363 | 22 | 110 | 0 | 135 | 5 | 153 | 132 | 63 |
| Binary | 1000011 | 11110011 | 10010 | 1001000 | 0 | 1011101 | 101 | 1101011 | 1011010 | 110011 |
Color Harmonies of #43F312
Complementary color
Monochromatic Colors of #43F312
Black with #43F312
Text Example
Text Example
White with #43F312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43F312; }
p { color: rgb(67,243,18); }
H1.HeaderClassName
{
color: #43F312;
}
.AnyTagClassName
{
color: #43F312;
}
</style>
background-color css
<style>
a { background-color: #43F312; }
a { background-color: rgb(67,243,18); }
div.DivClassName
{
background-color: #43F312;
}
.BgClassName
{
background-color: #43F312;
}
</style>
border-color css
<style>
span { border-color: #43F312; }
span { border-color: rgb(67,243,18); }
td.TdClassName
{
border-color: #43F312;
}
.TagClassName
{
border-color: #43F312;
}
</style>