Shades of Harlequin #41FC17
Tints of Harlequin #41FC17
RGB
CMYK
RGB Variations
Color information
#41FC17 (or 0x41FC17) is known color: Harlequin. HEX triplet: 41, FC and 17. RGB value is (65,252,23). Sum of RGB (Red+Green+Blue) = 65+252+23=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 252 (98.83% from 255 or 74.12% from 340); Blue value is 23 (9.38% from 255 or 6.76% from 340); Max value from RGB is 252 - color contains mainly: green. Hex color #41FC17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41FC17 is #BE03E8. Grayscale: #AAAAAA. Windows color (decimal): -12452841 or 1571905. OLE color: 1571905.
HSL color Cylindrical-coordinate representation of color #41FC17: hue angle of 109º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41FC17 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 252 | 23 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.01 |
| HSL | 109º | 0.97% | 0.54% | - |
| HSV(B) | 109º | 0.91% | 0.99% | - |
| XYZ | 37.15 | 70.81 | 12.52 | - |
| YUV | 169.98 | 45.05 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 252 | 23 | 0.74 | 0 | 0.91 | 0.01 | 109 | 0.97 | 0.54 |
| Hex | 41 | FC | 17 | 4A | 0 | 5B | 1 | 6D | 61 | 36 |
| Octal | 101 | 374 | 27 | 112 | 0 | 133 | 1 | 155 | 141 | 66 |
| Binary | 1000001 | 11111100 | 10111 | 1001010 | 0 | 1011011 | 1 | 1101101 | 1100001 | 110110 |
Color Harmonies of #41FC17
Complementary color
Monochromatic Colors of #41FC17
Black with #41FC17
Text Example
Text Example
White with #41FC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FC17; }
p { color: rgb(65,252,23); }
H1.HeaderClassName
{
color: #41FC17;
}
.AnyTagClassName
{
color: #41FC17;
}
</style>
background-color css
<style>
a { background-color: #41FC17; }
a { background-color: rgb(65,252,23); }
div.DivClassName
{
background-color: #41FC17;
}
.BgClassName
{
background-color: #41FC17;
}
</style>
border-color css
<style>
span { border-color: #41FC17; }
span { border-color: rgb(65,252,23); }
td.TdClassName
{
border-color: #41FC17;
}
.TagClassName
{
border-color: #41FC17;
}
</style>