Shades of Harlequin #43DC06
Tints of Harlequin #43DC06
RGB
CMYK
RGB Variations
Color information
#43DC06 (or 0x43DC06) is known color: Harlequin. HEX triplet: 43, DC and 06. RGB value is (67,220,6). Sum of RGB (Red+Green+Blue) = 67+220+6=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 220 (86.33% from 255 or 75.09% from 293); Blue value is 6 (2.73% from 255 or 2.05% from 293); Max value from RGB is 220 - color contains mainly: green. Hex color #43DC06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #43DC06 is #BC23F9. Grayscale: #969696. Windows color (decimal): -12329978 or 449603. OLE color: 449603.
HSL color Cylindrical-coordinate representation of color #43DC06: hue angle of 102.9º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #43DC06 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 220 | 6 | - |
| CMYK | 0.70 | 0 | 0.97 | 0.14 |
| HSL | 102.9º | 0.95% | 0.44% | - |
| HSV(B) | 102.9º | 0.97% | 0.86% | - |
| XYZ | 27.94 | 52.39 | 8.81 | - |
| YUV | 149.86 | 46.81 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 220 | 6 | 0.70 | 0 | 0.97 | 0.14 | 102.9 | 0.95 | 0.44 |
| Hex | 43 | DC | 6 | 46 | 0 | 61 | E | 67 | 5F | 2C |
| Octal | 103 | 334 | 6 | 106 | 0 | 141 | 16 | 147 | 137 | 54 |
| Binary | 1000011 | 11011100 | 110 | 1000110 | 0 | 1100001 | 1110 | 1100111 | 1011111 | 101100 |
Color Harmonies of #43DC06
Complementary color
Monochromatic Colors of #43DC06
Black with #43DC06
Text Example
Text Example
White with #43DC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DC06; }
p { color: rgb(67,220,6); }
H1.HeaderClassName
{
color: #43DC06;
}
.AnyTagClassName
{
color: #43DC06;
}
</style>
background-color css
<style>
a { background-color: #43DC06; }
a { background-color: rgb(67,220,6); }
div.DivClassName
{
background-color: #43DC06;
}
.BgClassName
{
background-color: #43DC06;
}
</style>
border-color css
<style>
span { border-color: #43DC06; }
span { border-color: rgb(67,220,6); }
td.TdClassName
{
border-color: #43DC06;
}
.TagClassName
{
border-color: #43DC06;
}
</style>