Shades of Harlequin #43FC04
Tints of Harlequin #43FC04
RGB
CMYK
RGB Variations
Color information
#43FC04 (or 0x43FC04) is known color: Harlequin. HEX triplet: 43, FC and 04. RGB value is (67,252,4). Sum of RGB (Red+Green+Blue) = 67+252+4=323 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.74% from 323); Green value is 252 (98.83% from 255 or 78.02% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 252 - color contains mainly: green. Hex color #43FC04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #43FC04 is #BC03FB. Grayscale: #A9A9A9. Windows color (decimal): -12321788 or 326723. OLE color: 326723.
HSL color Cylindrical-coordinate representation of color #43FC04: hue angle of 104.76º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #43FC04 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 252 | 4 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.01 |
| HSL | 104.76º | 0.98% | 0.5% | - |
| HSV(B) | 104.76º | 0.98% | 0.99% | - |
| XYZ | 37.15 | 70.82 | 11.83 | - |
| YUV | 168.41 | 35.21 | 55.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 252 | 4 | 0.73 | 0 | 0.98 | 0.01 | 104.76 | 0.98 | 0.5 |
| Hex | 43 | FC | 4 | 49 | 0 | 62 | 1 | 69 | 62 | 32 |
| Octal | 103 | 374 | 4 | 111 | 0 | 142 | 1 | 151 | 142 | 62 |
| Binary | 1000011 | 11111100 | 100 | 1001001 | 0 | 1100010 | 1 | 1101001 | 1100010 | 110010 |
Color Harmonies of #43FC04
Complementary color
Monochromatic Colors of #43FC04
Black with #43FC04
Text Example
Text Example
White with #43FC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43FC04; }
p { color: rgb(67,252,4); }
H1.HeaderClassName
{
color: #43FC04;
}
.AnyTagClassName
{
color: #43FC04;
}
</style>
background-color css
<style>
a { background-color: #43FC04; }
a { background-color: rgb(67,252,4); }
div.DivClassName
{
background-color: #43FC04;
}
.BgClassName
{
background-color: #43FC04;
}
</style>
border-color css
<style>
span { border-color: #43FC04; }
span { border-color: rgb(67,252,4); }
td.TdClassName
{
border-color: #43FC04;
}
.TagClassName
{
border-color: #43FC04;
}
</style>