Shades of Harlequin #3DE316
Tints of Harlequin #3DE316
RGB
CMYK
RGB Variations
Color information
#3DE316 (or 0x3DE316) is known color: Harlequin. HEX triplet: 3D, E3 and 16. RGB value is (61,227,22). Sum of RGB (Red+Green+Blue) = 61+227+22=310 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.68% from 310); Green value is 227 (89.06% from 255 or 73.23% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 227 - color contains mainly: green. Hex color #3DE316 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DE316 is #C21CE9. Grayscale: #9A9A9A. Windows color (decimal): -12721386 or 1499965. OLE color: 1499965.
HSL color Cylindrical-coordinate representation of color #3DE316: hue angle of 108.59º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3DE316 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 61 | 227 | 22 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.11 |
| HSL | 108.59º | 0.82% | 0.49% | - |
| HSV(B) | 108.59º | 0.9% | 0.89% | - |
| XYZ | 29.54 | 55.99 | 10.01 | - |
| YUV | 154 | 53.5 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 227 | 22 | 0.73 | 0 | 0.90 | 0.11 | 108.59 | 0.82 | 0.49 |
| Hex | 3D | E3 | 16 | 49 | 0 | 5A | B | 6D | 52 | 31 |
| Octal | 75 | 343 | 26 | 111 | 0 | 132 | 13 | 155 | 122 | 61 |
| Binary | 111101 | 11100011 | 10110 | 1001001 | 0 | 1011010 | 1011 | 1101101 | 1010010 | 110001 |
Color Harmonies of #3DE316
Complementary color
Monochromatic Colors of #3DE316
Black with #3DE316
Text Example
Text Example
White with #3DE316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DE316; }
p { color: rgb(61,227,22); }
H1.HeaderClassName
{
color: #3DE316;
}
.AnyTagClassName
{
color: #3DE316;
}
</style>
background-color css
<style>
a { background-color: #3DE316; }
a { background-color: rgb(61,227,22); }
div.DivClassName
{
background-color: #3DE316;
}
.BgClassName
{
background-color: #3DE316;
}
</style>
border-color css
<style>
span { border-color: #3DE316; }
span { border-color: rgb(61,227,22); }
td.TdClassName
{
border-color: #3DE316;
}
.TagClassName
{
border-color: #3DE316;
}
</style>