Shades of Harlequin #41E305
Tints of Harlequin #41E305
RGB
CMYK
RGB Variations
Color information
#41E305 (or 0x41E305) is known color: Harlequin. HEX triplet: 41, E3 and 05. RGB value is (65,227,5). Sum of RGB (Red+Green+Blue) = 65+227+5=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 227 (89.06% from 255 or 76.43% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 227 - color contains mainly: green. Hex color #41E305 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41E305 is #BE1CFA. Grayscale: #999999. Windows color (decimal): -12459259 or 385857. OLE color: 385857.
HSL color Cylindrical-coordinate representation of color #41E305: hue angle of 103.78º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41E305 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 65 | 227 | 5 | - |
| CMYK | 0.71 | 0 | 0.98 | 0.11 |
| HSL | 103.78º | 0.96% | 0.45% | - |
| HSV(B) | 103.78º | 0.98% | 0.89% | - |
| XYZ | 29.68 | 56.07 | 9.4 | - |
| YUV | 153.25 | 44.33 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 227 | 5 | 0.71 | 0 | 0.98 | 0.11 | 103.78 | 0.96 | 0.45 |
| Hex | 41 | E3 | 5 | 47 | 0 | 62 | B | 68 | 60 | 2D |
| Octal | 101 | 343 | 5 | 107 | 0 | 142 | 13 | 150 | 140 | 55 |
| Binary | 1000001 | 11100011 | 101 | 1000111 | 0 | 1100010 | 1011 | 1101000 | 1100000 | 101101 |
Color Harmonies of #41E305
Complementary color
Monochromatic Colors of #41E305
Black with #41E305
Text Example
Text Example
White with #41E305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E305; }
p { color: rgb(65,227,5); }
H1.HeaderClassName
{
color: #41E305;
}
.AnyTagClassName
{
color: #41E305;
}
</style>
background-color css
<style>
a { background-color: #41E305; }
a { background-color: rgb(65,227,5); }
div.DivClassName
{
background-color: #41E305;
}
.BgClassName
{
background-color: #41E305;
}
</style>
border-color css
<style>
span { border-color: #41E305; }
span { border-color: rgb(65,227,5); }
td.TdClassName
{
border-color: #41E305;
}
.TagClassName
{
border-color: #41E305;
}
</style>