Shades of Harlequin #3FDD10
Tints of Harlequin #3FDD10
RGB
CMYK
RGB Variations
Color information
#3FDD10 (or 0x3FDD10) is known color: Harlequin. HEX triplet: 3F, DD and 10. RGB value is (63,221,16). Sum of RGB (Red+Green+Blue) = 63+221+16=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 221 (86.72% from 255 or 73.67% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDD10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FDD10 is #C022EF. Grayscale: #979797. Windows color (decimal): -12591856 or 1105215. OLE color: 1105215.
HSL color Cylindrical-coordinate representation of color #3FDD10: hue angle of 106.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3FDD10 is Cyan = 0.71, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 16 | - |
| CMYK | 0.71 | 0 | 0.93 | 0.13 |
| HSL | 106.24º | 0.86% | 0.46% | - |
| HSV(B) | 106.24º | 0.93% | 0.87% | - |
| XYZ | 28 | 52.81 | 9.21 | - |
| YUV | 150.39 | 52.15 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 16 | 0.71 | 0 | 0.93 | 0.13 | 106.24 | 0.86 | 0.46 |
| Hex | 3F | DD | 10 | 47 | 0 | 5D | D | 6A | 56 | 2E |
| Octal | 77 | 335 | 20 | 107 | 0 | 135 | 15 | 152 | 126 | 56 |
| Binary | 111111 | 11011101 | 10000 | 1000111 | 0 | 1011101 | 1101 | 1101010 | 1010110 | 101110 |
Color Harmonies of #3FDD10
Complementary color
Monochromatic Colors of #3FDD10
Black with #3FDD10
Text Example
Text Example
White with #3FDD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDD10; }
p { color: rgb(63,221,16); }
H1.HeaderClassName
{
color: #3FDD10;
}
.AnyTagClassName
{
color: #3FDD10;
}
</style>
background-color css
<style>
a { background-color: #3FDD10; }
a { background-color: rgb(63,221,16); }
div.DivClassName
{
background-color: #3FDD10;
}
.BgClassName
{
background-color: #3FDD10;
}
</style>
border-color css
<style>
span { border-color: #3FDD10; }
span { border-color: rgb(63,221,16); }
td.TdClassName
{
border-color: #3FDD10;
}
.TagClassName
{
border-color: #3FDD10;
}
</style>