Shades of Harlequin #41F715
Tints of Harlequin #41F715
RGB
CMYK
RGB Variations
Color information
#41F715 (or 0x41F715) is known color: Harlequin. HEX triplet: 41, F7 and 15. RGB value is (65,247,21). Sum of RGB (Red+Green+Blue) = 65+247+21=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 247 (96.88% from 255 or 74.17% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 247 - color contains mainly: green. Hex color #41F715 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41F715 is #BE08EA. Grayscale: #A7A7A7. Windows color (decimal): -12454123 or 1439553. OLE color: 1439553.
HSL color Cylindrical-coordinate representation of color #41F715: hue angle of 108.32º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41F715 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 247 | 21 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.03 |
| HSL | 108.32º | 0.93% | 0.53% | - |
| HSV(B) | 108.32º | 0.91% | 0.97% | - |
| XYZ | 35.58 | 67.7 | 11.9 | - |
| YUV | 166.82 | 45.7 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 247 | 21 | 0.74 | 0 | 0.91 | 0.03 | 108.32 | 0.93 | 0.53 |
| Hex | 41 | F7 | 15 | 4A | 0 | 5B | 3 | 6C | 5D | 35 |
| Octal | 101 | 367 | 25 | 112 | 0 | 133 | 3 | 154 | 135 | 65 |
| Binary | 1000001 | 11110111 | 10101 | 1001010 | 0 | 1011011 | 11 | 1101100 | 1011101 | 110101 |
Color Harmonies of #41F715
Complementary color
Monochromatic Colors of #41F715
Black with #41F715
Text Example
Text Example
White with #41F715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F715; }
p { color: rgb(65,247,21); }
H1.HeaderClassName
{
color: #41F715;
}
.AnyTagClassName
{
color: #41F715;
}
</style>
background-color css
<style>
a { background-color: #41F715; }
a { background-color: rgb(65,247,21); }
div.DivClassName
{
background-color: #41F715;
}
.BgClassName
{
background-color: #41F715;
}
</style>
border-color css
<style>
span { border-color: #41F715; }
span { border-color: rgb(65,247,21); }
td.TdClassName
{
border-color: #41F715;
}
.TagClassName
{
border-color: #41F715;
}
</style>