Shades of Harlequin #3BFE15
Tints of Harlequin #3BFE15
RGB
CMYK
RGB Variations
Color information
#3BFE15 (or 0x3BFE15) is known color: Harlequin. HEX triplet: 3B, FE and 15. RGB value is (59,254,21). Sum of RGB (Red+Green+Blue) = 59+254+21=334 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.66% from 334); Green value is 254 (99.61% from 255 or 76.05% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFE15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BFE15 is #C401EA. Grayscale: #A9A9A9. Windows color (decimal): -12845547 or 1441339. OLE color: 1441339.
HSL color Cylindrical-coordinate representation of color #3BFE15: hue angle of 110.21º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3BFE15 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 21 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.00 |
| HSL | 110.21º | 0.99% | 0.54% | - |
| HSV(B) | 110.21º | 0.92% | 1% | - |
| XYZ | 37.38 | 71.87 | 12.61 | - |
| YUV | 169.13 | 44.4 | 49.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 21 | 0.77 | 0 | 0.92 | 0.00 | 110.21 | 0.99 | 0.54 |
| Hex | 3B | FE | 15 | 4D | 0 | 5C | 0 | 6E | 63 | 36 |
| Octal | 73 | 376 | 25 | 115 | 0 | 134 | 0 | 156 | 143 | 66 |
| Binary | 111011 | 11111110 | 10101 | 1001101 | 0 | 1011100 | 0 | 1101110 | 1100011 | 110110 |
Color Harmonies of #3BFE15
Complementary color
Monochromatic Colors of #3BFE15
Black with #3BFE15
Text Example
Text Example
White with #3BFE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFE15; }
p { color: rgb(59,254,21); }
H1.HeaderClassName
{
color: #3BFE15;
}
.AnyTagClassName
{
color: #3BFE15;
}
</style>
background-color css
<style>
a { background-color: #3BFE15; }
a { background-color: rgb(59,254,21); }
div.DivClassName
{
background-color: #3BFE15;
}
.BgClassName
{
background-color: #3BFE15;
}
</style>
border-color css
<style>
span { border-color: #3BFE15; }
span { border-color: rgb(59,254,21); }
td.TdClassName
{
border-color: #3BFE15;
}
.TagClassName
{
border-color: #3BFE15;
}
</style>