Shades of Harlequin #3BEC14
Tints of Harlequin #3BEC14
RGB
CMYK
RGB Variations
Color information
#3BEC14 (or 0x3BEC14) is known color: Harlequin. HEX triplet: 3B, EC and 14. RGB value is (59,236,20). Sum of RGB (Red+Green+Blue) = 59+236+20=315 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.73% from 315); Green value is 236 (92.58% from 255 or 74.92% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 236 - color contains mainly: green. Hex color #3BEC14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BEC14 is #C413EB. Grayscale: #9F9F9F. Windows color (decimal): -12850156 or 1371195. OLE color: 1371195.
HSL color Cylindrical-coordinate representation of color #3BEC14: hue angle of 109.17º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3BEC14 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 236 | 20 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.07 |
| HSL | 109.17º | 0.85% | 0.5% | - |
| HSV(B) | 109.17º | 0.92% | 0.93% | - |
| XYZ | 31.93 | 60.97 | 10.75 | - |
| YUV | 158.45 | 49.86 | 57.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 236 | 20 | 0.75 | 0 | 0.92 | 0.07 | 109.17 | 0.85 | 0.5 |
| Hex | 3B | EC | 14 | 4B | 0 | 5C | 7 | 6D | 55 | 32 |
| Octal | 73 | 354 | 24 | 113 | 0 | 134 | 7 | 155 | 125 | 62 |
| Binary | 111011 | 11101100 | 10100 | 1001011 | 0 | 1011100 | 111 | 1101101 | 1010101 | 110010 |
Color Harmonies of #3BEC14
Complementary color
Monochromatic Colors of #3BEC14
Black with #3BEC14
Text Example
Text Example
White with #3BEC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEC14; }
p { color: rgb(59,236,20); }
H1.HeaderClassName
{
color: #3BEC14;
}
.AnyTagClassName
{
color: #3BEC14;
}
</style>
background-color css
<style>
a { background-color: #3BEC14; }
a { background-color: rgb(59,236,20); }
div.DivClassName
{
background-color: #3BEC14;
}
.BgClassName
{
background-color: #3BEC14;
}
</style>
border-color css
<style>
span { border-color: #3BEC14; }
span { border-color: rgb(59,236,20); }
td.TdClassName
{
border-color: #3BEC14;
}
.TagClassName
{
border-color: #3BEC14;
}
</style>