Shades of Harlequin #3FDE03
Tints of Harlequin #3FDE03
RGB
CMYK
RGB Variations
Color information
#3FDE03 (or 0x3FDE03) is known color: Harlequin. HEX triplet: 3F, DE and 03. RGB value is (63,222,3). Sum of RGB (Red+Green+Blue) = 63+222+3=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 222 (87.11% from 255 or 77.08% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 222 - color contains mainly: green. Hex color #3FDE03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FDE03 is #C021FC. Grayscale: #969696. Windows color (decimal): -12591613 or 253503. OLE color: 253503.
HSL color Cylindrical-coordinate representation of color #3FDE03: hue angle of 103.56º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3FDE03 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 222 | 3 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.13 |
| HSL | 103.56º | 0.97% | 0.44% | - |
| HSV(B) | 103.56º | 0.99% | 0.87% | - |
| XYZ | 28.19 | 53.31 | 8.89 | - |
| YUV | 149.49 | 45.32 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 222 | 3 | 0.72 | 0 | 0.99 | 0.13 | 103.56 | 0.97 | 0.44 |
| Hex | 3F | DE | 3 | 48 | 0 | 63 | D | 68 | 61 | 2C |
| Octal | 77 | 336 | 3 | 110 | 0 | 143 | 15 | 150 | 141 | 54 |
| Binary | 111111 | 11011110 | 11 | 1001000 | 0 | 1100011 | 1101 | 1101000 | 1100001 | 101100 |
Color Harmonies of #3FDE03
Complementary color
Monochromatic Colors of #3FDE03
Black with #3FDE03
Text Example
Text Example
White with #3FDE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDE03; }
p { color: rgb(63,222,3); }
H1.HeaderClassName
{
color: #3FDE03;
}
.AnyTagClassName
{
color: #3FDE03;
}
</style>
background-color css
<style>
a { background-color: #3FDE03; }
a { background-color: rgb(63,222,3); }
div.DivClassName
{
background-color: #3FDE03;
}
.BgClassName
{
background-color: #3FDE03;
}
</style>
border-color css
<style>
span { border-color: #3FDE03; }
span { border-color: rgb(63,222,3); }
td.TdClassName
{
border-color: #3FDE03;
}
.TagClassName
{
border-color: #3FDE03;
}
</style>