Shades of Harlequin #3BDB00
Tints of Harlequin #3BDB00
RGB
CMYK
RGB Variations
Color information
#3BDB00 (or 0x3BDB00) is known color: Harlequin. HEX triplet: 3B, DB and 00. RGB value is (59,219,0). Sum of RGB (Red+Green+Blue) = 59+219+0=278 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.22% from 278); Green value is 219 (85.94% from 255 or 78.78% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 219 - color contains mainly: green. Hex color #3BDB00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BDB00 is #C424FF. Grayscale: #929292. Windows color (decimal): -12854528 or 56123. OLE color: 56123.
HSL color Cylindrical-coordinate representation of color #3BDB00: hue angle of 103.84º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3BDB00 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 219 | 0 | - |
| CMYK | 0.73 | 0 | 1 | 0.14 |
| HSL | 103.84º | 1% | 0.43% | - |
| HSV(B) | 103.84º | 1% | 0.86% | - |
| XYZ | 27.14 | 51.59 | 8.53 | - |
| YUV | 146.19 | 45.49 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 219 | 0 | 0.73 | 0 | 1 | 0.14 | 103.84 | 1 | 0.43 |
| Hex | 3B | DB | 0 | 49 | 0 | 64 | E | 68 | 64 | 2B |
| Octal | 73 | 333 | 0 | 111 | 0 | 144 | 16 | 150 | 144 | 53 |
| Binary | 111011 | 11011011 | 0 | 1001001 | 0 | 1100100 | 1110 | 1101000 | 1100100 | 101011 |
Color Harmonies of #3BDB00
Complementary color
Monochromatic Colors of #3BDB00
Black with #3BDB00
Text Example
Text Example
White with #3BDB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDB00; }
p { color: rgb(59,219,0); }
H1.HeaderClassName
{
color: #3BDB00;
}
.AnyTagClassName
{
color: #3BDB00;
}
</style>
background-color css
<style>
a { background-color: #3BDB00; }
a { background-color: rgb(59,219,0); }
div.DivClassName
{
background-color: #3BDB00;
}
.BgClassName
{
background-color: #3BDB00;
}
</style>
border-color css
<style>
span { border-color: #3BDB00; }
span { border-color: rgb(59,219,0); }
td.TdClassName
{
border-color: #3BDB00;
}
.TagClassName
{
border-color: #3BDB00;
}
</style>