Shades of Harlequin #3DEA0D
Tints of Harlequin #3DEA0D
RGB
CMYK
RGB Variations
Color information
#3DEA0D (or 0x3DEA0D) is known color: Harlequin. HEX triplet: 3D, EA and 0D. RGB value is (61,234,13). Sum of RGB (Red+Green+Blue) = 61+234+13=308 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.81% from 308); Green value is 234 (91.80% from 255 or 75.97% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 234 - color contains mainly: green. Hex color #3DEA0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DEA0D is #C215F2. Grayscale: #9D9D9D. Windows color (decimal): -12719603 or 911933. OLE color: 911933.
HSL color Cylindrical-coordinate representation of color #3DEA0D: hue angle of 106.97º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3DEA0D is Cyan = 0.74, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 234 | 13 | - |
| CMYK | 0.74 | 0 | 0.94 | 0.08 |
| HSL | 106.97º | 0.89% | 0.48% | - |
| HSV(B) | 106.97º | 0.94% | 0.92% | - |
| XYZ | 31.42 | 59.87 | 10.28 | - |
| YUV | 157.08 | 46.69 | 59.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 234 | 13 | 0.74 | 0 | 0.94 | 0.08 | 106.97 | 0.89 | 0.48 |
| Hex | 3D | EA | D | 4A | 0 | 5E | 8 | 6B | 59 | 30 |
| Octal | 75 | 352 | 15 | 112 | 0 | 136 | 10 | 153 | 131 | 60 |
| Binary | 111101 | 11101010 | 1101 | 1001010 | 0 | 1011110 | 1000 | 1101011 | 1011001 | 110000 |
Color Harmonies of #3DEA0D
Complementary color
Monochromatic Colors of #3DEA0D
Black with #3DEA0D
Text Example
Text Example
White with #3DEA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEA0D; }
p { color: rgb(61,234,13); }
H1.HeaderClassName
{
color: #3DEA0D;
}
.AnyTagClassName
{
color: #3DEA0D;
}
</style>
background-color css
<style>
a { background-color: #3DEA0D; }
a { background-color: rgb(61,234,13); }
div.DivClassName
{
background-color: #3DEA0D;
}
.BgClassName
{
background-color: #3DEA0D;
}
</style>
border-color css
<style>
span { border-color: #3DEA0D; }
span { border-color: rgb(61,234,13); }
td.TdClassName
{
border-color: #3DEA0D;
}
.TagClassName
{
border-color: #3DEA0D;
}
</style>