Shades of Harlequin #40DF03
Tints of Harlequin #40DF03
RGB
CMYK
RGB Variations
Color information
#40DF03 (or 0x40DF03) is known color: Harlequin. HEX triplet: 40, DF and 03. RGB value is (64,223,3). Sum of RGB (Red+Green+Blue) = 64+223+3=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 223 (87.5% from 255 or 76.90% from 290); Blue value is 3 (1.56% from 255 or 1.03% from 290); Max value from RGB is 223 - color contains mainly: green. Hex color #40DF03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40DF03 is #BF20FC. Grayscale: #979797. Windows color (decimal): -12525821 or 253760. OLE color: 253760.
HSL color Cylindrical-coordinate representation of color #40DF03: hue angle of 103.36º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40DF03 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 223 | 3 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.13 |
| HSL | 103.36º | 0.97% | 0.44% | - |
| HSV(B) | 103.36º | 0.99% | 0.87% | - |
| XYZ | 28.52 | 53.87 | 8.98 | - |
| YUV | 150.38 | 44.82 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 223 | 3 | 0.71 | 0 | 0.99 | 0.13 | 103.36 | 0.97 | 0.44 |
| Hex | 40 | DF | 3 | 47 | 0 | 63 | D | 67 | 61 | 2C |
| Octal | 100 | 337 | 3 | 107 | 0 | 143 | 15 | 147 | 141 | 54 |
| Binary | 1000000 | 11011111 | 11 | 1000111 | 0 | 1100011 | 1101 | 1100111 | 1100001 | 101100 |
Color Harmonies of #40DF03
Complementary color
Monochromatic Colors of #40DF03
Black with #40DF03
Text Example
Text Example
White with #40DF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DF03; }
p { color: rgb(64,223,3); }
H1.HeaderClassName
{
color: #40DF03;
}
.AnyTagClassName
{
color: #40DF03;
}
</style>
background-color css
<style>
a { background-color: #40DF03; }
a { background-color: rgb(64,223,3); }
div.DivClassName
{
background-color: #40DF03;
}
.BgClassName
{
background-color: #40DF03;
}
</style>
border-color css
<style>
span { border-color: #40DF03; }
span { border-color: rgb(64,223,3); }
td.TdClassName
{
border-color: #40DF03;
}
.TagClassName
{
border-color: #40DF03;
}
</style>