Shades of Harlequin #3BFE06
Tints of Harlequin #3BFE06
RGB
CMYK
RGB Variations
Color information
#3BFE06 (or 0x3BFE06) is known color: Harlequin. HEX triplet: 3B, FE and 06. RGB value is (59,254,6). Sum of RGB (Red+Green+Blue) = 59+254+6=319 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.50% from 319); Green value is 254 (99.61% from 255 or 79.62% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFE06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BFE06 is #C401F9. Grayscale: #A8A8A8. Windows color (decimal): -12845562 or 458299. OLE color: 458299.
HSL color Cylindrical-coordinate representation of color #3BFE06: hue angle of 107.18º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3BFE06 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 6 | - |
| CMYK | 0.77 | 0 | 0.98 | 0.00 |
| HSL | 107.18º | 0.99% | 0.51% | - |
| HSV(B) | 107.18º | 0.98% | 1% | - |
| XYZ | 37.28 | 71.83 | 12.07 | - |
| YUV | 167.42 | 36.9 | 50.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 6 | 0.77 | 0 | 0.98 | 0.00 | 107.18 | 0.99 | 0.51 |
| Hex | 3B | FE | 6 | 4D | 0 | 62 | 0 | 6B | 63 | 33 |
| Octal | 73 | 376 | 6 | 115 | 0 | 142 | 0 | 153 | 143 | 63 |
| Binary | 111011 | 11111110 | 110 | 1001101 | 0 | 1100010 | 0 | 1101011 | 1100011 | 110011 |
Color Harmonies of #3BFE06
Complementary color
Monochromatic Colors of #3BFE06
Black with #3BFE06
Text Example
Text Example
White with #3BFE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFE06; }
p { color: rgb(59,254,6); }
H1.HeaderClassName
{
color: #3BFE06;
}
.AnyTagClassName
{
color: #3BFE06;
}
</style>
background-color css
<style>
a { background-color: #3BFE06; }
a { background-color: rgb(59,254,6); }
div.DivClassName
{
background-color: #3BFE06;
}
.BgClassName
{
background-color: #3BFE06;
}
</style>
border-color css
<style>
span { border-color: #3BFE06; }
span { border-color: rgb(59,254,6); }
td.TdClassName
{
border-color: #3BFE06;
}
.TagClassName
{
border-color: #3BFE06;
}
</style>