Shades of Harlequin #3BFE05
Tints of Harlequin #3BFE05
RGB
CMYK
RGB Variations
Color information
#3BFE05 (or 0x3BFE05) is known color: Harlequin. HEX triplet: 3B, FE and 05. RGB value is (59,254,5). Sum of RGB (Red+Green+Blue) = 59+254+5=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 254 (99.61% from 255 or 79.87% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFE05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BFE05 is #C401FA. Grayscale: #A8A8A8. Windows color (decimal): -12845563 or 392763. OLE color: 392763.
HSL color Cylindrical-coordinate representation of color #3BFE05: hue angle of 106.99º 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 #3BFE05 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 5 | - |
| CMYK | 0.77 | 0 | 0.98 | 0.00 |
| HSL | 106.99º | 0.99% | 0.51% | - |
| HSV(B) | 106.99º | 0.98% | 1% | - |
| XYZ | 37.27 | 71.82 | 12.04 | - |
| YUV | 167.31 | 36.4 | 50.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 5 | 0.77 | 0 | 0.98 | 0.00 | 106.99 | 0.99 | 0.51 |
| Hex | 3B | FE | 5 | 4D | 0 | 62 | 0 | 6B | 63 | 33 |
| Octal | 73 | 376 | 5 | 115 | 0 | 142 | 0 | 153 | 143 | 63 |
| Binary | 111011 | 11111110 | 101 | 1001101 | 0 | 1100010 | 0 | 1101011 | 1100011 | 110011 |
Color Harmonies of #3BFE05
Complementary color
Monochromatic Colors of #3BFE05
Black with #3BFE05
Text Example
Text Example
White with #3BFE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFE05; }
p { color: rgb(59,254,5); }
H1.HeaderClassName
{
color: #3BFE05;
}
.AnyTagClassName
{
color: #3BFE05;
}
</style>
background-color css
<style>
a { background-color: #3BFE05; }
a { background-color: rgb(59,254,5); }
div.DivClassName
{
background-color: #3BFE05;
}
.BgClassName
{
background-color: #3BFE05;
}
</style>
border-color css
<style>
span { border-color: #3BFE05; }
span { border-color: rgb(59,254,5); }
td.TdClassName
{
border-color: #3BFE05;
}
.TagClassName
{
border-color: #3BFE05;
}
</style>