Shades of Harlequin #3DF007
Tints of Harlequin #3DF007
RGB
CMYK
RGB Variations
Color information
#3DF007 (or 0x3DF007) is known color: Harlequin. HEX triplet: 3D, F0 and 07. RGB value is (61,240,7). Sum of RGB (Red+Green+Blue) = 61+240+7=308 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.81% from 308); Green value is 240 (94.14% from 255 or 77.92% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF007 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF007 is #C20FF8. Grayscale: #A0A0A0. Windows color (decimal): -12718073 or 520253. OLE color: 520253.
HSL color Cylindrical-coordinate representation of color #3DF007: hue angle of 106.09º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3DF007 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 240 | 7 | - |
| CMYK | 0.75 | 0 | 0.97 | 0.06 |
| HSL | 106.09º | 0.94% | 0.48% | - |
| HSV(B) | 106.09º | 0.97% | 0.94% | - |
| XYZ | 33.12 | 63.33 | 10.68 | - |
| YUV | 159.92 | 41.7 | 57.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 240 | 7 | 0.75 | 0 | 0.97 | 0.06 | 106.09 | 0.94 | 0.48 |
| Hex | 3D | F0 | 7 | 4B | 0 | 61 | 6 | 6A | 5E | 30 |
| Octal | 75 | 360 | 7 | 113 | 0 | 141 | 6 | 152 | 136 | 60 |
| Binary | 111101 | 11110000 | 111 | 1001011 | 0 | 1100001 | 110 | 1101010 | 1011110 | 110000 |
Color Harmonies of #3DF007
Complementary color
Monochromatic Colors of #3DF007
Black with #3DF007
Text Example
Text Example
White with #3DF007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF007; }
p { color: rgb(61,240,7); }
H1.HeaderClassName
{
color: #3DF007;
}
.AnyTagClassName
{
color: #3DF007;
}
</style>
background-color css
<style>
a { background-color: #3DF007; }
a { background-color: rgb(61,240,7); }
div.DivClassName
{
background-color: #3DF007;
}
.BgClassName
{
background-color: #3DF007;
}
</style>
border-color css
<style>
span { border-color: #3DF007; }
span { border-color: rgb(61,240,7); }
td.TdClassName
{
border-color: #3DF007;
}
.TagClassName
{
border-color: #3DF007;
}
</style>