Shades of Harlequin #4DF70C
Tints of Harlequin #4DF70C
RGB
CMYK
RGB Variations
Color information
#4DF70C (or 0x4DF70C) is known color: Harlequin. HEX triplet: 4D, F7 and 0C. RGB value is (77,247,12). Sum of RGB (Red+Green+Blue) = 77+247+12=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 247 (96.88% from 255 or 73.51% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 247 - color contains mainly: green. Hex color #4DF70C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF70C is #B208F3. Grayscale: #AAAAAA. Windows color (decimal): -11667700 or 849741. OLE color: 849741.
HSL color Cylindrical-coordinate representation of color #4DF70C: hue angle of 103.4º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4DF70C is Cyan = 0.69, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 247 | 12 | - |
| CMYK | 0.69 | 0 | 0.95 | 0.03 |
| HSL | 103.4º | 0.94% | 0.51% | - |
| HSV(B) | 103.4º | 0.95% | 0.97% | - |
| XYZ | 36.39 | 68.13 | 11.58 | - |
| YUV | 169.38 | 39.18 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 247 | 12 | 0.69 | 0 | 0.95 | 0.03 | 103.4 | 0.94 | 0.51 |
| Hex | 4D | F7 | C | 45 | 0 | 5F | 3 | 67 | 5E | 33 |
| Octal | 115 | 367 | 14 | 105 | 0 | 137 | 3 | 147 | 136 | 63 |
| Binary | 1001101 | 11110111 | 1100 | 1000101 | 0 | 1011111 | 11 | 1100111 | 1011110 | 110011 |
Color Harmonies of #4DF70C
Complementary color
Monochromatic Colors of #4DF70C
Black with #4DF70C
Text Example
Text Example
White with #4DF70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF70C; }
p { color: rgb(77,247,12); }
H1.HeaderClassName
{
color: #4DF70C;
}
.AnyTagClassName
{
color: #4DF70C;
}
</style>
background-color css
<style>
a { background-color: #4DF70C; }
a { background-color: rgb(77,247,12); }
div.DivClassName
{
background-color: #4DF70C;
}
.BgClassName
{
background-color: #4DF70C;
}
</style>
border-color css
<style>
span { border-color: #4DF70C; }
span { border-color: rgb(77,247,12); }
td.TdClassName
{
border-color: #4DF70C;
}
.TagClassName
{
border-color: #4DF70C;
}
</style>