Shades of Harlequin #3BE010
Tints of Harlequin #3BE010
RGB
CMYK
RGB Variations
Color information
#3BE010 (or 0x3BE010) is known color: Harlequin. HEX triplet: 3B, E0 and 10. RGB value is (59,224,16). Sum of RGB (Red+Green+Blue) = 59+224+16=299 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.73% from 299); Green value is 224 (87.89% from 255 or 74.92% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 224 - color contains mainly: green. Hex color #3BE010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BE010 is #C41FEF. Grayscale: #979797. Windows color (decimal): -12853232 or 1105979. OLE color: 1105979.
HSL color Cylindrical-coordinate representation of color #3BE010: hue angle of 107.6º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3BE010 is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 224 | 16 | - |
| CMYK | 0.74 | 0 | 0.93 | 0.12 |
| HSL | 107.6º | 0.87% | 0.47% | - |
| HSV(B) | 107.6º | 0.93% | 0.88% | - |
| XYZ | 28.55 | 54.28 | 9.46 | - |
| YUV | 150.95 | 51.84 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 224 | 16 | 0.74 | 0 | 0.93 | 0.12 | 107.6 | 0.87 | 0.47 |
| Hex | 3B | E0 | 10 | 4A | 0 | 5D | C | 6C | 57 | 2F |
| Octal | 73 | 340 | 20 | 112 | 0 | 135 | 14 | 154 | 127 | 57 |
| Binary | 111011 | 11100000 | 10000 | 1001010 | 0 | 1011101 | 1100 | 1101100 | 1010111 | 101111 |
Color Harmonies of #3BE010
Complementary color
Monochromatic Colors of #3BE010
Black with #3BE010
Text Example
Text Example
White with #3BE010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE010; }
p { color: rgb(59,224,16); }
H1.HeaderClassName
{
color: #3BE010;
}
.AnyTagClassName
{
color: #3BE010;
}
</style>
background-color css
<style>
a { background-color: #3BE010; }
a { background-color: rgb(59,224,16); }
div.DivClassName
{
background-color: #3BE010;
}
.BgClassName
{
background-color: #3BE010;
}
</style>
border-color css
<style>
span { border-color: #3BE010; }
span { border-color: rgb(59,224,16); }
td.TdClassName
{
border-color: #3BE010;
}
.TagClassName
{
border-color: #3BE010;
}
</style>