Shades of Harlequin #3BFF1A
Tints of Harlequin #3BFF1A
RGB
CMYK
RGB Variations
Color information
#3BFF1A (or 0x3BFF1A) is known color: Harlequin. HEX triplet: 3B, FF and 1A. RGB value is (59,255,26). Sum of RGB (Red+Green+Blue) = 59+255+26=340 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.35% from 340); Green value is 255 (100% from 255 or 75% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFF1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFF1A is #C400E5. Grayscale: #ABABAB. Windows color (decimal): -12845286 or 1769275. OLE color: 1769275.
HSL color Cylindrical-coordinate representation of color #3BFF1A: hue angle of 111.35º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3BFF1A is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 26 | - |
| CMYK | 0.77 | 0 | 0.90 | 0 |
| HSL | 111.35º | 1% | 0.55% | - |
| HSV(B) | 111.35º | 0.9% | 1% | - |
| XYZ | 37.75 | 72.52 | 12.99 | - |
| YUV | 170.29 | 46.57 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 26 | 0.77 | 0 | 0.90 | 0 | 111.35 | 1 | 0.55 |
| Hex | 3B | FF | 1A | 4D | 0 | 5A | 0 | 6F | 64 | 37 |
| Octal | 73 | 377 | 32 | 115 | 0 | 132 | 0 | 157 | 144 | 67 |
| Binary | 111011 | 11111111 | 11010 | 1001101 | 0 | 1011010 | 0 | 1101111 | 1100100 | 110111 |
Color Harmonies of #3BFF1A
Complementary color
Monochromatic Colors of #3BFF1A
Black with #3BFF1A
Text Example
Text Example
White with #3BFF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFF1A; }
p { color: rgb(59,255,26); }
H1.HeaderClassName
{
color: #3BFF1A;
}
.AnyTagClassName
{
color: #3BFF1A;
}
</style>
background-color css
<style>
a { background-color: #3BFF1A; }
a { background-color: rgb(59,255,26); }
div.DivClassName
{
background-color: #3BFF1A;
}
.BgClassName
{
background-color: #3BFF1A;
}
</style>
border-color css
<style>
span { border-color: #3BFF1A; }
span { border-color: rgb(59,255,26); }
td.TdClassName
{
border-color: #3BFF1A;
}
.TagClassName
{
border-color: #3BFF1A;
}
</style>