Shades of Harlequin #3FDF10
Tints of Harlequin #3FDF10
RGB
CMYK
RGB Variations
Color information
#3FDF10 (or 0x3FDF10) is known color: Harlequin. HEX triplet: 3F, DF and 10. RGB value is (63,223,16). Sum of RGB (Red+Green+Blue) = 63+223+16=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 223 (87.5% from 255 or 73.84% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FDF10 is #C020EF. Grayscale: #989898. Windows color (decimal): -12591344 or 1105727. OLE color: 1105727.
HSL color Cylindrical-coordinate representation of color #3FDF10: hue angle of 106.38º 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 #3FDF10 is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 16 | - |
| CMYK | 0.72 | 0 | 0.93 | 0.13 |
| HSL | 106.38º | 0.87% | 0.47% | - |
| HSV(B) | 106.38º | 0.93% | 0.87% | - |
| XYZ | 28.53 | 53.87 | 9.38 | - |
| YUV | 151.56 | 51.49 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 16 | 0.72 | 0 | 0.93 | 0.13 | 106.38 | 0.87 | 0.47 |
| Hex | 3F | DF | 10 | 48 | 0 | 5D | D | 6A | 57 | 2F |
| Octal | 77 | 337 | 20 | 110 | 0 | 135 | 15 | 152 | 127 | 57 |
| Binary | 111111 | 11011111 | 10000 | 1001000 | 0 | 1011101 | 1101 | 1101010 | 1010111 | 101111 |
Color Harmonies of #3FDF10
Complementary color
Monochromatic Colors of #3FDF10
Black with #3FDF10
Text Example
Text Example
White with #3FDF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDF10; }
p { color: rgb(63,223,16); }
H1.HeaderClassName
{
color: #3FDF10;
}
.AnyTagClassName
{
color: #3FDF10;
}
</style>
background-color css
<style>
a { background-color: #3FDF10; }
a { background-color: rgb(63,223,16); }
div.DivClassName
{
background-color: #3FDF10;
}
.BgClassName
{
background-color: #3FDF10;
}
</style>
border-color css
<style>
span { border-color: #3FDF10; }
span { border-color: rgb(63,223,16); }
td.TdClassName
{
border-color: #3FDF10;
}
.TagClassName
{
border-color: #3FDF10;
}
</style>