Shades of Harlequin #3BFE0F
Tints of Harlequin #3BFE0F
RGB
CMYK
RGB Variations
Color information
#3BFE0F (or 0x3BFE0F) is known color: Harlequin. HEX triplet: 3B, FE and 0F. RGB value is (59,254,15). Sum of RGB (Red+Green+Blue) = 59+254+15=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 254 (99.61% from 255 or 77.44% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFE0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BFE0F is #C401F0. Grayscale: #A9A9A9. Windows color (decimal): -12845553 or 1048123. OLE color: 1048123.
HSL color Cylindrical-coordinate representation of color #3BFE0F: hue angle of 108.95º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3BFE0F is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 15 | - |
| CMYK | 0.77 | 0 | 0.94 | 0.00 |
| HSL | 108.95º | 0.99% | 0.53% | - |
| HSV(B) | 108.95º | 0.94% | 1% | - |
| XYZ | 37.33 | 71.85 | 12.35 | - |
| YUV | 168.45 | 41.4 | 49.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 15 | 0.77 | 0 | 0.94 | 0.00 | 108.95 | 0.99 | 0.53 |
| Hex | 3B | FE | F | 4D | 0 | 5E | 0 | 6D | 63 | 35 |
| Octal | 73 | 376 | 17 | 115 | 0 | 136 | 0 | 155 | 143 | 65 |
| Binary | 111011 | 11111110 | 1111 | 1001101 | 0 | 1011110 | 0 | 1101101 | 1100011 | 110101 |
Color Harmonies of #3BFE0F
Complementary color
Monochromatic Colors of #3BFE0F
Black with #3BFE0F
Text Example
Text Example
White with #3BFE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFE0F; }
p { color: rgb(59,254,15); }
H1.HeaderClassName
{
color: #3BFE0F;
}
.AnyTagClassName
{
color: #3BFE0F;
}
</style>
background-color css
<style>
a { background-color: #3BFE0F; }
a { background-color: rgb(59,254,15); }
div.DivClassName
{
background-color: #3BFE0F;
}
.BgClassName
{
background-color: #3BFE0F;
}
</style>
border-color css
<style>
span { border-color: #3BFE0F; }
span { border-color: rgb(59,254,15); }
td.TdClassName
{
border-color: #3BFE0F;
}
.TagClassName
{
border-color: #3BFE0F;
}
</style>