Shades of Harlequin #43DB06
Tints of Harlequin #43DB06
RGB
CMYK
RGB Variations
Color information
#43DB06 (or 0x43DB06) is known color: Harlequin. HEX triplet: 43, DB and 06. RGB value is (67,219,6). Sum of RGB (Red+Green+Blue) = 67+219+6=292 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.95% from 292); Green value is 219 (85.94% from 255 or 75% from 292); Blue value is 6 (2.73% from 255 or 2.05% from 292); Max value from RGB is 219 - color contains mainly: green. Hex color #43DB06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #43DB06 is #BC24F9. Grayscale: #959595. Windows color (decimal): -12330234 or 449347. OLE color: 449347.
HSL color Cylindrical-coordinate representation of color #43DB06: hue angle of 102.82º 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 #43DB06 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 219 | 6 | - |
| CMYK | 0.69 | 0 | 0.97 | 0.14 |
| HSL | 102.82º | 0.95% | 0.44% | - |
| HSV(B) | 102.82º | 0.97% | 0.86% | - |
| XYZ | 27.68 | 51.87 | 8.73 | - |
| YUV | 149.27 | 47.14 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 219 | 6 | 0.69 | 0 | 0.97 | 0.14 | 102.82 | 0.95 | 0.44 |
| Hex | 43 | DB | 6 | 45 | 0 | 61 | E | 67 | 5F | 2C |
| Octal | 103 | 333 | 6 | 105 | 0 | 141 | 16 | 147 | 137 | 54 |
| Binary | 1000011 | 11011011 | 110 | 1000101 | 0 | 1100001 | 1110 | 1100111 | 1011111 | 101100 |
Color Harmonies of #43DB06
Complementary color
Monochromatic Colors of #43DB06
Black with #43DB06
Text Example
Text Example
White with #43DB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DB06; }
p { color: rgb(67,219,6); }
H1.HeaderClassName
{
color: #43DB06;
}
.AnyTagClassName
{
color: #43DB06;
}
</style>
background-color css
<style>
a { background-color: #43DB06; }
a { background-color: rgb(67,219,6); }
div.DivClassName
{
background-color: #43DB06;
}
.BgClassName
{
background-color: #43DB06;
}
</style>
border-color css
<style>
span { border-color: #43DB06; }
span { border-color: rgb(67,219,6); }
td.TdClassName
{
border-color: #43DB06;
}
.TagClassName
{
border-color: #43DB06;
}
</style>