Shades of Harlequin #3DE201
Tints of Harlequin #3DE201
RGB
CMYK
RGB Variations
Color information
#3DE201 (or 0x3DE201) is known color: Harlequin. HEX triplet: 3D, E2 and 01. RGB value is (61,226,1). Sum of RGB (Red+Green+Blue) = 61+226+1=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 226 (88.67% from 255 or 78.47% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 226 - color contains mainly: green. Hex color #3DE201 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DE201 is #C21DFE. Grayscale: #979797. Windows color (decimal): -12721663 or 123453. OLE color: 123453.
HSL color Cylindrical-coordinate representation of color #3DE201: hue angle of 104º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3DE201 is Cyan = 0.73, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 61 | 226 | 1 | - |
| CMYK | 0.73 | 0 | 1.00 | 0.11 |
| HSL | 104º | 0.99% | 0.45% | - |
| HSV(B) | 104º | 1% | 0.89% | - |
| XYZ | 29.13 | 55.39 | 9.18 | - |
| YUV | 151.02 | 43.34 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 226 | 1 | 0.73 | 0 | 1.00 | 0.11 | 104 | 0.99 | 0.45 |
| Hex | 3D | E2 | 1 | 49 | 0 | 64 | B | 68 | 63 | 2D |
| Octal | 75 | 342 | 1 | 111 | 0 | 144 | 13 | 150 | 143 | 55 |
| Binary | 111101 | 11100010 | 1 | 1001001 | 0 | 1100100 | 1011 | 1101000 | 1100011 | 101101 |
Color Harmonies of #3DE201
Complementary color
Monochromatic Colors of #3DE201
Black with #3DE201
Text Example
Text Example
White with #3DE201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DE201; }
p { color: rgb(61,226,1); }
H1.HeaderClassName
{
color: #3DE201;
}
.AnyTagClassName
{
color: #3DE201;
}
</style>
background-color css
<style>
a { background-color: #3DE201; }
a { background-color: rgb(61,226,1); }
div.DivClassName
{
background-color: #3DE201;
}
.BgClassName
{
background-color: #3DE201;
}
</style>
border-color css
<style>
span { border-color: #3DE201; }
span { border-color: rgb(61,226,1); }
td.TdClassName
{
border-color: #3DE201;
}
.TagClassName
{
border-color: #3DE201;
}
</style>