Shades of Harlequin #43FD00
Tints of Harlequin #43FD00
RGB
CMYK
RGB Variations
Color information
#43FD00 (or 0x43FD00) is known color: Harlequin. HEX triplet: 43, FD and 00. RGB value is (67,253,0). Sum of RGB (Red+Green+Blue) = 67+253+0=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 253 (99.22% from 255 or 79.06% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 253 - color contains mainly: green. Hex color #43FD00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #43FD00 is #BC02FF. Grayscale: #A9A9A9. Windows color (decimal): -12321536 or 64835. OLE color: 64835.
HSL color Cylindrical-coordinate representation of color #43FD00: hue angle of 104.11º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #43FD00 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 253 | 0 | - |
| CMYK | 0.74 | 0 | 1 | 0.01 |
| HSL | 104.11º | 1% | 0.5% | - |
| HSV(B) | 104.11º | 1% | 0.99% | - |
| XYZ | 37.44 | 71.44 | 11.82 | - |
| YUV | 168.54 | 32.88 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 253 | 0 | 0.74 | 0 | 1 | 0.01 | 104.11 | 1 | 0.5 |
| Hex | 43 | FD | 0 | 4A | 0 | 64 | 1 | 68 | 64 | 32 |
| Octal | 103 | 375 | 0 | 112 | 0 | 144 | 1 | 150 | 144 | 62 |
| Binary | 1000011 | 11111101 | 0 | 1001010 | 0 | 1100100 | 1 | 1101000 | 1100100 | 110010 |
Color Harmonies of #43FD00
Complementary color
Monochromatic Colors of #43FD00
Black with #43FD00
Text Example
Text Example
White with #43FD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FD00; }
p { color: rgb(67,253,0); }
H1.HeaderClassName
{
color: #43FD00;
}
.AnyTagClassName
{
color: #43FD00;
}
</style>
background-color css
<style>
a { background-color: #43FD00; }
a { background-color: rgb(67,253,0); }
div.DivClassName
{
background-color: #43FD00;
}
.BgClassName
{
background-color: #43FD00;
}
</style>
border-color css
<style>
span { border-color: #43FD00; }
span { border-color: rgb(67,253,0); }
td.TdClassName
{
border-color: #43FD00;
}
.TagClassName
{
border-color: #43FD00;
}
</style>