Shades of Harlequin #3DF006
Tints of Harlequin #3DF006
RGB
CMYK
RGB Variations
Color information
#3DF006 (or 0x3DF006) is known color: Harlequin. HEX triplet: 3D, F0 and 06. RGB value is (61,240,6). Sum of RGB (Red+Green+Blue) = 61+240+6=307 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.87% from 307); Green value is 240 (94.14% from 255 or 78.18% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF006 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF006 is #C20FF9. Grayscale: #A0A0A0. Windows color (decimal): -12718074 or 454717. OLE color: 454717.
HSL color Cylindrical-coordinate representation of color #3DF006: hue angle of 105.9º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3DF006 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 240 | 6 | - |
| CMYK | 0.75 | 0 | 0.98 | 0.06 |
| HSL | 105.9º | 0.95% | 0.48% | - |
| HSV(B) | 105.9º | 0.98% | 0.94% | - |
| XYZ | 33.12 | 63.33 | 10.65 | - |
| YUV | 159.8 | 41.2 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 240 | 6 | 0.75 | 0 | 0.98 | 0.06 | 105.9 | 0.95 | 0.48 |
| Hex | 3D | F0 | 6 | 4B | 0 | 62 | 6 | 6A | 5F | 30 |
| Octal | 75 | 360 | 6 | 113 | 0 | 142 | 6 | 152 | 137 | 60 |
| Binary | 111101 | 11110000 | 110 | 1001011 | 0 | 1100010 | 110 | 1101010 | 1011111 | 110000 |
Color Harmonies of #3DF006
Complementary color
Monochromatic Colors of #3DF006
Black with #3DF006
Text Example
Text Example
White with #3DF006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF006; }
p { color: rgb(61,240,6); }
H1.HeaderClassName
{
color: #3DF006;
}
.AnyTagClassName
{
color: #3DF006;
}
</style>
background-color css
<style>
a { background-color: #3DF006; }
a { background-color: rgb(61,240,6); }
div.DivClassName
{
background-color: #3DF006;
}
.BgClassName
{
background-color: #3DF006;
}
</style>
border-color css
<style>
span { border-color: #3DF006; }
span { border-color: rgb(61,240,6); }
td.TdClassName
{
border-color: #3DF006;
}
.TagClassName
{
border-color: #3DF006;
}
</style>