Shades of Harlequin #41EB16
Tints of Harlequin #41EB16
RGB
CMYK
RGB Variations
Color information
#41EB16 (or 0x41EB16) is known color: Harlequin. HEX triplet: 41, EB and 16. RGB value is (65,235,22). Sum of RGB (Red+Green+Blue) = 65+235+22=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 235 (92.19% from 255 or 72.98% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 235 - color contains mainly: green. Hex color #41EB16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41EB16 is #BE14E9. Grayscale: #A0A0A0. Windows color (decimal): -12457194 or 1502017. OLE color: 1502017.
HSL color Cylindrical-coordinate representation of color #41EB16: hue angle of 107.89º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41EB16 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 235 | 22 | - |
| CMYK | 0.72 | 0 | 0.91 | 0.08 |
| HSL | 107.89º | 0.84% | 0.5% | - |
| HSV(B) | 107.89º | 0.91% | 0.92% | - |
| XYZ | 32.03 | 60.6 | 10.77 | - |
| YUV | 159.89 | 50.18 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 235 | 22 | 0.72 | 0 | 0.91 | 0.08 | 107.89 | 0.84 | 0.5 |
| Hex | 41 | EB | 16 | 48 | 0 | 5B | 8 | 6C | 54 | 32 |
| Octal | 101 | 353 | 26 | 110 | 0 | 133 | 10 | 154 | 124 | 62 |
| Binary | 1000001 | 11101011 | 10110 | 1001000 | 0 | 1011011 | 1000 | 1101100 | 1010100 | 110010 |
Color Harmonies of #41EB16
Complementary color
Monochromatic Colors of #41EB16
Black with #41EB16
Text Example
Text Example
White with #41EB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EB16; }
p { color: rgb(65,235,22); }
H1.HeaderClassName
{
color: #41EB16;
}
.AnyTagClassName
{
color: #41EB16;
}
</style>
background-color css
<style>
a { background-color: #41EB16; }
a { background-color: rgb(65,235,22); }
div.DivClassName
{
background-color: #41EB16;
}
.BgClassName
{
background-color: #41EB16;
}
</style>
border-color css
<style>
span { border-color: #41EB16; }
span { border-color: rgb(65,235,22); }
td.TdClassName
{
border-color: #41EB16;
}
.TagClassName
{
border-color: #41EB16;
}
</style>