Shades of Harlequin #3DED04
Tints of Harlequin #3DED04
RGB
CMYK
RGB Variations
Color information
#3DED04 (or 0x3DED04) is known color: Harlequin. HEX triplet: 3D, ED and 04. RGB value is (61,237,4). Sum of RGB (Red+Green+Blue) = 61+237+4=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 237 (92.97% from 255 or 78.48% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 237 - color contains mainly: green. Hex color #3DED04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DED04 is #C212FB. Grayscale: #9E9E9E. Windows color (decimal): -12718844 or 322877. OLE color: 322877.
HSL color Cylindrical-coordinate representation of color #3DED04: hue angle of 105.32º 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 #3DED04 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 237 | 4 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.07 |
| HSL | 105.32º | 0.97% | 0.47% | - |
| HSV(B) | 105.32º | 0.98% | 0.93% | - |
| XYZ | 32.23 | 61.57 | 10.3 | - |
| YUV | 157.81 | 41.19 | 58.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 4 | 0.74 | 0 | 0.98 | 0.07 | 105.32 | 0.97 | 0.47 |
| Hex | 3D | ED | 4 | 4A | 0 | 62 | 7 | 69 | 61 | 2F |
| Octal | 75 | 355 | 4 | 112 | 0 | 142 | 7 | 151 | 141 | 57 |
| Binary | 111101 | 11101101 | 100 | 1001010 | 0 | 1100010 | 111 | 1101001 | 1100001 | 101111 |
Color Harmonies of #3DED04
Complementary color
Monochromatic Colors of #3DED04
Black with #3DED04
Text Example
Text Example
White with #3DED04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DED04; }
p { color: rgb(61,237,4); }
H1.HeaderClassName
{
color: #3DED04;
}
.AnyTagClassName
{
color: #3DED04;
}
</style>
background-color css
<style>
a { background-color: #3DED04; }
a { background-color: rgb(61,237,4); }
div.DivClassName
{
background-color: #3DED04;
}
.BgClassName
{
background-color: #3DED04;
}
</style>
border-color css
<style>
span { border-color: #3DED04; }
span { border-color: rgb(61,237,4); }
td.TdClassName
{
border-color: #3DED04;
}
.TagClassName
{
border-color: #3DED04;
}
</style>