Shades of Harlequin #3FDD03
Tints of Harlequin #3FDD03
RGB
CMYK
RGB Variations
Color information
#3FDD03 (or 0x3FDD03) is known color: Harlequin. HEX triplet: 3F, DD and 03. RGB value is (63,221,3). Sum of RGB (Red+Green+Blue) = 63+221+3=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 221 (86.72% from 255 or 77.00% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDD03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FDD03 is #C022FC. Grayscale: #959595. Windows color (decimal): -12591869 or 253247. OLE color: 253247.
HSL color Cylindrical-coordinate representation of color #3FDD03: hue angle of 103.49º 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 #3FDD03 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 3 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.13 |
| HSL | 103.49º | 0.97% | 0.44% | - |
| HSV(B) | 103.49º | 0.99% | 0.87% | - |
| XYZ | 27.92 | 52.78 | 8.8 | - |
| YUV | 148.91 | 45.65 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 3 | 0.71 | 0 | 0.99 | 0.13 | 103.49 | 0.97 | 0.44 |
| Hex | 3F | DD | 3 | 47 | 0 | 63 | D | 67 | 61 | 2C |
| Octal | 77 | 335 | 3 | 107 | 0 | 143 | 15 | 147 | 141 | 54 |
| Binary | 111111 | 11011101 | 11 | 1000111 | 0 | 1100011 | 1101 | 1100111 | 1100001 | 101100 |
Color Harmonies of #3FDD03
Complementary color
Monochromatic Colors of #3FDD03
Black with #3FDD03
Text Example
Text Example
White with #3FDD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDD03; }
p { color: rgb(63,221,3); }
H1.HeaderClassName
{
color: #3FDD03;
}
.AnyTagClassName
{
color: #3FDD03;
}
</style>
background-color css
<style>
a { background-color: #3FDD03; }
a { background-color: rgb(63,221,3); }
div.DivClassName
{
background-color: #3FDD03;
}
.BgClassName
{
background-color: #3FDD03;
}
</style>
border-color css
<style>
span { border-color: #3FDD03; }
span { border-color: rgb(63,221,3); }
td.TdClassName
{
border-color: #3FDD03;
}
.TagClassName
{
border-color: #3FDD03;
}
</style>