Shades of Harlequin #41DC0A
Tints of Harlequin #41DC0A
RGB
CMYK
RGB Variations
Color information
#41DC0A (or 0x41DC0A) is known color: Harlequin. HEX triplet: 41, DC and 0A. RGB value is (65,220,10). Sum of RGB (Red+Green+Blue) = 65+220+10=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 220 (86.33% from 255 or 74.58% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 220 - color contains mainly: green. Hex color #41DC0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41DC0A is #BE23F5. Grayscale: #969696. Windows color (decimal): -12461046 or 711745. OLE color: 711745.
HSL color Cylindrical-coordinate representation of color #41DC0A: hue angle of 104.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #41DC0A is Cyan = 0.70, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 220 | 10 | - |
| CMYK | 0.70 | 0 | 0.95 | 0.14 |
| HSL | 104.29º | 0.91% | 0.45% | - |
| HSV(B) | 104.29º | 0.95% | 0.86% | - |
| XYZ | 27.83 | 52.33 | 8.92 | - |
| YUV | 149.72 | 49.15 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 220 | 10 | 0.70 | 0 | 0.95 | 0.14 | 104.29 | 0.91 | 0.45 |
| Hex | 41 | DC | A | 46 | 0 | 5F | E | 68 | 5B | 2D |
| Octal | 101 | 334 | 12 | 106 | 0 | 137 | 16 | 150 | 133 | 55 |
| Binary | 1000001 | 11011100 | 1010 | 1000110 | 0 | 1011111 | 1110 | 1101000 | 1011011 | 101101 |
Color Harmonies of #41DC0A
Complementary color
Monochromatic Colors of #41DC0A
Black with #41DC0A
Text Example
Text Example
White with #41DC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DC0A; }
p { color: rgb(65,220,10); }
H1.HeaderClassName
{
color: #41DC0A;
}
.AnyTagClassName
{
color: #41DC0A;
}
</style>
background-color css
<style>
a { background-color: #41DC0A; }
a { background-color: rgb(65,220,10); }
div.DivClassName
{
background-color: #41DC0A;
}
.BgClassName
{
background-color: #41DC0A;
}
</style>
border-color css
<style>
span { border-color: #41DC0A; }
span { border-color: rgb(65,220,10); }
td.TdClassName
{
border-color: #41DC0A;
}
.TagClassName
{
border-color: #41DC0A;
}
</style>