Shades of Harlequin #3DFD04
Tints of Harlequin #3DFD04
RGB
CMYK
RGB Variations
Color information
#3DFD04 (or 0x3DFD04) is known color: Harlequin. HEX triplet: 3D, FD and 04. RGB value is (61,253,4). Sum of RGB (Red+Green+Blue) = 61+253+4=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 253 (99.22% from 255 or 79.56% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFD04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DFD04 is #C202FB. Grayscale: #A8A8A8. Windows color (decimal): -12714748 or 326973. OLE color: 326973.
HSL color Cylindrical-coordinate representation of color #3DFD04: hue angle of 106.27º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3DFD04 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 253 | 4 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.01 |
| HSL | 106.27º | 0.98% | 0.5% | - |
| HSV(B) | 106.27º | 0.98% | 0.99% | - |
| XYZ | 37.07 | 71.25 | 11.91 | - |
| YUV | 167.21 | 35.89 | 52.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 253 | 4 | 0.76 | 0 | 0.98 | 0.01 | 106.27 | 0.98 | 0.5 |
| Hex | 3D | FD | 4 | 4C | 0 | 62 | 1 | 6A | 62 | 32 |
| Octal | 75 | 375 | 4 | 114 | 0 | 142 | 1 | 152 | 142 | 62 |
| Binary | 111101 | 11111101 | 100 | 1001100 | 0 | 1100010 | 1 | 1101010 | 1100010 | 110010 |
Color Harmonies of #3DFD04
Complementary color
Monochromatic Colors of #3DFD04
Black with #3DFD04
Text Example
Text Example
White with #3DFD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFD04; }
p { color: rgb(61,253,4); }
H1.HeaderClassName
{
color: #3DFD04;
}
.AnyTagClassName
{
color: #3DFD04;
}
</style>
background-color css
<style>
a { background-color: #3DFD04; }
a { background-color: rgb(61,253,4); }
div.DivClassName
{
background-color: #3DFD04;
}
.BgClassName
{
background-color: #3DFD04;
}
</style>
border-color css
<style>
span { border-color: #3DFD04; }
span { border-color: rgb(61,253,4); }
td.TdClassName
{
border-color: #3DFD04;
}
.TagClassName
{
border-color: #3DFD04;
}
</style>