Shades of Harlequin #3BFF1B
Tints of Harlequin #3BFF1B
RGB
CMYK
RGB Variations
Color information
#3BFF1B (or 0x3BFF1B) is known color: Harlequin. HEX triplet: 3B, FF and 1B. RGB value is (59,255,27). Sum of RGB (Red+Green+Blue) = 59+255+27=341 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.30% from 341); Green value is 255 (100% from 255 or 74.78% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFF1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFF1B is #C400E4. Grayscale: #ABABAB. Windows color (decimal): -12845285 or 1834811. OLE color: 1834811.
HSL color Cylindrical-coordinate representation of color #3BFF1B: hue angle of 111.58º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3BFF1B is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 27 | - |
| CMYK | 0.77 | 0 | 0.89 | 0 |
| HSL | 111.58º | 1% | 0.55% | - |
| HSV(B) | 111.58º | 0.89% | 1% | - |
| XYZ | 37.76 | 72.53 | 13.05 | - |
| YUV | 170.4 | 47.07 | 48.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 27 | 0.77 | 0 | 0.89 | 0 | 111.58 | 1 | 0.55 |
| Hex | 3B | FF | 1B | 4D | 0 | 59 | 0 | 70 | 64 | 37 |
| Octal | 73 | 377 | 33 | 115 | 0 | 131 | 0 | 160 | 144 | 67 |
| Binary | 111011 | 11111111 | 11011 | 1001101 | 0 | 1011001 | 0 | 1110000 | 1100100 | 110111 |
Color Harmonies of #3BFF1B
Complementary color
Monochromatic Colors of #3BFF1B
Black with #3BFF1B
Text Example
Text Example
White with #3BFF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFF1B; }
p { color: rgb(59,255,27); }
H1.HeaderClassName
{
color: #3BFF1B;
}
.AnyTagClassName
{
color: #3BFF1B;
}
</style>
background-color css
<style>
a { background-color: #3BFF1B; }
a { background-color: rgb(59,255,27); }
div.DivClassName
{
background-color: #3BFF1B;
}
.BgClassName
{
background-color: #3BFF1B;
}
</style>
border-color css
<style>
span { border-color: #3BFF1B; }
span { border-color: rgb(59,255,27); }
td.TdClassName
{
border-color: #3BFF1B;
}
.TagClassName
{
border-color: #3BFF1B;
}
</style>