Shades of Harlequin #4DE614
Tints of Harlequin #4DE614
RGB
CMYK
RGB Variations
Color information
#4DE614 (or 0x4DE614) is known color: Harlequin. HEX triplet: 4D, E6 and 14. RGB value is (77,230,20). Sum of RGB (Red+Green+Blue) = 77+230+20=327 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.55% from 327); Green value is 230 (90.23% from 255 or 70.34% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 230 - color contains mainly: green. Hex color #4DE614 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DE614 is #B219EB. Grayscale: #A0A0A0. Windows color (decimal): -11672044 or 1369677. OLE color: 1369677.
HSL color Cylindrical-coordinate representation of color #4DE614: hue angle of 103.71º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4DE614 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 77 | 230 | 20 | - |
| CMYK | 0.67 | 0 | 0.91 | 0.10 |
| HSL | 103.71º | 0.84% | 0.49% | - |
| HSV(B) | 103.71º | 0.91% | 0.9% | - |
| XYZ | 31.48 | 58.22 | 10.24 | - |
| YUV | 160.31 | 48.81 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 230 | 20 | 0.67 | 0 | 0.91 | 0.10 | 103.71 | 0.84 | 0.49 |
| Hex | 4D | E6 | 14 | 43 | 0 | 5B | A | 68 | 54 | 31 |
| Octal | 115 | 346 | 24 | 103 | 0 | 133 | 12 | 150 | 124 | 61 |
| Binary | 1001101 | 11100110 | 10100 | 1000011 | 0 | 1011011 | 1010 | 1101000 | 1010100 | 110001 |
Color Harmonies of #4DE614
Complementary color
Monochromatic Colors of #4DE614
Black with #4DE614
Text Example
Text Example
White with #4DE614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE614; }
p { color: rgb(77,230,20); }
H1.HeaderClassName
{
color: #4DE614;
}
.AnyTagClassName
{
color: #4DE614;
}
</style>
background-color css
<style>
a { background-color: #4DE614; }
a { background-color: rgb(77,230,20); }
div.DivClassName
{
background-color: #4DE614;
}
.BgClassName
{
background-color: #4DE614;
}
</style>
border-color css
<style>
span { border-color: #4DE614; }
span { border-color: rgb(77,230,20); }
td.TdClassName
{
border-color: #4DE614;
}
.TagClassName
{
border-color: #4DE614;
}
</style>