Shades of Harlequin #3BFE13
Tints of Harlequin #3BFE13
RGB
CMYK
RGB Variations
Color information
#3BFE13 (or 0x3BFE13) is known color: Harlequin. HEX triplet: 3B, FE and 13. RGB value is (59,254,19). Sum of RGB (Red+Green+Blue) = 59+254+19=332 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.77% from 332); Green value is 254 (99.61% from 255 or 76.51% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFE13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BFE13 is #C401EC. Grayscale: #A9A9A9. Windows color (decimal): -12845549 or 1310267. OLE color: 1310267.
HSL color Cylindrical-coordinate representation of color #3BFE13: hue angle of 109.79º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3BFE13 is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 19 | - |
| CMYK | 0.77 | 0 | 0.93 | 0.00 |
| HSL | 109.79º | 0.99% | 0.54% | - |
| HSV(B) | 109.79º | 0.93% | 1% | - |
| XYZ | 37.36 | 71.86 | 12.52 | - |
| YUV | 168.91 | 43.4 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 19 | 0.77 | 0 | 0.93 | 0.00 | 109.79 | 0.99 | 0.54 |
| Hex | 3B | FE | 13 | 4D | 0 | 5D | 0 | 6E | 63 | 36 |
| Octal | 73 | 376 | 23 | 115 | 0 | 135 | 0 | 156 | 143 | 66 |
| Binary | 111011 | 11111110 | 10011 | 1001101 | 0 | 1011101 | 0 | 1101110 | 1100011 | 110110 |
Color Harmonies of #3BFE13
Complementary color
Monochromatic Colors of #3BFE13
Black with #3BFE13
Text Example
Text Example
White with #3BFE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFE13; }
p { color: rgb(59,254,19); }
H1.HeaderClassName
{
color: #3BFE13;
}
.AnyTagClassName
{
color: #3BFE13;
}
</style>
background-color css
<style>
a { background-color: #3BFE13; }
a { background-color: rgb(59,254,19); }
div.DivClassName
{
background-color: #3BFE13;
}
.BgClassName
{
background-color: #3BFE13;
}
</style>
border-color css
<style>
span { border-color: #3BFE13; }
span { border-color: rgb(59,254,19); }
td.TdClassName
{
border-color: #3BFE13;
}
.TagClassName
{
border-color: #3BFE13;
}
</style>