Shades of Harlequin #41DA04
Tints of Harlequin #41DA04
RGB
CMYK
RGB Variations
Color information
#41DA04 (or 0x41DA04) is known color: Harlequin. HEX triplet: 41, DA and 04. RGB value is (65,218,4). Sum of RGB (Red+Green+Blue) = 65+218+4=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 218 (85.55% from 255 or 75.96% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 218 - color contains mainly: green. Hex color #41DA04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41DA04 is #BE25FB. Grayscale: #949494. Windows color (decimal): -12461564 or 318017. OLE color: 318017.
HSL color Cylindrical-coordinate representation of color #41DA04: hue angle of 102.9º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41DA04 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 218 | 4 | - |
| CMYK | 0.70 | 0 | 0.98 | 0.15 |
| HSL | 102.9º | 0.96% | 0.44% | - |
| HSV(B) | 102.9º | 0.98% | 0.85% | - |
| XYZ | 27.27 | 51.28 | 8.57 | - |
| YUV | 147.86 | 46.81 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 218 | 4 | 0.70 | 0 | 0.98 | 0.15 | 102.9 | 0.96 | 0.44 |
| Hex | 41 | DA | 4 | 46 | 0 | 62 | F | 67 | 60 | 2C |
| Octal | 101 | 332 | 4 | 106 | 0 | 142 | 17 | 147 | 140 | 54 |
| Binary | 1000001 | 11011010 | 100 | 1000110 | 0 | 1100010 | 1111 | 1100111 | 1100000 | 101100 |
Color Harmonies of #41DA04
Complementary color
Monochromatic Colors of #41DA04
Black with #41DA04
Text Example
Text Example
White with #41DA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DA04; }
p { color: rgb(65,218,4); }
H1.HeaderClassName
{
color: #41DA04;
}
.AnyTagClassName
{
color: #41DA04;
}
</style>
background-color css
<style>
a { background-color: #41DA04; }
a { background-color: rgb(65,218,4); }
div.DivClassName
{
background-color: #41DA04;
}
.BgClassName
{
background-color: #41DA04;
}
</style>
border-color css
<style>
span { border-color: #41DA04; }
span { border-color: rgb(65,218,4); }
td.TdClassName
{
border-color: #41DA04;
}
.TagClassName
{
border-color: #41DA04;
}
</style>