Shades of Harlequin #3BEC15
Tints of Harlequin #3BEC15
RGB
CMYK
RGB Variations
Color information
#3BEC15 (or 0x3BEC15) is known color: Harlequin. HEX triplet: 3B, EC and 15. RGB value is (59,236,21). Sum of RGB (Red+Green+Blue) = 59+236+21=316 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.67% from 316); Green value is 236 (92.58% from 255 or 74.68% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 236 - color contains mainly: green. Hex color #3BEC15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BEC15 is #C413EA. Grayscale: #9F9F9F. Windows color (decimal): -12850155 or 1436731. OLE color: 1436731.
HSL color Cylindrical-coordinate representation of color #3BEC15: hue angle of 109.4º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3BEC15 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 236 | 21 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.07 |
| HSL | 109.4º | 0.85% | 0.5% | - |
| HSV(B) | 109.4º | 0.91% | 0.93% | - |
| XYZ | 31.93 | 60.97 | 10.8 | - |
| YUV | 158.57 | 50.36 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 236 | 21 | 0.75 | 0 | 0.91 | 0.07 | 109.4 | 0.85 | 0.5 |
| Hex | 3B | EC | 15 | 4B | 0 | 5B | 7 | 6D | 55 | 32 |
| Octal | 73 | 354 | 25 | 113 | 0 | 133 | 7 | 155 | 125 | 62 |
| Binary | 111011 | 11101100 | 10101 | 1001011 | 0 | 1011011 | 111 | 1101101 | 1010101 | 110010 |
Color Harmonies of #3BEC15
Complementary color
Monochromatic Colors of #3BEC15
Black with #3BEC15
Text Example
Text Example
White with #3BEC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEC15; }
p { color: rgb(59,236,21); }
H1.HeaderClassName
{
color: #3BEC15;
}
.AnyTagClassName
{
color: #3BEC15;
}
</style>
background-color css
<style>
a { background-color: #3BEC15; }
a { background-color: rgb(59,236,21); }
div.DivClassName
{
background-color: #3BEC15;
}
.BgClassName
{
background-color: #3BEC15;
}
</style>
border-color css
<style>
span { border-color: #3BEC15; }
span { border-color: rgb(59,236,21); }
td.TdClassName
{
border-color: #3BEC15;
}
.TagClassName
{
border-color: #3BEC15;
}
</style>