Shades of Harlequin #3FF70B
Tints of Harlequin #3FF70B
RGB
CMYK
RGB Variations
Color information
#3FF70B (or 0x3FF70B) is known color: Harlequin. HEX triplet: 3F, F7 and 0B. RGB value is (63,247,11). Sum of RGB (Red+Green+Blue) = 63+247+11=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 247 (96.88% from 255 or 76.95% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 247 - color contains mainly: green. Hex color #3FF70B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF70B is #C008F4. Grayscale: #A5A5A5. Windows color (decimal): -12585205 or 784191. OLE color: 784191.
HSL color Cylindrical-coordinate representation of color #3FF70B: hue angle of 106.78º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3FF70B is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 247 | 11 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.03 |
| HSL | 106.78º | 0.94% | 0.51% | - |
| HSV(B) | 106.78º | 0.96% | 0.97% | - |
| XYZ | 35.37 | 67.6 | 11.5 | - |
| YUV | 165.08 | 41.04 | 55.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 247 | 11 | 0.74 | 0 | 0.96 | 0.03 | 106.78 | 0.94 | 0.51 |
| Hex | 3F | F7 | B | 4A | 0 | 60 | 3 | 6B | 5E | 33 |
| Octal | 77 | 367 | 13 | 112 | 0 | 140 | 3 | 153 | 136 | 63 |
| Binary | 111111 | 11110111 | 1011 | 1001010 | 0 | 1100000 | 11 | 1101011 | 1011110 | 110011 |
Color Harmonies of #3FF70B
Complementary color
Monochromatic Colors of #3FF70B
Black with #3FF70B
Text Example
Text Example
White with #3FF70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF70B; }
p { color: rgb(63,247,11); }
H1.HeaderClassName
{
color: #3FF70B;
}
.AnyTagClassName
{
color: #3FF70B;
}
</style>
background-color css
<style>
a { background-color: #3FF70B; }
a { background-color: rgb(63,247,11); }
div.DivClassName
{
background-color: #3FF70B;
}
.BgClassName
{
background-color: #3FF70B;
}
</style>
border-color css
<style>
span { border-color: #3FF70B; }
span { border-color: rgb(63,247,11); }
td.TdClassName
{
border-color: #3FF70B;
}
.TagClassName
{
border-color: #3FF70B;
}
</style>