Shades of Harlequin #4DF82E
Tints of Harlequin #4DF82E
RGB
CMYK
RGB Variations
Color information
#4DF82E (or 0x4DF82E) is known color: Harlequin. HEX triplet: 4D, F8 and 2E. RGB value is (77,248,46). Sum of RGB (Red+Green+Blue) = 77+248+46=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 248 (97.27% from 255 or 66.85% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 248 - color contains mainly: green. Hex color #4DF82E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF82E is #B207D1. Grayscale: #AEAEAE. Windows color (decimal): -11667410 or 3078221. OLE color: 3078221.
HSL color Cylindrical-coordinate representation of color #4DF82E: hue angle of 110.79º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4DF82E is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 248 | 46 | - |
| CMYK | 0.69 | 0 | 0.81 | 0.03 |
| HSL | 110.79º | 0.94% | 0.58% | - |
| HSV(B) | 110.79º | 0.81% | 0.97% | - |
| XYZ | 37.12 | 68.91 | 13.93 | - |
| YUV | 173.84 | 55.85 | 58.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 248 | 46 | 0.69 | 0 | 0.81 | 0.03 | 110.79 | 0.94 | 0.58 |
| Hex | 4D | F8 | 2E | 45 | 0 | 51 | 3 | 6F | 5E | 3A |
| Octal | 115 | 370 | 56 | 105 | 0 | 121 | 3 | 157 | 136 | 72 |
| Binary | 1001101 | 11111000 | 101110 | 1000101 | 0 | 1010001 | 11 | 1101111 | 1011110 | 111010 |
Color Harmonies of #4DF82E
Complementary color
Monochromatic Colors of #4DF82E
Black with #4DF82E
Text Example
Text Example
White with #4DF82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF82E; }
p { color: rgb(77,248,46); }
H1.HeaderClassName
{
color: #4DF82E;
}
.AnyTagClassName
{
color: #4DF82E;
}
</style>
background-color css
<style>
a { background-color: #4DF82E; }
a { background-color: rgb(77,248,46); }
div.DivClassName
{
background-color: #4DF82E;
}
.BgClassName
{
background-color: #4DF82E;
}
</style>
border-color css
<style>
span { border-color: #4DF82E; }
span { border-color: rgb(77,248,46); }
td.TdClassName
{
border-color: #4DF82E;
}
.TagClassName
{
border-color: #4DF82E;
}
</style>