Shades of Harlequin #3FFB13
Tints of Harlequin #3FFB13
RGB
CMYK
RGB Variations
Color information
#3FFB13 (or 0x3FFB13) is known color: Harlequin. HEX triplet: 3F, FB and 13. RGB value is (63,251,19). Sum of RGB (Red+Green+Blue) = 63+251+19=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 251 (98.44% from 255 or 75.38% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFB13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFB13 is #C004EC. Grayscale: #A9A9A9. Windows color (decimal): -12584173 or 1309503. OLE color: 1309503.
HSL color Cylindrical-coordinate representation of color #3FFB13: hue angle of 108.62º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3FFB13 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 251 | 19 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.02 |
| HSL | 108.62º | 0.97% | 0.53% | - |
| HSV(B) | 108.62º | 0.92% | 0.98% | - |
| XYZ | 36.66 | 70.1 | 12.21 | - |
| YUV | 168.34 | 43.72 | 52.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 251 | 19 | 0.75 | 0 | 0.92 | 0.02 | 108.62 | 0.97 | 0.53 |
| Hex | 3F | FB | 13 | 4B | 0 | 5C | 2 | 6D | 61 | 35 |
| Octal | 77 | 373 | 23 | 113 | 0 | 134 | 2 | 155 | 141 | 65 |
| Binary | 111111 | 11111011 | 10011 | 1001011 | 0 | 1011100 | 10 | 1101101 | 1100001 | 110101 |
Color Harmonies of #3FFB13
Complementary color
Monochromatic Colors of #3FFB13
Black with #3FFB13
Text Example
Text Example
White with #3FFB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFB13; }
p { color: rgb(63,251,19); }
H1.HeaderClassName
{
color: #3FFB13;
}
.AnyTagClassName
{
color: #3FFB13;
}
</style>
background-color css
<style>
a { background-color: #3FFB13; }
a { background-color: rgb(63,251,19); }
div.DivClassName
{
background-color: #3FFB13;
}
.BgClassName
{
background-color: #3FFB13;
}
</style>
border-color css
<style>
span { border-color: #3FFB13; }
span { border-color: rgb(63,251,19); }
td.TdClassName
{
border-color: #3FFB13;
}
.TagClassName
{
border-color: #3FFB13;
}
</style>