Shades of Harlequin #41DC03
Tints of Harlequin #41DC03
RGB
CMYK
RGB Variations
Color information
#41DC03 (or 0x41DC03) is known color: Harlequin. HEX triplet: 41, DC and 03. RGB value is (65,220,3). Sum of RGB (Red+Green+Blue) = 65+220+3=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 220 (86.33% from 255 or 76.39% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 220 - color contains mainly: green. Hex color #41DC03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41DC03 is #BE23FC. Grayscale: #959595. Windows color (decimal): -12461053 or 252993. OLE color: 252993.
HSL color Cylindrical-coordinate representation of color #41DC03: hue angle of 102.86º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41DC03 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 220 | 3 | - |
| CMYK | 0.70 | 0 | 0.99 | 0.14 |
| HSL | 102.86º | 0.97% | 0.44% | - |
| HSV(B) | 102.86º | 0.99% | 0.86% | - |
| XYZ | 27.79 | 52.32 | 8.72 | - |
| YUV | 148.92 | 45.65 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 220 | 3 | 0.70 | 0 | 0.99 | 0.14 | 102.86 | 0.97 | 0.44 |
| Hex | 41 | DC | 3 | 46 | 0 | 63 | E | 67 | 61 | 2C |
| Octal | 101 | 334 | 3 | 106 | 0 | 143 | 16 | 147 | 141 | 54 |
| Binary | 1000001 | 11011100 | 11 | 1000110 | 0 | 1100011 | 1110 | 1100111 | 1100001 | 101100 |
Color Harmonies of #41DC03
Complementary color
Monochromatic Colors of #41DC03
Black with #41DC03
Text Example
Text Example
White with #41DC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DC03; }
p { color: rgb(65,220,3); }
H1.HeaderClassName
{
color: #41DC03;
}
.AnyTagClassName
{
color: #41DC03;
}
</style>
background-color css
<style>
a { background-color: #41DC03; }
a { background-color: rgb(65,220,3); }
div.DivClassName
{
background-color: #41DC03;
}
.BgClassName
{
background-color: #41DC03;
}
</style>
border-color css
<style>
span { border-color: #41DC03; }
span { border-color: rgb(65,220,3); }
td.TdClassName
{
border-color: #41DC03;
}
.TagClassName
{
border-color: #41DC03;
}
</style>