Shades of Harlequin #41DD03
Tints of Harlequin #41DD03
RGB
CMYK
RGB Variations
Color information
#41DD03 (or 0x41DD03) is known color: Harlequin. HEX triplet: 41, DD and 03. RGB value is (65,221,3). Sum of RGB (Red+Green+Blue) = 65+221+3=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 221 (86.72% from 255 or 76.47% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 221 - color contains mainly: green. Hex color #41DD03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41DD03 is #BE22FC. Grayscale: #969696. Windows color (decimal): -12460797 or 253249. OLE color: 253249.
HSL color Cylindrical-coordinate representation of color #41DD03: hue angle of 102.94º 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 #41DD03 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 221 | 3 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.13 |
| HSL | 102.94º | 0.97% | 0.44% | - |
| HSV(B) | 102.94º | 0.99% | 0.87% | - |
| XYZ | 28.05 | 52.84 | 8.81 | - |
| YUV | 149.5 | 45.32 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 221 | 3 | 0.71 | 0 | 0.99 | 0.13 | 102.94 | 0.97 | 0.44 |
| Hex | 41 | DD | 3 | 47 | 0 | 63 | D | 67 | 61 | 2C |
| Octal | 101 | 335 | 3 | 107 | 0 | 143 | 15 | 147 | 141 | 54 |
| Binary | 1000001 | 11011101 | 11 | 1000111 | 0 | 1100011 | 1101 | 1100111 | 1100001 | 101100 |
Color Harmonies of #41DD03
Complementary color
Monochromatic Colors of #41DD03
Black with #41DD03
Text Example
Text Example
White with #41DD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DD03; }
p { color: rgb(65,221,3); }
H1.HeaderClassName
{
color: #41DD03;
}
.AnyTagClassName
{
color: #41DD03;
}
</style>
background-color css
<style>
a { background-color: #41DD03; }
a { background-color: rgb(65,221,3); }
div.DivClassName
{
background-color: #41DD03;
}
.BgClassName
{
background-color: #41DD03;
}
</style>
border-color css
<style>
span { border-color: #41DD03; }
span { border-color: rgb(65,221,3); }
td.TdClassName
{
border-color: #41DD03;
}
.TagClassName
{
border-color: #41DD03;
}
</style>