Shades of Harlequin #43F002
Tints of Harlequin #43F002
RGB
CMYK
RGB Variations
Color information
#43F002 (or 0x43F002) is known color: Harlequin. HEX triplet: 43, F0 and 02. RGB value is (67,240,2). Sum of RGB (Red+Green+Blue) = 67+240+2=309 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.68% from 309); Green value is 240 (94.14% from 255 or 77.67% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 240 - color contains mainly: green. Hex color #43F002 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #43F002 is #BC0FFD. Grayscale: #A1A1A1. Windows color (decimal): -12324862 or 192579. OLE color: 192579.
HSL color Cylindrical-coordinate representation of color #43F002: hue angle of 103.61º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #43F002 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 240 | 2 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.06 |
| HSL | 103.61º | 0.98% | 0.47% | - |
| HSV(B) | 103.61º | 0.99% | 0.94% | - |
| XYZ | 33.49 | 63.52 | 10.55 | - |
| YUV | 161.14 | 38.19 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 240 | 2 | 0.72 | 0 | 0.99 | 0.06 | 103.61 | 0.98 | 0.47 |
| Hex | 43 | F0 | 2 | 48 | 0 | 63 | 6 | 68 | 62 | 2F |
| Octal | 103 | 360 | 2 | 110 | 0 | 143 | 6 | 150 | 142 | 57 |
| Binary | 1000011 | 11110000 | 10 | 1001000 | 0 | 1100011 | 110 | 1101000 | 1100010 | 101111 |
Color Harmonies of #43F002
Complementary color
Monochromatic Colors of #43F002
Black with #43F002
Text Example
Text Example
White with #43F002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43F002; }
p { color: rgb(67,240,2); }
H1.HeaderClassName
{
color: #43F002;
}
.AnyTagClassName
{
color: #43F002;
}
</style>
background-color css
<style>
a { background-color: #43F002; }
a { background-color: rgb(67,240,2); }
div.DivClassName
{
background-color: #43F002;
}
.BgClassName
{
background-color: #43F002;
}
</style>
border-color css
<style>
span { border-color: #43F002; }
span { border-color: rgb(67,240,2); }
td.TdClassName
{
border-color: #43F002;
}
.TagClassName
{
border-color: #43F002;
}
</style>