Shades of Harlequin #41F318
Tints of Harlequin #41F318
RGB
CMYK
RGB Variations
Color information
#41F318 (or 0x41F318) is known color: Harlequin. HEX triplet: 41, F3 and 18. RGB value is (65,243,24). Sum of RGB (Red+Green+Blue) = 65+243+24=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 243 (95.31% from 255 or 73.19% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 243 - color contains mainly: green. Hex color #41F318 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41F318 is #BE0CE7. Grayscale: #A5A5A5. Windows color (decimal): -12455144 or 1635137. OLE color: 1635137.
HSL color Cylindrical-coordinate representation of color #41F318: hue angle of 108.77º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #41F318 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 243 | 24 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.05 |
| HSL | 108.77º | 0.9% | 0.52% | - |
| HSV(B) | 108.77º | 0.9% | 0.95% | - |
| XYZ | 34.4 | 65.29 | 11.65 | - |
| YUV | 164.81 | 48.53 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 243 | 24 | 0.73 | 0 | 0.90 | 0.05 | 108.77 | 0.9 | 0.52 |
| Hex | 41 | F3 | 18 | 49 | 0 | 5A | 5 | 6D | 5A | 34 |
| Octal | 101 | 363 | 30 | 111 | 0 | 132 | 5 | 155 | 132 | 64 |
| Binary | 1000001 | 11110011 | 11000 | 1001001 | 0 | 1011010 | 101 | 1101101 | 1011010 | 110100 |
Color Harmonies of #41F318
Complementary color
Monochromatic Colors of #41F318
Black with #41F318
Text Example
Text Example
White with #41F318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F318; }
p { color: rgb(65,243,24); }
H1.HeaderClassName
{
color: #41F318;
}
.AnyTagClassName
{
color: #41F318;
}
</style>
background-color css
<style>
a { background-color: #41F318; }
a { background-color: rgb(65,243,24); }
div.DivClassName
{
background-color: #41F318;
}
.BgClassName
{
background-color: #41F318;
}
</style>
border-color css
<style>
span { border-color: #41F318; }
span { border-color: rgb(65,243,24); }
td.TdClassName
{
border-color: #41F318;
}
.TagClassName
{
border-color: #41F318;
}
</style>