Shades of Harlequin #3BF319
Tints of Harlequin #3BF319
RGB
CMYK
RGB Variations
Color information
#3BF319 (or 0x3BF319) is known color: Harlequin. HEX triplet: 3B, F3 and 19. RGB value is (59,243,25). Sum of RGB (Red+Green+Blue) = 59+243+25=327 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.04% from 327); Green value is 243 (95.31% from 255 or 74.31% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 243 - color contains mainly: green. Hex color #3BF319 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BF319 is #C40CE6. Grayscale: #A3A3A3. Windows color (decimal): -12848359 or 1700667. OLE color: 1700667.
HSL color Cylindrical-coordinate representation of color #3BF319: hue angle of 110.64º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3BF319 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 243 | 25 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.05 |
| HSL | 110.64º | 0.9% | 0.53% | - |
| HSV(B) | 110.64º | 0.9% | 0.95% | - |
| XYZ | 34.03 | 65.1 | 11.69 | - |
| YUV | 163.13 | 50.04 | 53.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 243 | 25 | 0.76 | 0 | 0.90 | 0.05 | 110.64 | 0.9 | 0.53 |
| Hex | 3B | F3 | 19 | 4C | 0 | 5A | 5 | 6F | 5A | 35 |
| Octal | 73 | 363 | 31 | 114 | 0 | 132 | 5 | 157 | 132 | 65 |
| Binary | 111011 | 11110011 | 11001 | 1001100 | 0 | 1011010 | 101 | 1101111 | 1011010 | 110101 |
Color Harmonies of #3BF319
Complementary color
Monochromatic Colors of #3BF319
Black with #3BF319
Text Example
Text Example
White with #3BF319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF319; }
p { color: rgb(59,243,25); }
H1.HeaderClassName
{
color: #3BF319;
}
.AnyTagClassName
{
color: #3BF319;
}
</style>
background-color css
<style>
a { background-color: #3BF319; }
a { background-color: rgb(59,243,25); }
div.DivClassName
{
background-color: #3BF319;
}
.BgClassName
{
background-color: #3BF319;
}
</style>
border-color css
<style>
span { border-color: #3BF319; }
span { border-color: rgb(59,243,25); }
td.TdClassName
{
border-color: #3BF319;
}
.TagClassName
{
border-color: #3BF319;
}
</style>