Shades of Harlequin #3DE210
Tints of Harlequin #3DE210
RGB
CMYK
RGB Variations
Color information
#3DE210 (or 0x3DE210) is known color: Harlequin. HEX triplet: 3D, E2 and 10. RGB value is (61,226,16). Sum of RGB (Red+Green+Blue) = 61+226+16=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 226 (88.67% from 255 or 74.59% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 226 - color contains mainly: green. Hex color #3DE210 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DE210 is #C21DEF. Grayscale: #999999. Windows color (decimal): -12721648 or 1106493. OLE color: 1106493.
HSL color Cylindrical-coordinate representation of color #3DE210: hue angle of 107.14º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3DE210 is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 61 | 226 | 16 | - |
| CMYK | 0.73 | 0 | 0.93 | 0.11 |
| HSL | 107.14º | 0.87% | 0.47% | - |
| HSV(B) | 107.14º | 0.93% | 0.89% | - |
| XYZ | 29.21 | 55.42 | 9.65 | - |
| YUV | 152.73 | 50.84 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 226 | 16 | 0.73 | 0 | 0.93 | 0.11 | 107.14 | 0.87 | 0.47 |
| Hex | 3D | E2 | 10 | 49 | 0 | 5D | B | 6B | 57 | 2F |
| Octal | 75 | 342 | 20 | 111 | 0 | 135 | 13 | 153 | 127 | 57 |
| Binary | 111101 | 11100010 | 10000 | 1001001 | 0 | 1011101 | 1011 | 1101011 | 1010111 | 101111 |
Color Harmonies of #3DE210
Complementary color
Monochromatic Colors of #3DE210
Black with #3DE210
Text Example
Text Example
White with #3DE210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DE210; }
p { color: rgb(61,226,16); }
H1.HeaderClassName
{
color: #3DE210;
}
.AnyTagClassName
{
color: #3DE210;
}
</style>
background-color css
<style>
a { background-color: #3DE210; }
a { background-color: rgb(61,226,16); }
div.DivClassName
{
background-color: #3DE210;
}
.BgClassName
{
background-color: #3DE210;
}
</style>
border-color css
<style>
span { border-color: #3DE210; }
span { border-color: rgb(61,226,16); }
td.TdClassName
{
border-color: #3DE210;
}
.TagClassName
{
border-color: #3DE210;
}
</style>