Shades of Harlequin #4DF72D
Tints of Harlequin #4DF72D
RGB
CMYK
RGB Variations
Color information
#4DF72D (or 0x4DF72D) is known color: Harlequin. HEX triplet: 4D, F7 and 2D. RGB value is (77,247,45). Sum of RGB (Red+Green+Blue) = 77+247+45=369 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.87% from 369); Green value is 247 (96.88% from 255 or 66.94% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 247 - color contains mainly: green. Hex color #4DF72D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF72D is #B208D2. Grayscale: #ADADAD. Windows color (decimal): -11667667 or 3012429. OLE color: 3012429.
HSL color Cylindrical-coordinate representation of color #4DF72D: hue angle of 110.5º 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 #4DF72D is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 247 | 45 | - |
| CMYK | 0.69 | 0 | 0.82 | 0.03 |
| HSL | 110.5º | 0.93% | 0.57% | - |
| HSV(B) | 110.5º | 0.82% | 0.97% | - |
| XYZ | 36.79 | 68.29 | 13.72 | - |
| YUV | 173.14 | 55.68 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 247 | 45 | 0.69 | 0 | 0.82 | 0.03 | 110.5 | 0.93 | 0.57 |
| Hex | 4D | F7 | 2D | 45 | 0 | 52 | 3 | 6E | 5D | 39 |
| Octal | 115 | 367 | 55 | 105 | 0 | 122 | 3 | 156 | 135 | 71 |
| Binary | 1001101 | 11110111 | 101101 | 1000101 | 0 | 1010010 | 11 | 1101110 | 1011101 | 111001 |
Color Harmonies of #4DF72D
Complementary color
Monochromatic Colors of #4DF72D
Black with #4DF72D
Text Example
Text Example
White with #4DF72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF72D; }
p { color: rgb(77,247,45); }
H1.HeaderClassName
{
color: #4DF72D;
}
.AnyTagClassName
{
color: #4DF72D;
}
</style>
background-color css
<style>
a { background-color: #4DF72D; }
a { background-color: rgb(77,247,45); }
div.DivClassName
{
background-color: #4DF72D;
}
.BgClassName
{
background-color: #4DF72D;
}
</style>
border-color css
<style>
span { border-color: #4DF72D; }
span { border-color: rgb(77,247,45); }
td.TdClassName
{
border-color: #4DF72D;
}
.TagClassName
{
border-color: #4DF72D;
}
</style>