Shades of Harlequin #41FF0C
Tints of Harlequin #41FF0C
RGB
CMYK
RGB Variations
Color information
#41FF0C (or 0x41FF0C) is known color: Harlequin. HEX triplet: 41, FF and 0C. RGB value is (65,255,12). Sum of RGB (Red+Green+Blue) = 65+255+12=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 255 (100% from 255 or 76.81% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 255 - color contains mainly: green. Hex color #41FF0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41FF0C is #BE00F3. Grayscale: #ABABAB. Windows color (decimal): -12452084 or 851777. OLE color: 851777.
HSL color Cylindrical-coordinate representation of color #41FF0C: hue angle of 106.91º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #41FF0C is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 12 | - |
| CMYK | 0.75 | 0 | 0.95 | 0 |
| HSL | 106.91º | 1% | 0.52% | - |
| HSV(B) | 106.91º | 0.95% | 1% | - |
| XYZ | 38.01 | 72.67 | 12.37 | - |
| YUV | 170.49 | 38.55 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 12 | 0.75 | 0 | 0.95 | 0 | 106.91 | 1 | 0.52 |
| Hex | 41 | FF | C | 4B | 0 | 5F | 0 | 6B | 64 | 34 |
| Octal | 101 | 377 | 14 | 113 | 0 | 137 | 0 | 153 | 144 | 64 |
| Binary | 1000001 | 11111111 | 1100 | 1001011 | 0 | 1011111 | 0 | 1101011 | 1100100 | 110100 |
Color Harmonies of #41FF0C
Complementary color
Monochromatic Colors of #41FF0C
Black with #41FF0C
Text Example
Text Example
White with #41FF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FF0C; }
p { color: rgb(65,255,12); }
H1.HeaderClassName
{
color: #41FF0C;
}
.AnyTagClassName
{
color: #41FF0C;
}
</style>
background-color css
<style>
a { background-color: #41FF0C; }
a { background-color: rgb(65,255,12); }
div.DivClassName
{
background-color: #41FF0C;
}
.BgClassName
{
background-color: #41FF0C;
}
</style>
border-color css
<style>
span { border-color: #41FF0C; }
span { border-color: rgb(65,255,12); }
td.TdClassName
{
border-color: #41FF0C;
}
.TagClassName
{
border-color: #41FF0C;
}
</style>