Shades of Harlequin #3DDF07
Tints of Harlequin #3DDF07
RGB
CMYK
RGB Variations
Color information
#3DDF07 (or 0x3DDF07) is known color: Harlequin. HEX triplet: 3D, DF and 07. RGB value is (61,223,7). Sum of RGB (Red+Green+Blue) = 61+223+7=291 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.96% from 291); Green value is 223 (87.5% from 255 or 76.63% from 291); Blue value is 7 (3.12% from 255 or 2.41% from 291); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DDF07 is #C220F8. Grayscale: #969696. Windows color (decimal): -12722425 or 515901. OLE color: 515901.
HSL color Cylindrical-coordinate representation of color #3DDF07: hue angle of 105º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3DDF07 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 7 | - |
| CMYK | 0.73 | 0 | 0.97 | 0.13 |
| HSL | 105º | 0.94% | 0.45% | - |
| HSV(B) | 105º | 0.97% | 0.87% | - |
| XYZ | 28.35 | 53.78 | 9.09 | - |
| YUV | 149.94 | 47.33 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 7 | 0.73 | 0 | 0.97 | 0.13 | 105 | 0.94 | 0.45 |
| Hex | 3D | DF | 7 | 49 | 0 | 61 | D | 69 | 5E | 2D |
| Octal | 75 | 337 | 7 | 111 | 0 | 141 | 15 | 151 | 136 | 55 |
| Binary | 111101 | 11011111 | 111 | 1001001 | 0 | 1100001 | 1101 | 1101001 | 1011110 | 101101 |
Color Harmonies of #3DDF07
Complementary color
Monochromatic Colors of #3DDF07
Black with #3DDF07
Text Example
Text Example
White with #3DDF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDF07; }
p { color: rgb(61,223,7); }
H1.HeaderClassName
{
color: #3DDF07;
}
.AnyTagClassName
{
color: #3DDF07;
}
</style>
background-color css
<style>
a { background-color: #3DDF07; }
a { background-color: rgb(61,223,7); }
div.DivClassName
{
background-color: #3DDF07;
}
.BgClassName
{
background-color: #3DDF07;
}
</style>
border-color css
<style>
span { border-color: #3DDF07; }
span { border-color: rgb(61,223,7); }
td.TdClassName
{
border-color: #3DDF07;
}
.TagClassName
{
border-color: #3DDF07;
}
</style>