Shades of Harlequin #3DF614
Tints of Harlequin #3DF614
RGB
CMYK
RGB Variations
Color information
#3DF614 (or 0x3DF614) is known color: Harlequin. HEX triplet: 3D, F6 and 14. RGB value is (61,246,20). Sum of RGB (Red+Green+Blue) = 61+246+20=327 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.65% from 327); Green value is 246 (96.48% from 255 or 75.23% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 246 - color contains mainly: green. Hex color #3DF614 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF614 is #C209EB. Grayscale: #A5A5A5. Windows color (decimal): -12716524 or 1373757. OLE color: 1373757.
HSL color Cylindrical-coordinate representation of color #3DF614: hue angle of 109.12º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3DF614 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 246 | 20 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.04 |
| HSL | 109.12º | 0.93% | 0.52% | - |
| HSV(B) | 109.12º | 0.92% | 0.96% | - |
| XYZ | 35.01 | 66.95 | 11.74 | - |
| YUV | 164.92 | 46.21 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 246 | 20 | 0.75 | 0 | 0.92 | 0.04 | 109.12 | 0.93 | 0.52 |
| Hex | 3D | F6 | 14 | 4B | 0 | 5C | 4 | 6D | 5D | 34 |
| Octal | 75 | 366 | 24 | 113 | 0 | 134 | 4 | 155 | 135 | 64 |
| Binary | 111101 | 11110110 | 10100 | 1001011 | 0 | 1011100 | 100 | 1101101 | 1011101 | 110100 |
Color Harmonies of #3DF614
Complementary color
Monochromatic Colors of #3DF614
Black with #3DF614
Text Example
Text Example
White with #3DF614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF614; }
p { color: rgb(61,246,20); }
H1.HeaderClassName
{
color: #3DF614;
}
.AnyTagClassName
{
color: #3DF614;
}
</style>
background-color css
<style>
a { background-color: #3DF614; }
a { background-color: rgb(61,246,20); }
div.DivClassName
{
background-color: #3DF614;
}
.BgClassName
{
background-color: #3DF614;
}
</style>
border-color css
<style>
span { border-color: #3DF614; }
span { border-color: rgb(61,246,20); }
td.TdClassName
{
border-color: #3DF614;
}
.TagClassName
{
border-color: #3DF614;
}
</style>