Shades of Harlequin #3DF409
Tints of Harlequin #3DF409
RGB
CMYK
RGB Variations
Color information
#3DF409 (or 0x3DF409) is known color: Harlequin. HEX triplet: 3D, F4 and 09. RGB value is (61,244,9). Sum of RGB (Red+Green+Blue) = 61+244+9=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 244 (95.70% from 255 or 77.71% from 314); Blue value is 9 (3.91% from 255 or 2.87% from 314); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF409 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF409 is #C20BF6. Grayscale: #A3A3A3. Windows color (decimal): -12717047 or 652349. OLE color: 652349.
HSL color Cylindrical-coordinate representation of color #3DF409: hue angle of 106.72º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3DF409 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 244 | 9 | - |
| CMYK | 0.75 | 0 | 0.96 | 0.04 |
| HSL | 106.72º | 0.93% | 0.5% | - |
| HSV(B) | 106.72º | 0.96% | 0.96% | - |
| XYZ | 34.32 | 65.71 | 11.13 | - |
| YUV | 162.49 | 41.37 | 55.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 244 | 9 | 0.75 | 0 | 0.96 | 0.04 | 106.72 | 0.93 | 0.5 |
| Hex | 3D | F4 | 9 | 4B | 0 | 60 | 4 | 6B | 5D | 32 |
| Octal | 75 | 364 | 11 | 113 | 0 | 140 | 4 | 153 | 135 | 62 |
| Binary | 111101 | 11110100 | 1001 | 1001011 | 0 | 1100000 | 100 | 1101011 | 1011101 | 110010 |
Color Harmonies of #3DF409
Complementary color
Monochromatic Colors of #3DF409
Black with #3DF409
Text Example
Text Example
White with #3DF409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF409; }
p { color: rgb(61,244,9); }
H1.HeaderClassName
{
color: #3DF409;
}
.AnyTagClassName
{
color: #3DF409;
}
</style>
background-color css
<style>
a { background-color: #3DF409; }
a { background-color: rgb(61,244,9); }
div.DivClassName
{
background-color: #3DF409;
}
.BgClassName
{
background-color: #3DF409;
}
</style>
border-color css
<style>
span { border-color: #3DF409; }
span { border-color: rgb(61,244,9); }
td.TdClassName
{
border-color: #3DF409;
}
.TagClassName
{
border-color: #3DF409;
}
</style>