Shades of Harlequin #3BF119
Tints of Harlequin #3BF119
RGB
CMYK
RGB Variations
Color information
#3BF119 (or 0x3BF119) is known color: Harlequin. HEX triplet: 3B, F1 and 19. RGB value is (59,241,25). Sum of RGB (Red+Green+Blue) = 59+241+25=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 241 (94.53% from 255 or 74.15% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 241 - color contains mainly: green. Hex color #3BF119 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BF119 is #C40EE6. Grayscale: #A2A2A2. Windows color (decimal): -12848871 or 1700155. OLE color: 1700155.
HSL color Cylindrical-coordinate representation of color #3BF119: hue angle of 110.56º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3BF119 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 241 | 25 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.05 |
| HSL | 110.56º | 0.89% | 0.52% | - |
| HSV(B) | 110.56º | 0.9% | 0.95% | - |
| XYZ | 33.43 | 63.91 | 11.49 | - |
| YUV | 161.96 | 50.7 | 54.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 241 | 25 | 0.76 | 0 | 0.90 | 0.05 | 110.56 | 0.89 | 0.52 |
| Hex | 3B | F1 | 19 | 4C | 0 | 5A | 5 | 6F | 59 | 34 |
| Octal | 73 | 361 | 31 | 114 | 0 | 132 | 5 | 157 | 131 | 64 |
| Binary | 111011 | 11110001 | 11001 | 1001100 | 0 | 1011010 | 101 | 1101111 | 1011001 | 110100 |
Color Harmonies of #3BF119
Complementary color
Monochromatic Colors of #3BF119
Black with #3BF119
Text Example
Text Example
White with #3BF119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF119; }
p { color: rgb(59,241,25); }
H1.HeaderClassName
{
color: #3BF119;
}
.AnyTagClassName
{
color: #3BF119;
}
</style>
background-color css
<style>
a { background-color: #3BF119; }
a { background-color: rgb(59,241,25); }
div.DivClassName
{
background-color: #3BF119;
}
.BgClassName
{
background-color: #3BF119;
}
</style>
border-color css
<style>
span { border-color: #3BF119; }
span { border-color: rgb(59,241,25); }
td.TdClassName
{
border-color: #3BF119;
}
.TagClassName
{
border-color: #3BF119;
}
</style>