Shades of Harlequin #3BFA19
Tints of Harlequin #3BFA19
RGB
CMYK
RGB Variations
Color information
#3BFA19 (or 0x3BFA19) is known color: Harlequin. HEX triplet: 3B, FA and 19. RGB value is (59,250,25). Sum of RGB (Red+Green+Blue) = 59+250+25=334 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.66% from 334); Green value is 250 (98.05% from 255 or 74.85% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 250 - color contains mainly: green. Hex color #3BFA19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BFA19 is #C405E6. Grayscale: #A7A7A7. Windows color (decimal): -12846567 or 1702459. OLE color: 1702459.
HSL color Cylindrical-coordinate representation of color #3BFA19: hue angle of 110.93º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3BFA19 is Cyan = 0.76, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 250 | 25 | - |
| CMYK | 0.76 | 0 | 0.9 | 0.02 |
| HSL | 110.93º | 0.96% | 0.54% | - |
| HSV(B) | 110.93º | 0.9% | 0.98% | - |
| XYZ | 36.16 | 69.37 | 12.4 | - |
| YUV | 167.24 | 47.72 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 250 | 25 | 0.76 | 0 | 0.9 | 0.02 | 110.93 | 0.96 | 0.54 |
| Hex | 3B | FA | 19 | 4C | 0 | 5A | 2 | 6F | 60 | 36 |
| Octal | 73 | 372 | 31 | 114 | 0 | 132 | 2 | 157 | 140 | 66 |
| Binary | 111011 | 11111010 | 11001 | 1001100 | 0 | 1011010 | 10 | 1101111 | 1100000 | 110110 |
Color Harmonies of #3BFA19
Complementary color
Monochromatic Colors of #3BFA19
Black with #3BFA19
Text Example
Text Example
White with #3BFA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFA19; }
p { color: rgb(59,250,25); }
H1.HeaderClassName
{
color: #3BFA19;
}
.AnyTagClassName
{
color: #3BFA19;
}
</style>
background-color css
<style>
a { background-color: #3BFA19; }
a { background-color: rgb(59,250,25); }
div.DivClassName
{
background-color: #3BFA19;
}
.BgClassName
{
background-color: #3BFA19;
}
</style>
border-color css
<style>
span { border-color: #3BFA19; }
span { border-color: rgb(59,250,25); }
td.TdClassName
{
border-color: #3BFA19;
}
.TagClassName
{
border-color: #3BFA19;
}
</style>