Shades of Harlequin #3FF013
Tints of Harlequin #3FF013
RGB
CMYK
RGB Variations
Color information
#3FF013 (or 0x3FF013) is known color: Harlequin. HEX triplet: 3F, F0 and 13. RGB value is (63,240,19). Sum of RGB (Red+Green+Blue) = 63+240+19=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 240 (94.14% from 255 or 74.53% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF013 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF013 is #C00FEC. Grayscale: #A2A2A2. Windows color (decimal): -12586989 or 1306687. OLE color: 1306687.
HSL color Cylindrical-coordinate representation of color #3FF013: hue angle of 108.05º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3FF013 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 240 | 19 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.06 |
| HSL | 108.05º | 0.88% | 0.51% | - |
| HSV(B) | 108.05º | 0.92% | 0.94% | - |
| XYZ | 33.33 | 63.42 | 11.1 | - |
| YUV | 161.88 | 47.36 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 240 | 19 | 0.74 | 0 | 0.92 | 0.06 | 108.05 | 0.88 | 0.51 |
| Hex | 3F | F0 | 13 | 4A | 0 | 5C | 6 | 6C | 58 | 33 |
| Octal | 77 | 360 | 23 | 112 | 0 | 134 | 6 | 154 | 130 | 63 |
| Binary | 111111 | 11110000 | 10011 | 1001010 | 0 | 1011100 | 110 | 1101100 | 1011000 | 110011 |
Color Harmonies of #3FF013
Complementary color
Monochromatic Colors of #3FF013
Black with #3FF013
Text Example
Text Example
White with #3FF013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF013; }
p { color: rgb(63,240,19); }
H1.HeaderClassName
{
color: #3FF013;
}
.AnyTagClassName
{
color: #3FF013;
}
</style>
background-color css
<style>
a { background-color: #3FF013; }
a { background-color: rgb(63,240,19); }
div.DivClassName
{
background-color: #3FF013;
}
.BgClassName
{
background-color: #3FF013;
}
</style>
border-color css
<style>
span { border-color: #3FF013; }
span { border-color: rgb(63,240,19); }
td.TdClassName
{
border-color: #3FF013;
}
.TagClassName
{
border-color: #3FF013;
}
</style>