Shades of Harlequin #3BE100
Tints of Harlequin #3BE100
RGB
CMYK
RGB Variations
Color information
#3BE100 (or 0x3BE100) is known color: Harlequin. HEX triplet: 3B, E1 and 00. RGB value is (59,225,0). Sum of RGB (Red+Green+Blue) = 59+225+0=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 225 (88.28% from 255 or 79.23% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 225 - color contains mainly: green. Hex color #3BE100 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BE100 is #C41EFF. Grayscale: #969696. Windows color (decimal): -12852992 or 57659. OLE color: 57659.
HSL color Cylindrical-coordinate representation of color #3BE100: hue angle of 104.27º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3BE100 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 225 | 0 | - |
| CMYK | 0.74 | 0 | 1 | 0.12 |
| HSL | 104.27º | 1% | 0.44% | - |
| HSV(B) | 104.27º | 1% | 0.88% | - |
| XYZ | 28.73 | 54.78 | 9.06 | - |
| YUV | 149.72 | 43.5 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 225 | 0 | 0.74 | 0 | 1 | 0.12 | 104.27 | 1 | 0.44 |
| Hex | 3B | E1 | 0 | 4A | 0 | 64 | C | 68 | 64 | 2C |
| Octal | 73 | 341 | 0 | 112 | 0 | 144 | 14 | 150 | 144 | 54 |
| Binary | 111011 | 11100001 | 0 | 1001010 | 0 | 1100100 | 1100 | 1101000 | 1100100 | 101100 |
Color Harmonies of #3BE100
Complementary color
Monochromatic Colors of #3BE100
Black with #3BE100
Text Example
Text Example
White with #3BE100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE100; }
p { color: rgb(59,225,0); }
H1.HeaderClassName
{
color: #3BE100;
}
.AnyTagClassName
{
color: #3BE100;
}
</style>
background-color css
<style>
a { background-color: #3BE100; }
a { background-color: rgb(59,225,0); }
div.DivClassName
{
background-color: #3BE100;
}
.BgClassName
{
background-color: #3BE100;
}
</style>
border-color css
<style>
span { border-color: #3BE100; }
span { border-color: rgb(59,225,0); }
td.TdClassName
{
border-color: #3BE100;
}
.TagClassName
{
border-color: #3BE100;
}
</style>