Shades of Harlequin #3DF70E
Tints of Harlequin #3DF70E
RGB
CMYK
RGB Variations
Color information
#3DF70E (or 0x3DF70E) is known color: Harlequin. HEX triplet: 3D, F7 and 0E. RGB value is (61,247,14). Sum of RGB (Red+Green+Blue) = 61+247+14=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 247 (96.88% from 255 or 76.71% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF70E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF70E is #C208F1. Grayscale: #A5A5A5. Windows color (decimal): -12716274 or 980797. OLE color: 980797.
HSL color Cylindrical-coordinate representation of color #3DF70E: hue angle of 107.9º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3DF70E is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 14 | - |
| CMYK | 0.75 | 0 | 0.94 | 0.03 |
| HSL | 107.9º | 0.94% | 0.51% | - |
| HSV(B) | 107.9º | 0.94% | 0.97% | - |
| XYZ | 35.26 | 67.55 | 11.59 | - |
| YUV | 164.82 | 42.88 | 53.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 14 | 0.75 | 0 | 0.94 | 0.03 | 107.9 | 0.94 | 0.51 |
| Hex | 3D | F7 | E | 4B | 0 | 5E | 3 | 6C | 5E | 33 |
| Octal | 75 | 367 | 16 | 113 | 0 | 136 | 3 | 154 | 136 | 63 |
| Binary | 111101 | 11110111 | 1110 | 1001011 | 0 | 1011110 | 11 | 1101100 | 1011110 | 110011 |
Color Harmonies of #3DF70E
Complementary color
Monochromatic Colors of #3DF70E
Black with #3DF70E
Text Example
Text Example
White with #3DF70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF70E; }
p { color: rgb(61,247,14); }
H1.HeaderClassName
{
color: #3DF70E;
}
.AnyTagClassName
{
color: #3DF70E;
}
</style>
background-color css
<style>
a { background-color: #3DF70E; }
a { background-color: rgb(61,247,14); }
div.DivClassName
{
background-color: #3DF70E;
}
.BgClassName
{
background-color: #3DF70E;
}
</style>
border-color css
<style>
span { border-color: #3DF70E; }
span { border-color: rgb(61,247,14); }
td.TdClassName
{
border-color: #3DF70E;
}
.TagClassName
{
border-color: #3DF70E;
}
</style>