Shades of Harlequin #3BD900
Tints of Harlequin #3BD900
RGB
CMYK
RGB Variations
Color information
#3BD900 (or 0x3BD900) is known color: Harlequin. HEX triplet: 3B, D9 and 00. RGB value is (59,217,0). Sum of RGB (Red+Green+Blue) = 59+217+0=276 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.38% from 276); Green value is 217 (85.16% from 255 or 78.62% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 217 - color contains mainly: green. Hex color #3BD900 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BD900 is #C426FF. Grayscale: #919191. Windows color (decimal): -12855040 or 55611. OLE color: 55611.
HSL color Cylindrical-coordinate representation of color #3BD900: hue angle of 103.69º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3BD900 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 217 | 0 | - |
| CMYK | 0.73 | 0 | 1 | 0.15 |
| HSL | 103.69º | 1% | 0.43% | - |
| HSV(B) | 103.69º | 1% | 0.85% | - |
| XYZ | 26.62 | 50.56 | 8.36 | - |
| YUV | 145.02 | 46.15 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 217 | 0 | 0.73 | 0 | 1 | 0.15 | 103.69 | 1 | 0.43 |
| Hex | 3B | D9 | 0 | 49 | 0 | 64 | F | 68 | 64 | 2B |
| Octal | 73 | 331 | 0 | 111 | 0 | 144 | 17 | 150 | 144 | 53 |
| Binary | 111011 | 11011001 | 0 | 1001001 | 0 | 1100100 | 1111 | 1101000 | 1100100 | 101011 |
Color Harmonies of #3BD900
Complementary color
Monochromatic Colors of #3BD900
Black with #3BD900
Text Example
Text Example
White with #3BD900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD900; }
p { color: rgb(59,217,0); }
H1.HeaderClassName
{
color: #3BD900;
}
.AnyTagClassName
{
color: #3BD900;
}
</style>
background-color css
<style>
a { background-color: #3BD900; }
a { background-color: rgb(59,217,0); }
div.DivClassName
{
background-color: #3BD900;
}
.BgClassName
{
background-color: #3BD900;
}
</style>
border-color css
<style>
span { border-color: #3BD900; }
span { border-color: rgb(59,217,0); }
td.TdClassName
{
border-color: #3BD900;
}
.TagClassName
{
border-color: #3BD900;
}
</style>