Shades of Harlequin #4DE415
Tints of Harlequin #4DE415
RGB
CMYK
RGB Variations
Color information
#4DE415 (or 0x4DE415) is known color: Harlequin. HEX triplet: 4D, E4 and 15. RGB value is (77,228,21). Sum of RGB (Red+Green+Blue) = 77+228+21=326 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.62% from 326); Green value is 228 (89.45% from 255 or 69.94% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 228 - color contains mainly: green. Hex color #4DE415 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DE415 is #B21BEA. Grayscale: #9F9F9F. Windows color (decimal): -11672555 or 1434701. OLE color: 1434701.
HSL color Cylindrical-coordinate representation of color #4DE415: hue angle of 103.77º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4DE415 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 77 | 228 | 21 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.11 |
| HSL | 103.77º | 0.83% | 0.49% | - |
| HSV(B) | 103.77º | 0.91% | 0.89% | - |
| XYZ | 30.94 | 57.12 | 10.1 | - |
| YUV | 159.25 | 49.97 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 228 | 21 | 0.66 | 0 | 0.91 | 0.11 | 103.77 | 0.83 | 0.49 |
| Hex | 4D | E4 | 15 | 42 | 0 | 5B | B | 68 | 53 | 31 |
| Octal | 115 | 344 | 25 | 102 | 0 | 133 | 13 | 150 | 123 | 61 |
| Binary | 1001101 | 11100100 | 10101 | 1000010 | 0 | 1011011 | 1011 | 1101000 | 1010011 | 110001 |
Color Harmonies of #4DE415
Complementary color
Monochromatic Colors of #4DE415
Black with #4DE415
Text Example
Text Example
White with #4DE415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE415; }
p { color: rgb(77,228,21); }
H1.HeaderClassName
{
color: #4DE415;
}
.AnyTagClassName
{
color: #4DE415;
}
</style>
background-color css
<style>
a { background-color: #4DE415; }
a { background-color: rgb(77,228,21); }
div.DivClassName
{
background-color: #4DE415;
}
.BgClassName
{
background-color: #4DE415;
}
</style>
border-color css
<style>
span { border-color: #4DE415; }
span { border-color: rgb(77,228,21); }
td.TdClassName
{
border-color: #4DE415;
}
.TagClassName
{
border-color: #4DE415;
}
</style>