Shades of Harlequin #3BEA0D
Tints of Harlequin #3BEA0D
RGB
CMYK
RGB Variations
Color information
#3BEA0D (or 0x3BEA0D) is known color: Harlequin. HEX triplet: 3B, EA and 0D. RGB value is (59,234,13). Sum of RGB (Red+Green+Blue) = 59+234+13=306 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.28% from 306); Green value is 234 (91.80% from 255 or 76.47% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 234 - color contains mainly: green. Hex color #3BEA0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BEA0D is #C415F2. Grayscale: #9D9D9D. Windows color (decimal): -12850675 or 911931. OLE color: 911931.
HSL color Cylindrical-coordinate representation of color #3BEA0D: hue angle of 107.51º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3BEA0D is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 234 | 13 | - |
| CMYK | 0.75 | 0 | 0.94 | 0.08 |
| HSL | 107.51º | 0.89% | 0.48% | - |
| HSV(B) | 107.51º | 0.94% | 0.92% | - |
| XYZ | 31.3 | 59.8 | 10.27 | - |
| YUV | 156.48 | 47.02 | 58.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 234 | 13 | 0.75 | 0 | 0.94 | 0.08 | 107.51 | 0.89 | 0.48 |
| Hex | 3B | EA | D | 4B | 0 | 5E | 8 | 6C | 59 | 30 |
| Octal | 73 | 352 | 15 | 113 | 0 | 136 | 10 | 154 | 131 | 60 |
| Binary | 111011 | 11101010 | 1101 | 1001011 | 0 | 1011110 | 1000 | 1101100 | 1011001 | 110000 |
Color Harmonies of #3BEA0D
Complementary color
Monochromatic Colors of #3BEA0D
Black with #3BEA0D
Text Example
Text Example
White with #3BEA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEA0D; }
p { color: rgb(59,234,13); }
H1.HeaderClassName
{
color: #3BEA0D;
}
.AnyTagClassName
{
color: #3BEA0D;
}
</style>
background-color css
<style>
a { background-color: #3BEA0D; }
a { background-color: rgb(59,234,13); }
div.DivClassName
{
background-color: #3BEA0D;
}
.BgClassName
{
background-color: #3BEA0D;
}
</style>
border-color css
<style>
span { border-color: #3BEA0D; }
span { border-color: rgb(59,234,13); }
td.TdClassName
{
border-color: #3BEA0D;
}
.TagClassName
{
border-color: #3BEA0D;
}
</style>