Shades of Harlequin #41EA11
Tints of Harlequin #41EA11
RGB
CMYK
RGB Variations
Color information
#41EA11 (or 0x41EA11) is known color: Harlequin. HEX triplet: 41, EA and 11. RGB value is (65,234,17). Sum of RGB (Red+Green+Blue) = 65+234+17=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 234 (91.80% from 255 or 74.05% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 234 - color contains mainly: green. Hex color #41EA11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41EA11 is #BE15EE. Grayscale: #9F9F9F. Windows color (decimal): -12457455 or 1174081. OLE color: 1174081.
HSL color Cylindrical-coordinate representation of color #41EA11: hue angle of 106.73º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #41EA11 is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 234 | 17 | - |
| CMYK | 0.72 | 0 | 0.93 | 0.08 |
| HSL | 106.73º | 0.86% | 0.49% | - |
| HSV(B) | 106.73º | 0.93% | 0.92% | - |
| XYZ | 31.7 | 60.01 | 10.44 | - |
| YUV | 158.73 | 48.01 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 234 | 17 | 0.72 | 0 | 0.93 | 0.08 | 106.73 | 0.86 | 0.49 |
| Hex | 41 | EA | 11 | 48 | 0 | 5D | 8 | 6B | 56 | 31 |
| Octal | 101 | 352 | 21 | 110 | 0 | 135 | 10 | 153 | 126 | 61 |
| Binary | 1000001 | 11101010 | 10001 | 1001000 | 0 | 1011101 | 1000 | 1101011 | 1010110 | 110001 |
Color Harmonies of #41EA11
Complementary color
Monochromatic Colors of #41EA11
Black with #41EA11
Text Example
Text Example
White with #41EA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EA11; }
p { color: rgb(65,234,17); }
H1.HeaderClassName
{
color: #41EA11;
}
.AnyTagClassName
{
color: #41EA11;
}
</style>
background-color css
<style>
a { background-color: #41EA11; }
a { background-color: rgb(65,234,17); }
div.DivClassName
{
background-color: #41EA11;
}
.BgClassName
{
background-color: #41EA11;
}
</style>
border-color css
<style>
span { border-color: #41EA11; }
span { border-color: rgb(65,234,17); }
td.TdClassName
{
border-color: #41EA11;
}
.TagClassName
{
border-color: #41EA11;
}
</style>