Shades of Harlequin #3DFE06
Tints of Harlequin #3DFE06
RGB
CMYK
RGB Variations
Color information
#3DFE06 (or 0x3DFE06) is known color: Harlequin. HEX triplet: 3D, FE and 06. RGB value is (61,254,6). Sum of RGB (Red+Green+Blue) = 61+254+6=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 254 (99.61% from 255 or 79.13% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFE06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DFE06 is #C201F9. Grayscale: #A8A8A8. Windows color (decimal): -12714490 or 458301. OLE color: 458301.
HSL color Cylindrical-coordinate representation of color #3DFE06: hue angle of 106.69º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3DFE06 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 254 | 6 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.00 |
| HSL | 106.69º | 0.99% | 0.51% | - |
| HSV(B) | 106.69º | 0.98% | 1% | - |
| XYZ | 37.4 | 71.89 | 12.08 | - |
| YUV | 168.02 | 36.56 | 51.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 254 | 6 | 0.76 | 0 | 0.98 | 0.00 | 106.69 | 0.99 | 0.51 |
| Hex | 3D | FE | 6 | 4C | 0 | 62 | 0 | 6B | 63 | 33 |
| Octal | 75 | 376 | 6 | 114 | 0 | 142 | 0 | 153 | 143 | 63 |
| Binary | 111101 | 11111110 | 110 | 1001100 | 0 | 1100010 | 0 | 1101011 | 1100011 | 110011 |
Color Harmonies of #3DFE06
Complementary color
Monochromatic Colors of #3DFE06
Black with #3DFE06
Text Example
Text Example
White with #3DFE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFE06; }
p { color: rgb(61,254,6); }
H1.HeaderClassName
{
color: #3DFE06;
}
.AnyTagClassName
{
color: #3DFE06;
}
</style>
background-color css
<style>
a { background-color: #3DFE06; }
a { background-color: rgb(61,254,6); }
div.DivClassName
{
background-color: #3DFE06;
}
.BgClassName
{
background-color: #3DFE06;
}
</style>
border-color css
<style>
span { border-color: #3DFE06; }
span { border-color: rgb(61,254,6); }
td.TdClassName
{
border-color: #3DFE06;
}
.TagClassName
{
border-color: #3DFE06;
}
</style>