Shades of Harlequin #41F300
Tints of Harlequin #41F300
RGB
CMYK
RGB Variations
Color information
#41F300 (or 0x41F300) is known color: Harlequin. HEX triplet: 41, F3 and 00. RGB value is (65,243,0). Sum of RGB (Red+Green+Blue) = 65+243+0=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 243 (95.31% from 255 or 78.90% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 243 - color contains mainly: green. Hex color #41F300 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41F300 is #BE0CFF. Grayscale: #A2A2A2. Windows color (decimal): -12455168 or 62273. OLE color: 62273.
HSL color Cylindrical-coordinate representation of color #41F300: hue angle of 103.95º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41F300 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 243 | 0 | - |
| CMYK | 0.73 | 0 | 1 | 0.05 |
| HSL | 103.95º | 1% | 0.48% | - |
| HSV(B) | 103.95º | 1% | 0.95% | - |
| XYZ | 34.23 | 65.23 | 10.79 | - |
| YUV | 162.08 | 36.53 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 243 | 0 | 0.73 | 0 | 1 | 0.05 | 103.95 | 1 | 0.48 |
| Hex | 41 | F3 | 0 | 49 | 0 | 64 | 5 | 68 | 64 | 30 |
| Octal | 101 | 363 | 0 | 111 | 0 | 144 | 5 | 150 | 144 | 60 |
| Binary | 1000001 | 11110011 | 0 | 1001001 | 0 | 1100100 | 101 | 1101000 | 1100100 | 110000 |
Color Harmonies of #41F300
Complementary color
Monochromatic Colors of #41F300
Black with #41F300
Text Example
Text Example
White with #41F300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F300; }
p { color: rgb(65,243,0); }
H1.HeaderClassName
{
color: #41F300;
}
.AnyTagClassName
{
color: #41F300;
}
</style>
background-color css
<style>
a { background-color: #41F300; }
a { background-color: rgb(65,243,0); }
div.DivClassName
{
background-color: #41F300;
}
.BgClassName
{
background-color: #41F300;
}
</style>
border-color css
<style>
span { border-color: #41F300; }
span { border-color: rgb(65,243,0); }
td.TdClassName
{
border-color: #41F300;
}
.TagClassName
{
border-color: #41F300;
}
</style>