Shades of Harlequin #4DE617
Tints of Harlequin #4DE617
RGB
CMYK
RGB Variations
Color information
#4DE617 (or 0x4DE617) is known color: Harlequin. HEX triplet: 4D, E6 and 17. RGB value is (77,230,23). Sum of RGB (Red+Green+Blue) = 77+230+23=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 230 (90.23% from 255 or 69.70% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 230 - color contains mainly: green. Hex color #4DE617 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DE617 is #B219E8. Grayscale: #A1A1A1. Windows color (decimal): -11672041 or 1566285. OLE color: 1566285.
HSL color Cylindrical-coordinate representation of color #4DE617: hue angle of 104.35º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4DE617 is Cyan = 0.67, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 77 | 230 | 23 | - |
| CMYK | 0.67 | 0 | 0.9 | 0.10 |
| HSL | 104.35º | 0.82% | 0.5% | - |
| HSV(B) | 104.35º | 0.9% | 0.9% | - |
| XYZ | 31.51 | 58.23 | 10.39 | - |
| YUV | 160.66 | 50.31 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 230 | 23 | 0.67 | 0 | 0.9 | 0.10 | 104.35 | 0.82 | 0.5 |
| Hex | 4D | E6 | 17 | 43 | 0 | 5A | A | 68 | 52 | 32 |
| Octal | 115 | 346 | 27 | 103 | 0 | 132 | 12 | 150 | 122 | 62 |
| Binary | 1001101 | 11100110 | 10111 | 1000011 | 0 | 1011010 | 1010 | 1101000 | 1010010 | 110010 |
Color Harmonies of #4DE617
Complementary color
Monochromatic Colors of #4DE617
Black with #4DE617
Text Example
Text Example
White with #4DE617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE617; }
p { color: rgb(77,230,23); }
H1.HeaderClassName
{
color: #4DE617;
}
.AnyTagClassName
{
color: #4DE617;
}
</style>
background-color css
<style>
a { background-color: #4DE617; }
a { background-color: rgb(77,230,23); }
div.DivClassName
{
background-color: #4DE617;
}
.BgClassName
{
background-color: #4DE617;
}
</style>
border-color css
<style>
span { border-color: #4DE617; }
span { border-color: rgb(77,230,23); }
td.TdClassName
{
border-color: #4DE617;
}
.TagClassName
{
border-color: #4DE617;
}
</style>