Shades of Harlequin #4DE615
Tints of Harlequin #4DE615
RGB
CMYK
RGB Variations
Color information
#4DE615 (or 0x4DE615) is known color: Harlequin. HEX triplet: 4D, E6 and 15. RGB value is (77,230,21). Sum of RGB (Red+Green+Blue) = 77+230+21=328 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.48% from 328); Green value is 230 (90.23% from 255 or 70.12% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 230 - color contains mainly: green. Hex color #4DE615 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DE615 is #B219EA. Grayscale: #A1A1A1. Windows color (decimal): -11672043 or 1435213. OLE color: 1435213.
HSL color Cylindrical-coordinate representation of color #4DE615: hue angle of 103.92º degrees, saturation: 0.83, 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 #4DE615 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 77 | 230 | 21 | - |
| CMYK | 0.67 | 0 | 0.91 | 0.10 |
| HSL | 103.92º | 0.83% | 0.49% | - |
| HSV(B) | 103.92º | 0.91% | 0.9% | - |
| XYZ | 31.49 | 58.23 | 10.29 | - |
| YUV | 160.43 | 49.31 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 230 | 21 | 0.67 | 0 | 0.91 | 0.10 | 103.92 | 0.83 | 0.49 |
| Hex | 4D | E6 | 15 | 43 | 0 | 5B | A | 68 | 53 | 31 |
| Octal | 115 | 346 | 25 | 103 | 0 | 133 | 12 | 150 | 123 | 61 |
| Binary | 1001101 | 11100110 | 10101 | 1000011 | 0 | 1011011 | 1010 | 1101000 | 1010011 | 110001 |
Color Harmonies of #4DE615
Complementary color
Monochromatic Colors of #4DE615
Black with #4DE615
Text Example
Text Example
White with #4DE615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE615; }
p { color: rgb(77,230,21); }
H1.HeaderClassName
{
color: #4DE615;
}
.AnyTagClassName
{
color: #4DE615;
}
</style>
background-color css
<style>
a { background-color: #4DE615; }
a { background-color: rgb(77,230,21); }
div.DivClassName
{
background-color: #4DE615;
}
.BgClassName
{
background-color: #4DE615;
}
</style>
border-color css
<style>
span { border-color: #4DE615; }
span { border-color: rgb(77,230,21); }
td.TdClassName
{
border-color: #4DE615;
}
.TagClassName
{
border-color: #4DE615;
}
</style>