Shades of Harlequin #3DF700
Tints of Harlequin #3DF700
RGB
CMYK
RGB Variations
Color information
#3DF700 (or 0x3DF700) is known color: Harlequin. HEX triplet: 3D, F7 and 00. RGB value is (61,247,0). Sum of RGB (Red+Green+Blue) = 61+247+0=308 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.81% from 308); Green value is 247 (96.88% from 255 or 80.19% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF700 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF700 is #C208FF. Grayscale: #A4A4A4. Windows color (decimal): -12716288 or 63293. OLE color: 63293.
HSL color Cylindrical-coordinate representation of color #3DF700: hue angle of 105.18º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3DF700 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.03 |
| HSL | 105.18º | 1% | 0.48% | - |
| HSV(B) | 105.18º | 1% | 0.97% | - |
| XYZ | 35.19 | 67.51 | 11.18 | - |
| YUV | 163.23 | 35.88 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 0 | 0.75 | 0 | 1 | 0.03 | 105.18 | 1 | 0.48 |
| Hex | 3D | F7 | 0 | 4B | 0 | 64 | 3 | 69 | 64 | 30 |
| Octal | 75 | 367 | 0 | 113 | 0 | 144 | 3 | 151 | 144 | 60 |
| Binary | 111101 | 11110111 | 0 | 1001011 | 0 | 1100100 | 11 | 1101001 | 1100100 | 110000 |
Color Harmonies of #3DF700
Complementary color
Monochromatic Colors of #3DF700
Black with #3DF700
Text Example
Text Example
White with #3DF700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF700; }
p { color: rgb(61,247,0); }
H1.HeaderClassName
{
color: #3DF700;
}
.AnyTagClassName
{
color: #3DF700;
}
</style>
background-color css
<style>
a { background-color: #3DF700; }
a { background-color: rgb(61,247,0); }
div.DivClassName
{
background-color: #3DF700;
}
.BgClassName
{
background-color: #3DF700;
}
</style>
border-color css
<style>
span { border-color: #3DF700; }
span { border-color: rgb(61,247,0); }
td.TdClassName
{
border-color: #3DF700;
}
.TagClassName
{
border-color: #3DF700;
}
</style>