Shades of Harlequin #41E314
Tints of Harlequin #41E314
RGB
CMYK
RGB Variations
Color information
#41E314 (or 0x41E314) is known color: Harlequin. HEX triplet: 41, E3 and 14. RGB value is (65,227,20). Sum of RGB (Red+Green+Blue) = 65+227+20=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 227 (89.06% from 255 or 72.76% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 227 - color contains mainly: green. Hex color #41E314 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41E314 is #BE1CEB. Grayscale: #9B9B9B. Windows color (decimal): -12459244 or 1368897. OLE color: 1368897.
HSL color Cylindrical-coordinate representation of color #41E314: hue angle of 106.96º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41E314 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 65 | 227 | 20 | - |
| CMYK | 0.71 | 0 | 0.91 | 0.11 |
| HSL | 106.96º | 0.84% | 0.48% | - |
| HSV(B) | 106.96º | 0.91% | 0.89% | - |
| XYZ | 29.78 | 56.11 | 9.92 | - |
| YUV | 154.96 | 51.83 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 227 | 20 | 0.71 | 0 | 0.91 | 0.11 | 106.96 | 0.84 | 0.48 |
| Hex | 41 | E3 | 14 | 47 | 0 | 5B | B | 6B | 54 | 30 |
| Octal | 101 | 343 | 24 | 107 | 0 | 133 | 13 | 153 | 124 | 60 |
| Binary | 1000001 | 11100011 | 10100 | 1000111 | 0 | 1011011 | 1011 | 1101011 | 1010100 | 110000 |
Color Harmonies of #41E314
Complementary color
Monochromatic Colors of #41E314
Black with #41E314
Text Example
Text Example
White with #41E314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E314; }
p { color: rgb(65,227,20); }
H1.HeaderClassName
{
color: #41E314;
}
.AnyTagClassName
{
color: #41E314;
}
</style>
background-color css
<style>
a { background-color: #41E314; }
a { background-color: rgb(65,227,20); }
div.DivClassName
{
background-color: #41E314;
}
.BgClassName
{
background-color: #41E314;
}
</style>
border-color css
<style>
span { border-color: #41E314; }
span { border-color: rgb(65,227,20); }
td.TdClassName
{
border-color: #41E314;
}
.TagClassName
{
border-color: #41E314;
}
</style>