Shades of Harlequin #3DE207
Tints of Harlequin #3DE207
RGB
CMYK
RGB Variations
Color information
#3DE207 (or 0x3DE207) is known color: Harlequin. HEX triplet: 3D, E2 and 07. RGB value is (61,226,7). Sum of RGB (Red+Green+Blue) = 61+226+7=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 226 (88.67% from 255 or 76.87% from 294); Blue value is 7 (3.12% from 255 or 2.38% from 294); Max value from RGB is 226 - color contains mainly: green. Hex color #3DE207 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DE207 is #C21DF8. Grayscale: #989898. Windows color (decimal): -12721657 or 516669. OLE color: 516669.
HSL color Cylindrical-coordinate representation of color #3DE207: hue angle of 105.21º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3DE207 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 61 | 226 | 7 | - |
| CMYK | 0.73 | 0 | 0.97 | 0.11 |
| HSL | 105.21º | 0.94% | 0.46% | - |
| HSV(B) | 105.21º | 0.97% | 0.89% | - |
| XYZ | 29.16 | 55.4 | 9.36 | - |
| YUV | 151.7 | 46.34 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 226 | 7 | 0.73 | 0 | 0.97 | 0.11 | 105.21 | 0.94 | 0.46 |
| Hex | 3D | E2 | 7 | 49 | 0 | 61 | B | 69 | 5E | 2E |
| Octal | 75 | 342 | 7 | 111 | 0 | 141 | 13 | 151 | 136 | 56 |
| Binary | 111101 | 11100010 | 111 | 1001001 | 0 | 1100001 | 1011 | 1101001 | 1011110 | 101110 |
Color Harmonies of #3DE207
Complementary color
Monochromatic Colors of #3DE207
Black with #3DE207
Text Example
Text Example
White with #3DE207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DE207; }
p { color: rgb(61,226,7); }
H1.HeaderClassName
{
color: #3DE207;
}
.AnyTagClassName
{
color: #3DE207;
}
</style>
background-color css
<style>
a { background-color: #3DE207; }
a { background-color: rgb(61,226,7); }
div.DivClassName
{
background-color: #3DE207;
}
.BgClassName
{
background-color: #3DE207;
}
</style>
border-color css
<style>
span { border-color: #3DE207; }
span { border-color: rgb(61,226,7); }
td.TdClassName
{
border-color: #3DE207;
}
.TagClassName
{
border-color: #3DE207;
}
</style>