Shades of Harlequin #4DF70F
Tints of Harlequin #4DF70F
RGB
CMYK
RGB Variations
Color information
#4DF70F (or 0x4DF70F) is known color: Harlequin. HEX triplet: 4D, F7 and 0F. RGB value is (77,247,15). Sum of RGB (Red+Green+Blue) = 77+247+15=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 247 (96.88% from 255 or 72.86% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 247 - color contains mainly: green. Hex color #4DF70F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF70F is #B208F0. Grayscale: #AAAAAA. Windows color (decimal): -11667697 or 1046349. OLE color: 1046349.
HSL color Cylindrical-coordinate representation of color #4DF70F: hue angle of 103.97º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4DF70F is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 247 | 15 | - |
| CMYK | 0.69 | 0 | 0.94 | 0.03 |
| HSL | 103.97º | 0.94% | 0.51% | - |
| HSV(B) | 103.97º | 0.94% | 0.97% | - |
| XYZ | 36.41 | 68.13 | 11.68 | - |
| YUV | 169.72 | 40.68 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 247 | 15 | 0.69 | 0 | 0.94 | 0.03 | 103.97 | 0.94 | 0.51 |
| Hex | 4D | F7 | F | 45 | 0 | 5E | 3 | 68 | 5E | 33 |
| Octal | 115 | 367 | 17 | 105 | 0 | 136 | 3 | 150 | 136 | 63 |
| Binary | 1001101 | 11110111 | 1111 | 1000101 | 0 | 1011110 | 11 | 1101000 | 1011110 | 110011 |
Color Harmonies of #4DF70F
Complementary color
Monochromatic Colors of #4DF70F
Black with #4DF70F
Text Example
Text Example
White with #4DF70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF70F; }
p { color: rgb(77,247,15); }
H1.HeaderClassName
{
color: #4DF70F;
}
.AnyTagClassName
{
color: #4DF70F;
}
</style>
background-color css
<style>
a { background-color: #4DF70F; }
a { background-color: rgb(77,247,15); }
div.DivClassName
{
background-color: #4DF70F;
}
.BgClassName
{
background-color: #4DF70F;
}
</style>
border-color css
<style>
span { border-color: #4DF70F; }
span { border-color: rgb(77,247,15); }
td.TdClassName
{
border-color: #4DF70F;
}
.TagClassName
{
border-color: #4DF70F;
}
</style>