Shades of Harlequin #41EA1B
Tints of Harlequin #41EA1B
RGB
CMYK
RGB Variations
Color information
#41EA1B (or 0x41EA1B) is known color: Harlequin. HEX triplet: 41, EA and 1B. RGB value is (65,234,27). Sum of RGB (Red+Green+Blue) = 65+234+27=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 234 (91.80% from 255 or 71.78% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 234 - color contains mainly: green. Hex color #41EA1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41EA1B is #BE15E4. Grayscale: #A0A0A0. Windows color (decimal): -12457445 or 1829441. OLE color: 1829441.
HSL color Cylindrical-coordinate representation of color #41EA1B: hue angle of 108.99º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #41EA1B is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 234 | 27 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.08 |
| HSL | 108.99º | 0.83% | 0.51% | - |
| HSV(B) | 108.99º | 0.88% | 0.92% | - |
| XYZ | 31.8 | 60.05 | 10.95 | - |
| YUV | 159.87 | 53.01 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 234 | 27 | 0.72 | 0 | 0.88 | 0.08 | 108.99 | 0.83 | 0.51 |
| Hex | 41 | EA | 1B | 48 | 0 | 58 | 8 | 6D | 53 | 33 |
| Octal | 101 | 352 | 33 | 110 | 0 | 130 | 10 | 155 | 123 | 63 |
| Binary | 1000001 | 11101010 | 11011 | 1001000 | 0 | 1011000 | 1000 | 1101101 | 1010011 | 110011 |
Color Harmonies of #41EA1B
Complementary color
Monochromatic Colors of #41EA1B
Black with #41EA1B
Text Example
Text Example
White with #41EA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EA1B; }
p { color: rgb(65,234,27); }
H1.HeaderClassName
{
color: #41EA1B;
}
.AnyTagClassName
{
color: #41EA1B;
}
</style>
background-color css
<style>
a { background-color: #41EA1B; }
a { background-color: rgb(65,234,27); }
div.DivClassName
{
background-color: #41EA1B;
}
.BgClassName
{
background-color: #41EA1B;
}
</style>
border-color css
<style>
span { border-color: #41EA1B; }
span { border-color: rgb(65,234,27); }
td.TdClassName
{
border-color: #41EA1B;
}
.TagClassName
{
border-color: #41EA1B;
}
</style>