Shades of Harlequin #3BE811
Tints of Harlequin #3BE811
RGB
CMYK
RGB Variations
Color information
#3BE811 (or 0x3BE811) is known color: Harlequin. HEX triplet: 3B, E8 and 11. RGB value is (59,232,17). Sum of RGB (Red+Green+Blue) = 59+232+17=308 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.16% from 308); Green value is 232 (91.02% from 255 or 75.32% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 232 - color contains mainly: green. Hex color #3BE811 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BE811 is #C417EE. Grayscale: #9C9C9C. Windows color (decimal): -12851183 or 1173563. OLE color: 1173563.
HSL color Cylindrical-coordinate representation of color #3BE811: hue angle of 108.28º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3BE811 is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 59 | 232 | 17 | - |
| CMYK | 0.75 | 0 | 0.93 | 0.09 |
| HSL | 108.28º | 0.86% | 0.49% | - |
| HSV(B) | 108.28º | 0.93% | 0.91% | - |
| XYZ | 30.76 | 58.68 | 10.24 | - |
| YUV | 155.76 | 49.69 | 58.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 232 | 17 | 0.75 | 0 | 0.93 | 0.09 | 108.28 | 0.86 | 0.49 |
| Hex | 3B | E8 | 11 | 4B | 0 | 5D | 9 | 6C | 56 | 31 |
| Octal | 73 | 350 | 21 | 113 | 0 | 135 | 11 | 154 | 126 | 61 |
| Binary | 111011 | 11101000 | 10001 | 1001011 | 0 | 1011101 | 1001 | 1101100 | 1010110 | 110001 |
Color Harmonies of #3BE811
Complementary color
Monochromatic Colors of #3BE811
Black with #3BE811
Text Example
Text Example
White with #3BE811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE811; }
p { color: rgb(59,232,17); }
H1.HeaderClassName
{
color: #3BE811;
}
.AnyTagClassName
{
color: #3BE811;
}
</style>
background-color css
<style>
a { background-color: #3BE811; }
a { background-color: rgb(59,232,17); }
div.DivClassName
{
background-color: #3BE811;
}
.BgClassName
{
background-color: #3BE811;
}
</style>
border-color css
<style>
span { border-color: #3BE811; }
span { border-color: rgb(59,232,17); }
td.TdClassName
{
border-color: #3BE811;
}
.TagClassName
{
border-color: #3BE811;
}
</style>