Shades of Harlequin #41EA05
Tints of Harlequin #41EA05
RGB
CMYK
RGB Variations
Color information
#41EA05 (or 0x41EA05) is known color: Harlequin. HEX triplet: 41, EA and 05. RGB value is (65,234,5). Sum of RGB (Red+Green+Blue) = 65+234+5=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 234 (91.80% from 255 or 76.97% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 234 - color contains mainly: green. Hex color #41EA05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41EA05 is #BE15FA. Grayscale: #9E9E9E. Windows color (decimal): -12457467 or 387649. OLE color: 387649.
HSL color Cylindrical-coordinate representation of color #41EA05: hue angle of 104.28º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41EA05 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 234 | 5 | - |
| CMYK | 0.72 | 0 | 0.98 | 0.08 |
| HSL | 104.28º | 0.96% | 0.47% | - |
| HSV(B) | 104.28º | 0.98% | 0.92% | - |
| XYZ | 31.63 | 59.98 | 10.05 | - |
| YUV | 157.36 | 42.01 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 234 | 5 | 0.72 | 0 | 0.98 | 0.08 | 104.28 | 0.96 | 0.47 |
| Hex | 41 | EA | 5 | 48 | 0 | 62 | 8 | 68 | 60 | 2F |
| Octal | 101 | 352 | 5 | 110 | 0 | 142 | 10 | 150 | 140 | 57 |
| Binary | 1000001 | 11101010 | 101 | 1001000 | 0 | 1100010 | 1000 | 1101000 | 1100000 | 101111 |
Color Harmonies of #41EA05
Complementary color
Monochromatic Colors of #41EA05
Black with #41EA05
Text Example
Text Example
White with #41EA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EA05; }
p { color: rgb(65,234,5); }
H1.HeaderClassName
{
color: #41EA05;
}
.AnyTagClassName
{
color: #41EA05;
}
</style>
background-color css
<style>
a { background-color: #41EA05; }
a { background-color: rgb(65,234,5); }
div.DivClassName
{
background-color: #41EA05;
}
.BgClassName
{
background-color: #41EA05;
}
</style>
border-color css
<style>
span { border-color: #41EA05; }
span { border-color: rgb(65,234,5); }
td.TdClassName
{
border-color: #41EA05;
}
.TagClassName
{
border-color: #41EA05;
}
</style>