Shades of Harlequin #3DEC04
Tints of Harlequin #3DEC04
RGB
CMYK
RGB Variations
Color information
#3DEC04 (or 0x3DEC04) is known color: Harlequin. HEX triplet: 3D, EC and 04. RGB value is (61,236,4). Sum of RGB (Red+Green+Blue) = 61+236+4=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 236 (92.58% from 255 or 78.41% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 236 - color contains mainly: green. Hex color #3DEC04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DEC04 is #C213FB. Grayscale: #9D9D9D. Windows color (decimal): -12719100 or 322621. OLE color: 322621.
HSL color Cylindrical-coordinate representation of color #3DEC04: hue angle of 105.26º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3DEC04 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 4 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.07 |
| HSL | 105.26º | 0.97% | 0.47% | - |
| HSV(B) | 105.26º | 0.98% | 0.93% | - |
| XYZ | 31.94 | 60.99 | 10.2 | - |
| YUV | 157.23 | 41.52 | 59.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 4 | 0.74 | 0 | 0.98 | 0.07 | 105.26 | 0.97 | 0.47 |
| Hex | 3D | EC | 4 | 4A | 0 | 62 | 7 | 69 | 61 | 2F |
| Octal | 75 | 354 | 4 | 112 | 0 | 142 | 7 | 151 | 141 | 57 |
| Binary | 111101 | 11101100 | 100 | 1001010 | 0 | 1100010 | 111 | 1101001 | 1100001 | 101111 |
Color Harmonies of #3DEC04
Complementary color
Monochromatic Colors of #3DEC04
Black with #3DEC04
Text Example
Text Example
White with #3DEC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEC04; }
p { color: rgb(61,236,4); }
H1.HeaderClassName
{
color: #3DEC04;
}
.AnyTagClassName
{
color: #3DEC04;
}
</style>
background-color css
<style>
a { background-color: #3DEC04; }
a { background-color: rgb(61,236,4); }
div.DivClassName
{
background-color: #3DEC04;
}
.BgClassName
{
background-color: #3DEC04;
}
</style>
border-color css
<style>
span { border-color: #3DEC04; }
span { border-color: rgb(61,236,4); }
td.TdClassName
{
border-color: #3DEC04;
}
.TagClassName
{
border-color: #3DEC04;
}
</style>