Shades of Harlequin #4DF72C
Tints of Harlequin #4DF72C
RGB
CMYK
RGB Variations
Color information
#4DF72C (or 0x4DF72C) is known color: Harlequin. HEX triplet: 4D, F7 and 2C. RGB value is (77,247,44). Sum of RGB (Red+Green+Blue) = 77+247+44=368 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.92% from 368); Green value is 247 (96.88% from 255 or 67.12% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 247 - color contains mainly: green. Hex color #4DF72C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF72C is #B208D3. Grayscale: #ADADAD. Windows color (decimal): -11667668 or 2946893. OLE color: 2946893.
HSL color Cylindrical-coordinate representation of color #4DF72C: hue angle of 110.25º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4DF72C is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 247 | 44 | - |
| CMYK | 0.69 | 0 | 0.82 | 0.03 |
| HSL | 110.25º | 0.93% | 0.57% | - |
| HSV(B) | 110.25º | 0.82% | 0.97% | - |
| XYZ | 36.78 | 68.28 | 13.62 | - |
| YUV | 173.03 | 55.18 | 59.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 247 | 44 | 0.69 | 0 | 0.82 | 0.03 | 110.25 | 0.93 | 0.57 |
| Hex | 4D | F7 | 2C | 45 | 0 | 52 | 3 | 6E | 5D | 39 |
| Octal | 115 | 367 | 54 | 105 | 0 | 122 | 3 | 156 | 135 | 71 |
| Binary | 1001101 | 11110111 | 101100 | 1000101 | 0 | 1010010 | 11 | 1101110 | 1011101 | 111001 |
Color Harmonies of #4DF72C
Complementary color
Monochromatic Colors of #4DF72C
Black with #4DF72C
Text Example
Text Example
White with #4DF72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF72C; }
p { color: rgb(77,247,44); }
H1.HeaderClassName
{
color: #4DF72C;
}
.AnyTagClassName
{
color: #4DF72C;
}
</style>
background-color css
<style>
a { background-color: #4DF72C; }
a { background-color: rgb(77,247,44); }
div.DivClassName
{
background-color: #4DF72C;
}
.BgClassName
{
background-color: #4DF72C;
}
</style>
border-color css
<style>
span { border-color: #4DF72C; }
span { border-color: rgb(77,247,44); }
td.TdClassName
{
border-color: #4DF72C;
}
.TagClassName
{
border-color: #4DF72C;
}
</style>