Shades of Harlequin #41F206
Tints of Harlequin #41F206
RGB
CMYK
RGB Variations
Color information
#41F206 (or 0x41F206) is known color: Harlequin. HEX triplet: 41, F2 and 06. RGB value is (65,242,6). Sum of RGB (Red+Green+Blue) = 65+242+6=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 242 (94.92% from 255 or 77.32% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 242 - color contains mainly: green. Hex color #41F206 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41F206 is #BE0DF9. Grayscale: #A2A2A2. Windows color (decimal): -12455418 or 455233. OLE color: 455233.
HSL color Cylindrical-coordinate representation of color #41F206: hue angle of 105º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41F206 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 242 | 6 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.05 |
| HSL | 105º | 0.95% | 0.49% | - |
| HSV(B) | 105º | 0.98% | 0.95% | - |
| XYZ | 33.96 | 64.64 | 10.86 | - |
| YUV | 162.17 | 39.86 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 242 | 6 | 0.73 | 0 | 0.98 | 0.05 | 105 | 0.95 | 0.49 |
| Hex | 41 | F2 | 6 | 49 | 0 | 62 | 5 | 69 | 5F | 31 |
| Octal | 101 | 362 | 6 | 111 | 0 | 142 | 5 | 151 | 137 | 61 |
| Binary | 1000001 | 11110010 | 110 | 1001001 | 0 | 1100010 | 101 | 1101001 | 1011111 | 110001 |
Color Harmonies of #41F206
Complementary color
Monochromatic Colors of #41F206
Black with #41F206
Text Example
Text Example
White with #41F206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F206; }
p { color: rgb(65,242,6); }
H1.HeaderClassName
{
color: #41F206;
}
.AnyTagClassName
{
color: #41F206;
}
</style>
background-color css
<style>
a { background-color: #41F206; }
a { background-color: rgb(65,242,6); }
div.DivClassName
{
background-color: #41F206;
}
.BgClassName
{
background-color: #41F206;
}
</style>
border-color css
<style>
span { border-color: #41F206; }
span { border-color: rgb(65,242,6); }
td.TdClassName
{
border-color: #41F206;
}
.TagClassName
{
border-color: #41F206;
}
</style>