Shades of Harlequin #3DDD0A
Tints of Harlequin #3DDD0A
RGB
CMYK
RGB Variations
Color information
#3DDD0A (or 0x3DDD0A) is known color: Harlequin. HEX triplet: 3D, DD and 0A. RGB value is (61,221,10). Sum of RGB (Red+Green+Blue) = 61+221+10=292 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.89% from 292); Green value is 221 (86.72% from 255 or 75.68% from 292); Blue value is 10 (4.30% from 255 or 3.42% from 292); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDD0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DDD0A is #C222F5. Grayscale: #959595. Windows color (decimal): -12722934 or 711997. OLE color: 711997.
HSL color Cylindrical-coordinate representation of color #3DDD0A: hue angle of 105.5º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3DDD0A is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 221 | 10 | - |
| CMYK | 0.72 | 0 | 0.95 | 0.13 |
| HSL | 105.5º | 0.91% | 0.45% | - |
| HSV(B) | 105.5º | 0.95% | 0.87% | - |
| XYZ | 27.84 | 52.73 | 9 | - |
| YUV | 149.11 | 49.49 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 10 | 0.72 | 0 | 0.95 | 0.13 | 105.5 | 0.91 | 0.45 |
| Hex | 3D | DD | A | 48 | 0 | 5F | D | 69 | 5B | 2D |
| Octal | 75 | 335 | 12 | 110 | 0 | 137 | 15 | 151 | 133 | 55 |
| Binary | 111101 | 11011101 | 1010 | 1001000 | 0 | 1011111 | 1101 | 1101001 | 1011011 | 101101 |
Color Harmonies of #3DDD0A
Complementary color
Monochromatic Colors of #3DDD0A
Black with #3DDD0A
Text Example
Text Example
White with #3DDD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDD0A; }
p { color: rgb(61,221,10); }
H1.HeaderClassName
{
color: #3DDD0A;
}
.AnyTagClassName
{
color: #3DDD0A;
}
</style>
background-color css
<style>
a { background-color: #3DDD0A; }
a { background-color: rgb(61,221,10); }
div.DivClassName
{
background-color: #3DDD0A;
}
.BgClassName
{
background-color: #3DDD0A;
}
</style>
border-color css
<style>
span { border-color: #3DDD0A; }
span { border-color: rgb(61,221,10); }
td.TdClassName
{
border-color: #3DDD0A;
}
.TagClassName
{
border-color: #3DDD0A;
}
</style>