Shades of Harlequin #4DF72B
Tints of Harlequin #4DF72B
RGB
CMYK
RGB Variations
Color information
#4DF72B (or 0x4DF72B) is known color: Harlequin. HEX triplet: 4D, F7 and 2B. RGB value is (77,247,43). Sum of RGB (Red+Green+Blue) = 77+247+43=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 247 (96.88% from 255 or 67.30% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 247 - color contains mainly: green. Hex color #4DF72B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF72B is #B208D4. Grayscale: #ADADAD. Windows color (decimal): -11667669 or 2881357. OLE color: 2881357.
HSL color Cylindrical-coordinate representation of color #4DF72B: hue angle of 110º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4DF72B is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 247 | 43 | - |
| CMYK | 0.69 | 0 | 0.83 | 0.03 |
| HSL | 110º | 0.93% | 0.57% | - |
| HSV(B) | 110º | 0.83% | 0.97% | - |
| XYZ | 36.76 | 68.27 | 13.53 | - |
| YUV | 172.91 | 54.68 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 247 | 43 | 0.69 | 0 | 0.83 | 0.03 | 110 | 0.93 | 0.57 |
| Hex | 4D | F7 | 2B | 45 | 0 | 53 | 3 | 6E | 5D | 39 |
| Octal | 115 | 367 | 53 | 105 | 0 | 123 | 3 | 156 | 135 | 71 |
| Binary | 1001101 | 11110111 | 101011 | 1000101 | 0 | 1010011 | 11 | 1101110 | 1011101 | 111001 |
Color Harmonies of #4DF72B
Complementary color
Monochromatic Colors of #4DF72B
Black with #4DF72B
Text Example
Text Example
White with #4DF72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF72B; }
p { color: rgb(77,247,43); }
H1.HeaderClassName
{
color: #4DF72B;
}
.AnyTagClassName
{
color: #4DF72B;
}
</style>
background-color css
<style>
a { background-color: #4DF72B; }
a { background-color: rgb(77,247,43); }
div.DivClassName
{
background-color: #4DF72B;
}
.BgClassName
{
background-color: #4DF72B;
}
</style>
border-color css
<style>
span { border-color: #4DF72B; }
span { border-color: rgb(77,247,43); }
td.TdClassName
{
border-color: #4DF72B;
}
.TagClassName
{
border-color: #4DF72B;
}
</style>