Shades of Harlequin #3BF70C
Tints of Harlequin #3BF70C
RGB
CMYK
RGB Variations
Color information
#3BF70C (or 0x3BF70C) is known color: Harlequin. HEX triplet: 3B, F7 and 0C. RGB value is (59,247,12). Sum of RGB (Red+Green+Blue) = 59+247+12=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 247 (96.88% from 255 or 77.67% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 247 - color contains mainly: green. Hex color #3BF70C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BF70C is #C408F3. Grayscale: #A4A4A4. Windows color (decimal): -12847348 or 849723. OLE color: 849723.
HSL color Cylindrical-coordinate representation of color #3BF70C: hue angle of 108º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3BF70C is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 59 | 247 | 12 | - |
| CMYK | 0.76 | 0 | 0.95 | 0.03 |
| HSL | 108º | 0.94% | 0.51% | - |
| HSV(B) | 108º | 0.95% | 0.97% | - |
| XYZ | 35.13 | 67.48 | 11.52 | - |
| YUV | 164 | 42.22 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 247 | 12 | 0.76 | 0 | 0.95 | 0.03 | 108 | 0.94 | 0.51 |
| Hex | 3B | F7 | C | 4C | 0 | 5F | 3 | 6C | 5E | 33 |
| Octal | 73 | 367 | 14 | 114 | 0 | 137 | 3 | 154 | 136 | 63 |
| Binary | 111011 | 11110111 | 1100 | 1001100 | 0 | 1011111 | 11 | 1101100 | 1011110 | 110011 |
Color Harmonies of #3BF70C
Complementary color
Monochromatic Colors of #3BF70C
Black with #3BF70C
Text Example
Text Example
White with #3BF70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF70C; }
p { color: rgb(59,247,12); }
H1.HeaderClassName
{
color: #3BF70C;
}
.AnyTagClassName
{
color: #3BF70C;
}
</style>
background-color css
<style>
a { background-color: #3BF70C; }
a { background-color: rgb(59,247,12); }
div.DivClassName
{
background-color: #3BF70C;
}
.BgClassName
{
background-color: #3BF70C;
}
</style>
border-color css
<style>
span { border-color: #3BF70C; }
span { border-color: rgb(59,247,12); }
td.TdClassName
{
border-color: #3BF70C;
}
.TagClassName
{
border-color: #3BF70C;
}
</style>