Shades of Harlequin #4DF706
Tints of Harlequin #4DF706
RGB
CMYK
RGB Variations
Color information
#4DF706 (or 0x4DF706) is known color: Harlequin. HEX triplet: 4D, F7 and 06. RGB value is (77,247,6). Sum of RGB (Red+Green+Blue) = 77+247+6=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 247 (96.88% from 255 or 74.85% from 330); Blue value is 6 (2.73% from 255 or 1.82% from 330); Max value from RGB is 247 - color contains mainly: green. Hex color #4DF706 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF706 is #B208F9. Grayscale: #A9A9A9. Windows color (decimal): -11667706 or 456525. OLE color: 456525.
HSL color Cylindrical-coordinate representation of color #4DF706: hue angle of 102.32º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4DF706 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 247 | 6 | - |
| CMYK | 0.69 | 0 | 0.98 | 0.03 |
| HSL | 102.32º | 0.95% | 0.5% | - |
| HSV(B) | 102.32º | 0.98% | 0.97% | - |
| XYZ | 36.35 | 68.11 | 11.4 | - |
| YUV | 168.7 | 36.18 | 62.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 247 | 6 | 0.69 | 0 | 0.98 | 0.03 | 102.32 | 0.95 | 0.5 |
| Hex | 4D | F7 | 6 | 45 | 0 | 62 | 3 | 66 | 5F | 32 |
| Octal | 115 | 367 | 6 | 105 | 0 | 142 | 3 | 146 | 137 | 62 |
| Binary | 1001101 | 11110111 | 110 | 1000101 | 0 | 1100010 | 11 | 1100110 | 1011111 | 110010 |
Color Harmonies of #4DF706
Complementary color
Monochromatic Colors of #4DF706
Black with #4DF706
Text Example
Text Example
White with #4DF706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF706; }
p { color: rgb(77,247,6); }
H1.HeaderClassName
{
color: #4DF706;
}
.AnyTagClassName
{
color: #4DF706;
}
</style>
background-color css
<style>
a { background-color: #4DF706; }
a { background-color: rgb(77,247,6); }
div.DivClassName
{
background-color: #4DF706;
}
.BgClassName
{
background-color: #4DF706;
}
</style>
border-color css
<style>
span { border-color: #4DF706; }
span { border-color: rgb(77,247,6); }
td.TdClassName
{
border-color: #4DF706;
}
.TagClassName
{
border-color: #4DF706;
}
</style>