Shades of Harlequin #43F203
Tints of Harlequin #43F203
RGB
CMYK
RGB Variations
Color information
#43F203 (or 0x43F203) is known color: Harlequin. HEX triplet: 43, F2 and 03. RGB value is (67,242,3). Sum of RGB (Red+Green+Blue) = 67+242+3=312 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.47% from 312); Green value is 242 (94.92% from 255 or 77.56% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 242 - color contains mainly: green. Hex color #43F203 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #43F203 is #BC0DFC. Grayscale: #A3A3A3. Windows color (decimal): -12324349 or 258627. OLE color: 258627.
HSL color Cylindrical-coordinate representation of color #43F203: hue angle of 103.93º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #43F203 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 67 | 242 | 3 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.05 |
| HSL | 103.93º | 0.98% | 0.48% | - |
| HSV(B) | 103.93º | 0.99% | 0.95% | - |
| XYZ | 34.08 | 64.7 | 10.78 | - |
| YUV | 162.43 | 38.02 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 242 | 3 | 0.72 | 0 | 0.99 | 0.05 | 103.93 | 0.98 | 0.48 |
| Hex | 43 | F2 | 3 | 48 | 0 | 63 | 5 | 68 | 62 | 30 |
| Octal | 103 | 362 | 3 | 110 | 0 | 143 | 5 | 150 | 142 | 60 |
| Binary | 1000011 | 11110010 | 11 | 1001000 | 0 | 1100011 | 101 | 1101000 | 1100010 | 110000 |
Color Harmonies of #43F203
Complementary color
Monochromatic Colors of #43F203
Black with #43F203
Text Example
Text Example
White with #43F203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43F203; }
p { color: rgb(67,242,3); }
H1.HeaderClassName
{
color: #43F203;
}
.AnyTagClassName
{
color: #43F203;
}
</style>
background-color css
<style>
a { background-color: #43F203; }
a { background-color: rgb(67,242,3); }
div.DivClassName
{
background-color: #43F203;
}
.BgClassName
{
background-color: #43F203;
}
</style>
border-color css
<style>
span { border-color: #43F203; }
span { border-color: rgb(67,242,3); }
td.TdClassName
{
border-color: #43F203;
}
.TagClassName
{
border-color: #43F203;
}
</style>