Shades of Harlequin #41F314
Tints of Harlequin #41F314
RGB
CMYK
RGB Variations
Color information
#41F314 (or 0x41F314) is known color: Harlequin. HEX triplet: 41, F3 and 14. RGB value is (65,243,20). Sum of RGB (Red+Green+Blue) = 65+243+20=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 243 (95.31% from 255 or 74.09% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 243 - color contains mainly: green. Hex color #41F314 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41F314 is #BE0CEB. Grayscale: #A5A5A5. Windows color (decimal): -12455148 or 1372993. OLE color: 1372993.
HSL color Cylindrical-coordinate representation of color #41F314: hue angle of 107.89º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41F314 is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 243 | 20 | - |
| CMYK | 0.73 | 0 | 0.92 | 0.05 |
| HSL | 107.89º | 0.9% | 0.52% | - |
| HSV(B) | 107.89º | 0.92% | 0.95% | - |
| XYZ | 34.36 | 65.28 | 11.45 | - |
| YUV | 164.36 | 46.53 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 243 | 20 | 0.73 | 0 | 0.92 | 0.05 | 107.89 | 0.9 | 0.52 |
| Hex | 41 | F3 | 14 | 49 | 0 | 5C | 5 | 6C | 5A | 34 |
| Octal | 101 | 363 | 24 | 111 | 0 | 134 | 5 | 154 | 132 | 64 |
| Binary | 1000001 | 11110011 | 10100 | 1001001 | 0 | 1011100 | 101 | 1101100 | 1011010 | 110100 |
Color Harmonies of #41F314
Complementary color
Monochromatic Colors of #41F314
Black with #41F314
Text Example
Text Example
White with #41F314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F314; }
p { color: rgb(65,243,20); }
H1.HeaderClassName
{
color: #41F314;
}
.AnyTagClassName
{
color: #41F314;
}
</style>
background-color css
<style>
a { background-color: #41F314; }
a { background-color: rgb(65,243,20); }
div.DivClassName
{
background-color: #41F314;
}
.BgClassName
{
background-color: #41F314;
}
</style>
border-color css
<style>
span { border-color: #41F314; }
span { border-color: rgb(65,243,20); }
td.TdClassName
{
border-color: #41F314;
}
.TagClassName
{
border-color: #41F314;
}
</style>