Shades of Harlequin #3BEC19
Tints of Harlequin #3BEC19
RGB
CMYK
RGB Variations
Color information
#3BEC19 (or 0x3BEC19) is known color: Harlequin. HEX triplet: 3B, EC and 19. RGB value is (59,236,25). Sum of RGB (Red+Green+Blue) = 59+236+25=320 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.44% from 320); Green value is 236 (92.58% from 255 or 73.75% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 236 - color contains mainly: green. Hex color #3BEC19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BEC19 is #C413E6. Grayscale: #9F9F9F. Windows color (decimal): -12850151 or 1698875. OLE color: 1698875.
HSL color Cylindrical-coordinate representation of color #3BEC19: hue angle of 110.33º 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 #3BEC19 is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 236 | 25 | - |
| CMYK | 0.75 | 0 | 0.89 | 0.07 |
| HSL | 110.33º | 0.85% | 0.51% | - |
| HSV(B) | 110.33º | 0.89% | 0.93% | - |
| XYZ | 31.97 | 60.99 | 11.01 | - |
| YUV | 159.02 | 52.36 | 56.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 236 | 25 | 0.75 | 0 | 0.89 | 0.07 | 110.33 | 0.85 | 0.51 |
| Hex | 3B | EC | 19 | 4B | 0 | 59 | 7 | 6E | 55 | 33 |
| Octal | 73 | 354 | 31 | 113 | 0 | 131 | 7 | 156 | 125 | 63 |
| Binary | 111011 | 11101100 | 11001 | 1001011 | 0 | 1011001 | 111 | 1101110 | 1010101 | 110011 |
Color Harmonies of #3BEC19
Complementary color
Monochromatic Colors of #3BEC19
Black with #3BEC19
Text Example
Text Example
White with #3BEC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEC19; }
p { color: rgb(59,236,25); }
H1.HeaderClassName
{
color: #3BEC19;
}
.AnyTagClassName
{
color: #3BEC19;
}
</style>
background-color css
<style>
a { background-color: #3BEC19; }
a { background-color: rgb(59,236,25); }
div.DivClassName
{
background-color: #3BEC19;
}
.BgClassName
{
background-color: #3BEC19;
}
</style>
border-color css
<style>
span { border-color: #3BEC19; }
span { border-color: rgb(59,236,25); }
td.TdClassName
{
border-color: #3BEC19;
}
.TagClassName
{
border-color: #3BEC19;
}
</style>