Shades of Harlequin #4DF705
Tints of Harlequin #4DF705
RGB
CMYK
RGB Variations
Color information
#4DF705 (or 0x4DF705) is known color: Harlequin. HEX triplet: 4D, F7 and 05. RGB value is (77,247,5). Sum of RGB (Red+Green+Blue) = 77+247+5=329 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.40% from 329); Green value is 247 (96.88% from 255 or 75.08% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 247 - color contains mainly: green. Hex color #4DF705 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF705 is #B208FA. Grayscale: #A9A9A9. Windows color (decimal): -11667707 or 390989. OLE color: 390989.
HSL color Cylindrical-coordinate representation of color #4DF705: hue angle of 102.15º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4DF705 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 247 | 5 | - |
| CMYK | 0.69 | 0 | 0.98 | 0.03 |
| HSL | 102.15º | 0.96% | 0.49% | - |
| HSV(B) | 102.15º | 0.98% | 0.97% | - |
| XYZ | 36.35 | 68.11 | 11.37 | - |
| YUV | 168.58 | 35.68 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 247 | 5 | 0.69 | 0 | 0.98 | 0.03 | 102.15 | 0.96 | 0.49 |
| Hex | 4D | F7 | 5 | 45 | 0 | 62 | 3 | 66 | 60 | 31 |
| Octal | 115 | 367 | 5 | 105 | 0 | 142 | 3 | 146 | 140 | 61 |
| Binary | 1001101 | 11110111 | 101 | 1000101 | 0 | 1100010 | 11 | 1100110 | 1100000 | 110001 |
Color Harmonies of #4DF705
Complementary color
Monochromatic Colors of #4DF705
Black with #4DF705
Text Example
Text Example
White with #4DF705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF705; }
p { color: rgb(77,247,5); }
H1.HeaderClassName
{
color: #4DF705;
}
.AnyTagClassName
{
color: #4DF705;
}
</style>
background-color css
<style>
a { background-color: #4DF705; }
a { background-color: rgb(77,247,5); }
div.DivClassName
{
background-color: #4DF705;
}
.BgClassName
{
background-color: #4DF705;
}
</style>
border-color css
<style>
span { border-color: #4DF705; }
span { border-color: rgb(77,247,5); }
td.TdClassName
{
border-color: #4DF705;
}
.TagClassName
{
border-color: #4DF705;
}
</style>