Shades of Harlequin #4DF006
Tints of Harlequin #4DF006
RGB
CMYK
RGB Variations
Color information
#4DF006 (or 0x4DF006) is known color: Harlequin. HEX triplet: 4D, F0 and 06. RGB value is (77,240,6). Sum of RGB (Red+Green+Blue) = 77+240+6=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 240 (94.14% from 255 or 74.30% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF006 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF006 is #B20FF9. Grayscale: #A5A5A5. Windows color (decimal): -11669498 or 454733. OLE color: 454733.
HSL color Cylindrical-coordinate representation of color #4DF006: hue angle of 101.79º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4DF006 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 240 | 6 | - |
| CMYK | 0.68 | 0 | 0.98 | 0.06 |
| HSL | 101.79º | 0.95% | 0.48% | - |
| HSV(B) | 101.79º | 0.98% | 0.94% | - |
| XYZ | 34.25 | 63.91 | 10.7 | - |
| YUV | 164.59 | 38.5 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 240 | 6 | 0.68 | 0 | 0.98 | 0.06 | 101.79 | 0.95 | 0.48 |
| Hex | 4D | F0 | 6 | 44 | 0 | 62 | 6 | 66 | 5F | 30 |
| Octal | 115 | 360 | 6 | 104 | 0 | 142 | 6 | 146 | 137 | 60 |
| Binary | 1001101 | 11110000 | 110 | 1000100 | 0 | 1100010 | 110 | 1100110 | 1011111 | 110000 |
Color Harmonies of #4DF006
Complementary color
Monochromatic Colors of #4DF006
Black with #4DF006
Text Example
Text Example
White with #4DF006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF006; }
p { color: rgb(77,240,6); }
H1.HeaderClassName
{
color: #4DF006;
}
.AnyTagClassName
{
color: #4DF006;
}
</style>
background-color css
<style>
a { background-color: #4DF006; }
a { background-color: rgb(77,240,6); }
div.DivClassName
{
background-color: #4DF006;
}
.BgClassName
{
background-color: #4DF006;
}
</style>
border-color css
<style>
span { border-color: #4DF006; }
span { border-color: rgb(77,240,6); }
td.TdClassName
{
border-color: #4DF006;
}
.TagClassName
{
border-color: #4DF006;
}
</style>