Shades of Harlequin #3BE611
Tints of Harlequin #3BE611
RGB
CMYK
RGB Variations
Color information
#3BE611 (or 0x3BE611) is known color: Harlequin. HEX triplet: 3B, E6 and 11. RGB value is (59,230,17). Sum of RGB (Red+Green+Blue) = 59+230+17=306 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.28% from 306); Green value is 230 (90.23% from 255 or 75.16% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 230 - color contains mainly: green. Hex color #3BE611 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BE611 is #C419EE. Grayscale: #9B9B9B. Windows color (decimal): -12851695 or 1173051. OLE color: 1173051.
HSL color Cylindrical-coordinate representation of color #3BE611: hue angle of 108.17º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3BE611 is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 230 | 17 | - |
| CMYK | 0.74 | 0 | 0.93 | 0.10 |
| HSL | 108.17º | 0.86% | 0.48% | - |
| HSV(B) | 108.17º | 0.93% | 0.9% | - |
| XYZ | 30.2 | 57.56 | 10.05 | - |
| YUV | 154.59 | 50.35 | 59.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 230 | 17 | 0.74 | 0 | 0.93 | 0.10 | 108.17 | 0.86 | 0.48 |
| Hex | 3B | E6 | 11 | 4A | 0 | 5D | A | 6C | 56 | 30 |
| Octal | 73 | 346 | 21 | 112 | 0 | 135 | 12 | 154 | 126 | 60 |
| Binary | 111011 | 11100110 | 10001 | 1001010 | 0 | 1011101 | 1010 | 1101100 | 1010110 | 110000 |
Color Harmonies of #3BE611
Complementary color
Monochromatic Colors of #3BE611
Black with #3BE611
Text Example
Text Example
White with #3BE611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE611; }
p { color: rgb(59,230,17); }
H1.HeaderClassName
{
color: #3BE611;
}
.AnyTagClassName
{
color: #3BE611;
}
</style>
background-color css
<style>
a { background-color: #3BE611; }
a { background-color: rgb(59,230,17); }
div.DivClassName
{
background-color: #3BE611;
}
.BgClassName
{
background-color: #3BE611;
}
</style>
border-color css
<style>
span { border-color: #3BE611; }
span { border-color: rgb(59,230,17); }
td.TdClassName
{
border-color: #3BE611;
}
.TagClassName
{
border-color: #3BE611;
}
</style>