Shades of Harlequin #3FDF14
Tints of Harlequin #3FDF14
RGB
CMYK
RGB Variations
Color information
#3FDF14 (or 0x3FDF14) is known color: Harlequin. HEX triplet: 3F, DF and 14. RGB value is (63,223,20). Sum of RGB (Red+Green+Blue) = 63+223+20=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 223 (87.5% from 255 or 72.88% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FDF14 is #C020EB. Grayscale: #989898. Windows color (decimal): -12591340 or 1367871. OLE color: 1367871.
HSL color Cylindrical-coordinate representation of color #3FDF14: hue angle of 107.29º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3FDF14 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 20 | - |
| CMYK | 0.72 | 0 | 0.91 | 0.13 |
| HSL | 107.29º | 0.84% | 0.48% | - |
| HSV(B) | 107.29º | 0.91% | 0.87% | - |
| XYZ | 28.56 | 53.88 | 9.56 | - |
| YUV | 152.02 | 53.49 | 64.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 20 | 0.72 | 0 | 0.91 | 0.13 | 107.29 | 0.84 | 0.48 |
| Hex | 3F | DF | 14 | 48 | 0 | 5B | D | 6B | 54 | 30 |
| Octal | 77 | 337 | 24 | 110 | 0 | 133 | 15 | 153 | 124 | 60 |
| Binary | 111111 | 11011111 | 10100 | 1001000 | 0 | 1011011 | 1101 | 1101011 | 1010100 | 110000 |
Color Harmonies of #3FDF14
Complementary color
Monochromatic Colors of #3FDF14
Black with #3FDF14
Text Example
Text Example
White with #3FDF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDF14; }
p { color: rgb(63,223,20); }
H1.HeaderClassName
{
color: #3FDF14;
}
.AnyTagClassName
{
color: #3FDF14;
}
</style>
background-color css
<style>
a { background-color: #3FDF14; }
a { background-color: rgb(63,223,20); }
div.DivClassName
{
background-color: #3FDF14;
}
.BgClassName
{
background-color: #3FDF14;
}
</style>
border-color css
<style>
span { border-color: #3FDF14; }
span { border-color: rgb(63,223,20); }
td.TdClassName
{
border-color: #3FDF14;
}
.TagClassName
{
border-color: #3FDF14;
}
</style>