Shades of Harlequin #3EED19
Tints of Harlequin #3EED19
RGB
CMYK
RGB Variations
Color information
#3EED19 (or 0x3EED19) is known color: Harlequin. HEX triplet: 3E, ED and 19. RGB value is (62,237,25). Sum of RGB (Red+Green+Blue) = 62+237+25=324 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.14% from 324); Green value is 237 (92.97% from 255 or 73.15% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 237 - color contains mainly: green. Hex color #3EED19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EED19 is #C112E6. Grayscale: #A1A1A1. Windows color (decimal): -12653287 or 1699134. OLE color: 1699134.
HSL color Cylindrical-coordinate representation of color #3EED19: hue angle of 109.53º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3EED19 is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 237 | 25 | - |
| CMYK | 0.74 | 0 | 0.89 | 0.07 |
| HSL | 109.53º | 0.85% | 0.51% | - |
| HSV(B) | 109.53º | 0.89% | 0.93% | - |
| XYZ | 32.45 | 61.66 | 11.11 | - |
| YUV | 160.51 | 51.52 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 237 | 25 | 0.74 | 0 | 0.89 | 0.07 | 109.53 | 0.85 | 0.51 |
| Hex | 3E | ED | 19 | 4A | 0 | 59 | 7 | 6E | 55 | 33 |
| Octal | 76 | 355 | 31 | 112 | 0 | 131 | 7 | 156 | 125 | 63 |
| Binary | 111110 | 11101101 | 11001 | 1001010 | 0 | 1011001 | 111 | 1101110 | 1010101 | 110011 |
Color Harmonies of #3EED19
Complementary color
Monochromatic Colors of #3EED19
Black with #3EED19
Text Example
Text Example
White with #3EED19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EED19; }
p { color: rgb(62,237,25); }
H1.HeaderClassName
{
color: #3EED19;
}
.AnyTagClassName
{
color: #3EED19;
}
</style>
background-color css
<style>
a { background-color: #3EED19; }
a { background-color: rgb(62,237,25); }
div.DivClassName
{
background-color: #3EED19;
}
.BgClassName
{
background-color: #3EED19;
}
</style>
border-color css
<style>
span { border-color: #3EED19; }
span { border-color: rgb(62,237,25); }
td.TdClassName
{
border-color: #3EED19;
}
.TagClassName
{
border-color: #3EED19;
}
</style>