Shades of Harlequin #3FDD0A
Tints of Harlequin #3FDD0A
RGB
CMYK
RGB Variations
Color information
#3FDD0A (or 0x3FDD0A) is known color: Harlequin. HEX triplet: 3F, DD and 0A. RGB value is (63,221,10). Sum of RGB (Red+Green+Blue) = 63+221+10=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 221 (86.72% from 255 or 75.17% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDD0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FDD0A is #C022F5. Grayscale: #969696. Windows color (decimal): -12591862 or 711999. OLE color: 711999.
HSL color Cylindrical-coordinate representation of color #3FDD0A: hue angle of 104.93º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3FDD0A is Cyan = 0.71, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 10 | - |
| CMYK | 0.71 | 0 | 0.95 | 0.13 |
| HSL | 104.93º | 0.91% | 0.45% | - |
| HSV(B) | 104.93º | 0.95% | 0.87% | - |
| XYZ | 27.96 | 52.79 | 9 | - |
| YUV | 149.7 | 49.15 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 10 | 0.71 | 0 | 0.95 | 0.13 | 104.93 | 0.91 | 0.45 |
| Hex | 3F | DD | A | 47 | 0 | 5F | D | 69 | 5B | 2D |
| Octal | 77 | 335 | 12 | 107 | 0 | 137 | 15 | 151 | 133 | 55 |
| Binary | 111111 | 11011101 | 1010 | 1000111 | 0 | 1011111 | 1101 | 1101001 | 1011011 | 101101 |
Color Harmonies of #3FDD0A
Complementary color
Monochromatic Colors of #3FDD0A
Black with #3FDD0A
Text Example
Text Example
White with #3FDD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDD0A; }
p { color: rgb(63,221,10); }
H1.HeaderClassName
{
color: #3FDD0A;
}
.AnyTagClassName
{
color: #3FDD0A;
}
</style>
background-color css
<style>
a { background-color: #3FDD0A; }
a { background-color: rgb(63,221,10); }
div.DivClassName
{
background-color: #3FDD0A;
}
.BgClassName
{
background-color: #3FDD0A;
}
</style>
border-color css
<style>
span { border-color: #3FDD0A; }
span { border-color: rgb(63,221,10); }
td.TdClassName
{
border-color: #3FDD0A;
}
.TagClassName
{
border-color: #3FDD0A;
}
</style>