Shades of Harlequin #43DD07
Tints of Harlequin #43DD07
RGB
CMYK
RGB Variations
Color information
#43DD07 (or 0x43DD07) is known color: Harlequin. HEX triplet: 43, DD and 07. RGB value is (67,221,7). Sum of RGB (Red+Green+Blue) = 67+221+7=295 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.71% from 295); Green value is 221 (86.72% from 255 or 74.92% from 295); Blue value is 7 (3.12% from 255 or 2.37% from 295); Max value from RGB is 221 - color contains mainly: green. Hex color #43DD07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #43DD07 is #BC22F8. Grayscale: #979797. Windows color (decimal): -12329721 or 515395. OLE color: 515395.
HSL color Cylindrical-coordinate representation of color #43DD07: hue angle of 103.18º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #43DD07 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 221 | 7 | - |
| CMYK | 0.70 | 0 | 0.97 | 0.13 |
| HSL | 103.18º | 0.94% | 0.45% | - |
| HSV(B) | 103.18º | 0.97% | 0.87% | - |
| XYZ | 28.21 | 52.92 | 8.93 | - |
| YUV | 150.56 | 46.98 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 221 | 7 | 0.70 | 0 | 0.97 | 0.13 | 103.18 | 0.94 | 0.45 |
| Hex | 43 | DD | 7 | 46 | 0 | 61 | D | 67 | 5E | 2D |
| Octal | 103 | 335 | 7 | 106 | 0 | 141 | 15 | 147 | 136 | 55 |
| Binary | 1000011 | 11011101 | 111 | 1000110 | 0 | 1100001 | 1101 | 1100111 | 1011110 | 101101 |
Color Harmonies of #43DD07
Complementary color
Monochromatic Colors of #43DD07
Black with #43DD07
Text Example
Text Example
White with #43DD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DD07; }
p { color: rgb(67,221,7); }
H1.HeaderClassName
{
color: #43DD07;
}
.AnyTagClassName
{
color: #43DD07;
}
</style>
background-color css
<style>
a { background-color: #43DD07; }
a { background-color: rgb(67,221,7); }
div.DivClassName
{
background-color: #43DD07;
}
.BgClassName
{
background-color: #43DD07;
}
</style>
border-color css
<style>
span { border-color: #43DD07; }
span { border-color: rgb(67,221,7); }
td.TdClassName
{
border-color: #43DD07;
}
.TagClassName
{
border-color: #43DD07;
}
</style>