Shades of Harlequin #3DF70A
Tints of Harlequin #3DF70A
RGB
CMYK
RGB Variations
Color information
#3DF70A (or 0x3DF70A) is known color: Harlequin. HEX triplet: 3D, F7 and 0A. RGB value is (61,247,10). Sum of RGB (Red+Green+Blue) = 61+247+10=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 247 (96.88% from 255 or 77.67% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF70A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF70A is #C208F5. Grayscale: #A5A5A5. Windows color (decimal): -12716278 or 718653. OLE color: 718653.
HSL color Cylindrical-coordinate representation of color #3DF70A: hue angle of 107.09º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3DF70A is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 10 | - |
| CMYK | 0.75 | 0 | 0.96 | 0.03 |
| HSL | 107.09º | 0.94% | 0.5% | - |
| HSV(B) | 107.09º | 0.96% | 0.97% | - |
| XYZ | 35.24 | 67.54 | 11.47 | - |
| YUV | 164.37 | 40.88 | 54.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 10 | 0.75 | 0 | 0.96 | 0.03 | 107.09 | 0.94 | 0.5 |
| Hex | 3D | F7 | A | 4B | 0 | 60 | 3 | 6B | 5E | 32 |
| Octal | 75 | 367 | 12 | 113 | 0 | 140 | 3 | 153 | 136 | 62 |
| Binary | 111101 | 11110111 | 1010 | 1001011 | 0 | 1100000 | 11 | 1101011 | 1011110 | 110010 |
Color Harmonies of #3DF70A
Complementary color
Monochromatic Colors of #3DF70A
Black with #3DF70A
Text Example
Text Example
White with #3DF70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF70A; }
p { color: rgb(61,247,10); }
H1.HeaderClassName
{
color: #3DF70A;
}
.AnyTagClassName
{
color: #3DF70A;
}
</style>
background-color css
<style>
a { background-color: #3DF70A; }
a { background-color: rgb(61,247,10); }
div.DivClassName
{
background-color: #3DF70A;
}
.BgClassName
{
background-color: #3DF70A;
}
</style>
border-color css
<style>
span { border-color: #3DF70A; }
span { border-color: rgb(61,247,10); }
td.TdClassName
{
border-color: #3DF70A;
}
.TagClassName
{
border-color: #3DF70A;
}
</style>