Shades of Harlequin #4DF52E
Tints of Harlequin #4DF52E
RGB
CMYK
RGB Variations
Color information
#4DF52E (or 0x4DF52E) is known color: Harlequin. HEX triplet: 4D, F5 and 2E. RGB value is (77,245,46). Sum of RGB (Red+Green+Blue) = 77+245+46=368 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.92% from 368); Green value is 245 (96.09% from 255 or 66.58% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 245 - color contains mainly: green. Hex color #4DF52E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF52E is #B20AD1. Grayscale: #ACACAC. Windows color (decimal): -11668178 or 3077453. OLE color: 3077453.
HSL color Cylindrical-coordinate representation of color #4DF52E: hue angle of 110.65º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4DF52E is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 245 | 46 | - |
| CMYK | 0.69 | 0 | 0.81 | 0.04 |
| HSL | 110.65º | 0.91% | 0.57% | - |
| HSV(B) | 110.65º | 0.81% | 0.96% | - |
| XYZ | 36.21 | 67.08 | 13.62 | - |
| YUV | 172.08 | 56.84 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 245 | 46 | 0.69 | 0 | 0.81 | 0.04 | 110.65 | 0.91 | 0.57 |
| Hex | 4D | F5 | 2E | 45 | 0 | 51 | 4 | 6F | 5B | 39 |
| Octal | 115 | 365 | 56 | 105 | 0 | 121 | 4 | 157 | 133 | 71 |
| Binary | 1001101 | 11110101 | 101110 | 1000101 | 0 | 1010001 | 100 | 1101111 | 1011011 | 111001 |
Color Harmonies of #4DF52E
Complementary color
Monochromatic Colors of #4DF52E
Black with #4DF52E
Text Example
Text Example
White with #4DF52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF52E; }
p { color: rgb(77,245,46); }
H1.HeaderClassName
{
color: #4DF52E;
}
.AnyTagClassName
{
color: #4DF52E;
}
</style>
background-color css
<style>
a { background-color: #4DF52E; }
a { background-color: rgb(77,245,46); }
div.DivClassName
{
background-color: #4DF52E;
}
.BgClassName
{
background-color: #4DF52E;
}
</style>
border-color css
<style>
span { border-color: #4DF52E; }
span { border-color: rgb(77,245,46); }
td.TdClassName
{
border-color: #4DF52E;
}
.TagClassName
{
border-color: #4DF52E;
}
</style>