Shades of Harlequin #41F20D
Tints of Harlequin #41F20D
RGB
CMYK
RGB Variations
Color information
#41F20D (or 0x41F20D) is known color: Harlequin. HEX triplet: 41, F2 and 0D. RGB value is (65,242,13). Sum of RGB (Red+Green+Blue) = 65+242+13=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 242 (94.92% from 255 or 75.62% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 242 - color contains mainly: green. Hex color #41F20D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41F20D is #BE0DF2. Grayscale: #A3A3A3. Windows color (decimal): -12455411 or 913985. OLE color: 913985.
HSL color Cylindrical-coordinate representation of color #41F20D: hue angle of 106.38º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #41F20D is Cyan = 0.73, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 242 | 13 | - |
| CMYK | 0.73 | 0 | 0.95 | 0.05 |
| HSL | 106.38º | 0.9% | 0.5% | - |
| HSV(B) | 106.38º | 0.95% | 0.95% | - |
| XYZ | 34 | 64.66 | 11.07 | - |
| YUV | 162.97 | 43.36 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 242 | 13 | 0.73 | 0 | 0.95 | 0.05 | 106.38 | 0.9 | 0.5 |
| Hex | 41 | F2 | D | 49 | 0 | 5F | 5 | 6A | 5A | 32 |
| Octal | 101 | 362 | 15 | 111 | 0 | 137 | 5 | 152 | 132 | 62 |
| Binary | 1000001 | 11110010 | 1101 | 1001001 | 0 | 1011111 | 101 | 1101010 | 1011010 | 110010 |
Color Harmonies of #41F20D
Complementary color
Monochromatic Colors of #41F20D
Black with #41F20D
Text Example
Text Example
White with #41F20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F20D; }
p { color: rgb(65,242,13); }
H1.HeaderClassName
{
color: #41F20D;
}
.AnyTagClassName
{
color: #41F20D;
}
</style>
background-color css
<style>
a { background-color: #41F20D; }
a { background-color: rgb(65,242,13); }
div.DivClassName
{
background-color: #41F20D;
}
.BgClassName
{
background-color: #41F20D;
}
</style>
border-color css
<style>
span { border-color: #41F20D; }
span { border-color: rgb(65,242,13); }
td.TdClassName
{
border-color: #41F20D;
}
.TagClassName
{
border-color: #41F20D;
}
</style>