Shades of Harlequin #3FDF00
Tints of Harlequin #3FDF00
RGB
CMYK
RGB Variations
Color information
#3FDF00 (or 0x3FDF00) is known color: Harlequin. HEX triplet: 3F, DF and 00. RGB value is (63,223,0). Sum of RGB (Red+Green+Blue) = 63+223+0=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 223 (87.5% from 255 or 77.97% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FDF00 is #C020FF. Grayscale: #969696. Windows color (decimal): -12591360 or 57151. OLE color: 57151.
HSL color Cylindrical-coordinate representation of color #3FDF00: hue angle of 103.05º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FDF00 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 0 | - |
| CMYK | 0.72 | 0 | 1 | 0.13 |
| HSL | 103.05º | 1% | 0.44% | - |
| HSV(B) | 103.05º | 1% | 0.87% | - |
| XYZ | 28.44 | 53.83 | 8.89 | - |
| YUV | 149.74 | 43.49 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 0 | 0.72 | 0 | 1 | 0.13 | 103.05 | 1 | 0.44 |
| Hex | 3F | DF | 0 | 48 | 0 | 64 | D | 67 | 64 | 2C |
| Octal | 77 | 337 | 0 | 110 | 0 | 144 | 15 | 147 | 144 | 54 |
| Binary | 111111 | 11011111 | 0 | 1001000 | 0 | 1100100 | 1101 | 1100111 | 1100100 | 101100 |
Color Harmonies of #3FDF00
Complementary color
Monochromatic Colors of #3FDF00
Black with #3FDF00
Text Example
Text Example
White with #3FDF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDF00; }
p { color: rgb(63,223,0); }
H1.HeaderClassName
{
color: #3FDF00;
}
.AnyTagClassName
{
color: #3FDF00;
}
</style>
background-color css
<style>
a { background-color: #3FDF00; }
a { background-color: rgb(63,223,0); }
div.DivClassName
{
background-color: #3FDF00;
}
.BgClassName
{
background-color: #3FDF00;
}
</style>
border-color css
<style>
span { border-color: #3FDF00; }
span { border-color: rgb(63,223,0); }
td.TdClassName
{
border-color: #3FDF00;
}
.TagClassName
{
border-color: #3FDF00;
}
</style>