Shades of Harlequin #3FF60D
Tints of Harlequin #3FF60D
RGB
CMYK
RGB Variations
Color information
#3FF60D (or 0x3FF60D) is known color: Harlequin. HEX triplet: 3F, F6 and 0D. RGB value is (63,246,13). Sum of RGB (Red+Green+Blue) = 63+246+13=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 246 (96.48% from 255 or 76.40% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 246 - color contains mainly: green. Hex color #3FF60D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF60D is #C009F2. Grayscale: #A5A5A5. Windows color (decimal): -12585459 or 915007. OLE color: 915007.
HSL color Cylindrical-coordinate representation of color #3FF60D: hue angle of 107.12º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3FF60D is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 246 | 13 | - |
| CMYK | 0.74 | 0 | 0.95 | 0.04 |
| HSL | 107.12º | 0.93% | 0.51% | - |
| HSV(B) | 107.12º | 0.95% | 0.96% | - |
| XYZ | 35.08 | 67 | 11.46 | - |
| YUV | 164.72 | 42.37 | 55.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 246 | 13 | 0.74 | 0 | 0.95 | 0.04 | 107.12 | 0.93 | 0.51 |
| Hex | 3F | F6 | D | 4A | 0 | 5F | 4 | 6B | 5D | 33 |
| Octal | 77 | 366 | 15 | 112 | 0 | 137 | 4 | 153 | 135 | 63 |
| Binary | 111111 | 11110110 | 1101 | 1001010 | 0 | 1011111 | 100 | 1101011 | 1011101 | 110011 |
Color Harmonies of #3FF60D
Complementary color
Monochromatic Colors of #3FF60D
Black with #3FF60D
Text Example
Text Example
White with #3FF60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF60D; }
p { color: rgb(63,246,13); }
H1.HeaderClassName
{
color: #3FF60D;
}
.AnyTagClassName
{
color: #3FF60D;
}
</style>
background-color css
<style>
a { background-color: #3FF60D; }
a { background-color: rgb(63,246,13); }
div.DivClassName
{
background-color: #3FF60D;
}
.BgClassName
{
background-color: #3FF60D;
}
</style>
border-color css
<style>
span { border-color: #3FF60D; }
span { border-color: rgb(63,246,13); }
td.TdClassName
{
border-color: #3FF60D;
}
.TagClassName
{
border-color: #3FF60D;
}
</style>