Shades of Harlequin #3DDD0B
Tints of Harlequin #3DDD0B
RGB
CMYK
RGB Variations
Color information
#3DDD0B (or 0x3DDD0B) is known color: Harlequin. HEX triplet: 3D, DD and 0B. RGB value is (61,221,11). Sum of RGB (Red+Green+Blue) = 61+221+11=293 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.82% from 293); Green value is 221 (86.72% from 255 or 75.43% from 293); Blue value is 11 (4.69% from 255 or 3.75% from 293); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDD0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DDD0B is #C222F4. Grayscale: #959595. Windows color (decimal): -12722933 or 777533. OLE color: 777533.
HSL color Cylindrical-coordinate representation of color #3DDD0B: hue angle of 105.71º 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 #3DDD0B is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 221 | 11 | - |
| CMYK | 0.72 | 0 | 0.95 | 0.13 |
| HSL | 105.71º | 0.91% | 0.45% | - |
| HSV(B) | 105.71º | 0.95% | 0.87% | - |
| XYZ | 27.84 | 52.73 | 9.03 | - |
| YUV | 149.22 | 49.99 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 11 | 0.72 | 0 | 0.95 | 0.13 | 105.71 | 0.91 | 0.45 |
| Hex | 3D | DD | B | 48 | 0 | 5F | D | 6A | 5B | 2D |
| Octal | 75 | 335 | 13 | 110 | 0 | 137 | 15 | 152 | 133 | 55 |
| Binary | 111101 | 11011101 | 1011 | 1001000 | 0 | 1011111 | 1101 | 1101010 | 1011011 | 101101 |
Color Harmonies of #3DDD0B
Complementary color
Monochromatic Colors of #3DDD0B
Black with #3DDD0B
Text Example
Text Example
White with #3DDD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDD0B; }
p { color: rgb(61,221,11); }
H1.HeaderClassName
{
color: #3DDD0B;
}
.AnyTagClassName
{
color: #3DDD0B;
}
</style>
background-color css
<style>
a { background-color: #3DDD0B; }
a { background-color: rgb(61,221,11); }
div.DivClassName
{
background-color: #3DDD0B;
}
.BgClassName
{
background-color: #3DDD0B;
}
</style>
border-color css
<style>
span { border-color: #3DDD0B; }
span { border-color: rgb(61,221,11); }
td.TdClassName
{
border-color: #3DDD0B;
}
.TagClassName
{
border-color: #3DDD0B;
}
</style>