Shades of Harlequin #3FDE10
Tints of Harlequin #3FDE10
RGB
CMYK
RGB Variations
Color information
#3FDE10 (or 0x3FDE10) is known color: Harlequin. HEX triplet: 3F, DE and 10. RGB value is (63,222,16). Sum of RGB (Red+Green+Blue) = 63+222+16=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 222 (87.11% from 255 or 73.75% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 222 - color contains mainly: green. Hex color #3FDE10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FDE10 is #C021EF. Grayscale: #979797. Windows color (decimal): -12591600 or 1105471. OLE color: 1105471.
HSL color Cylindrical-coordinate representation of color #3FDE10: hue angle of 106.31º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3FDE10 is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 222 | 16 | - |
| CMYK | 0.72 | 0 | 0.93 | 0.13 |
| HSL | 106.31º | 0.87% | 0.47% | - |
| HSV(B) | 106.31º | 0.93% | 0.87% | - |
| XYZ | 28.26 | 53.34 | 9.3 | - |
| YUV | 150.98 | 51.82 | 65.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 222 | 16 | 0.72 | 0 | 0.93 | 0.13 | 106.31 | 0.87 | 0.47 |
| Hex | 3F | DE | 10 | 48 | 0 | 5D | D | 6A | 57 | 2F |
| Octal | 77 | 336 | 20 | 110 | 0 | 135 | 15 | 152 | 127 | 57 |
| Binary | 111111 | 11011110 | 10000 | 1001000 | 0 | 1011101 | 1101 | 1101010 | 1010111 | 101111 |
Color Harmonies of #3FDE10
Complementary color
Monochromatic Colors of #3FDE10
Black with #3FDE10
Text Example
Text Example
White with #3FDE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDE10; }
p { color: rgb(63,222,16); }
H1.HeaderClassName
{
color: #3FDE10;
}
.AnyTagClassName
{
color: #3FDE10;
}
</style>
background-color css
<style>
a { background-color: #3FDE10; }
a { background-color: rgb(63,222,16); }
div.DivClassName
{
background-color: #3FDE10;
}
.BgClassName
{
background-color: #3FDE10;
}
</style>
border-color css
<style>
span { border-color: #3FDE10; }
span { border-color: rgb(63,222,16); }
td.TdClassName
{
border-color: #3FDE10;
}
.TagClassName
{
border-color: #3FDE10;
}
</style>