Shades of Harlequin #3BEC0D
Tints of Harlequin #3BEC0D
RGB
CMYK
RGB Variations
Color information
#3BEC0D (or 0x3BEC0D) is known color: Harlequin. HEX triplet: 3B, EC and 0D. RGB value is (59,236,13). Sum of RGB (Red+Green+Blue) = 59+236+13=308 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.16% from 308); Green value is 236 (92.58% from 255 or 76.62% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 236 - color contains mainly: green. Hex color #3BEC0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BEC0D is #C413F2. Grayscale: #9E9E9E. Windows color (decimal): -12850163 or 912443. OLE color: 912443.
HSL color Cylindrical-coordinate representation of color #3BEC0D: hue angle of 107.62º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3BEC0D is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 236 | 13 | - |
| CMYK | 0.75 | 0 | 0.94 | 0.07 |
| HSL | 107.62º | 0.9% | 0.49% | - |
| HSV(B) | 107.62º | 0.94% | 0.93% | - |
| XYZ | 31.87 | 60.95 | 10.47 | - |
| YUV | 157.66 | 46.36 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 236 | 13 | 0.75 | 0 | 0.94 | 0.07 | 107.62 | 0.9 | 0.49 |
| Hex | 3B | EC | D | 4B | 0 | 5E | 7 | 6C | 5A | 31 |
| Octal | 73 | 354 | 15 | 113 | 0 | 136 | 7 | 154 | 132 | 61 |
| Binary | 111011 | 11101100 | 1101 | 1001011 | 0 | 1011110 | 111 | 1101100 | 1011010 | 110001 |
Color Harmonies of #3BEC0D
Complementary color
Monochromatic Colors of #3BEC0D
Black with #3BEC0D
Text Example
Text Example
White with #3BEC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEC0D; }
p { color: rgb(59,236,13); }
H1.HeaderClassName
{
color: #3BEC0D;
}
.AnyTagClassName
{
color: #3BEC0D;
}
</style>
background-color css
<style>
a { background-color: #3BEC0D; }
a { background-color: rgb(59,236,13); }
div.DivClassName
{
background-color: #3BEC0D;
}
.BgClassName
{
background-color: #3BEC0D;
}
</style>
border-color css
<style>
span { border-color: #3BEC0D; }
span { border-color: rgb(59,236,13); }
td.TdClassName
{
border-color: #3BEC0D;
}
.TagClassName
{
border-color: #3BEC0D;
}
</style>