Shades of Harlequin #41EE19
Tints of Harlequin #41EE19
RGB
CMYK
RGB Variations
Color information
#41EE19 (or 0x41EE19) is known color: Harlequin. HEX triplet: 41, EE and 19. RGB value is (65,238,25). Sum of RGB (Red+Green+Blue) = 65+238+25=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 238 (93.36% from 255 or 72.56% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 238 - color contains mainly: green. Hex color #41EE19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41EE19 is #BE11E6. Grayscale: #A2A2A2. Windows color (decimal): -12456423 or 1699393. OLE color: 1699393.
HSL color Cylindrical-coordinate representation of color #41EE19: hue angle of 108.73º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41EE19 is Cyan = 0.73, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 238 | 25 | - |
| CMYK | 0.73 | 0 | 0.89 | 0.07 |
| HSL | 108.73º | 0.86% | 0.52% | - |
| HSV(B) | 108.73º | 0.89% | 0.93% | - |
| XYZ | 32.93 | 62.34 | 11.22 | - |
| YUV | 161.99 | 50.69 | 58.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 238 | 25 | 0.73 | 0 | 0.89 | 0.07 | 108.73 | 0.86 | 0.52 |
| Hex | 41 | EE | 19 | 49 | 0 | 59 | 7 | 6D | 56 | 34 |
| Octal | 101 | 356 | 31 | 111 | 0 | 131 | 7 | 155 | 126 | 64 |
| Binary | 1000001 | 11101110 | 11001 | 1001001 | 0 | 1011001 | 111 | 1101101 | 1010110 | 110100 |
Color Harmonies of #41EE19
Complementary color
Monochromatic Colors of #41EE19
Black with #41EE19
Text Example
Text Example
White with #41EE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EE19; }
p { color: rgb(65,238,25); }
H1.HeaderClassName
{
color: #41EE19;
}
.AnyTagClassName
{
color: #41EE19;
}
</style>
background-color css
<style>
a { background-color: #41EE19; }
a { background-color: rgb(65,238,25); }
div.DivClassName
{
background-color: #41EE19;
}
.BgClassName
{
background-color: #41EE19;
}
</style>
border-color css
<style>
span { border-color: #41EE19; }
span { border-color: rgb(65,238,25); }
td.TdClassName
{
border-color: #41EE19;
}
.TagClassName
{
border-color: #41EE19;
}
</style>