Shades of Harlequin #4DF30E
Tints of Harlequin #4DF30E
RGB
CMYK
RGB Variations
Color information
#4DF30E (or 0x4DF30E) is known color: Harlequin. HEX triplet: 4D, F3 and 0E. RGB value is (77,243,14). Sum of RGB (Red+Green+Blue) = 77+243+14=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 243 (95.31% from 255 or 72.75% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 243 - color contains mainly: green. Hex color #4DF30E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF30E is #B20CF1. Grayscale: #A8A8A8. Windows color (decimal): -11668722 or 979789. OLE color: 979789.
HSL color Cylindrical-coordinate representation of color #4DF30E: hue angle of 103.49º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4DF30E is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 243 | 14 | - |
| CMYK | 0.68 | 0 | 0.94 | 0.05 |
| HSL | 103.49º | 0.91% | 0.5% | - |
| HSV(B) | 103.49º | 0.94% | 0.95% | - |
| XYZ | 35.19 | 65.71 | 11.24 | - |
| YUV | 167.26 | 41.5 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 243 | 14 | 0.68 | 0 | 0.94 | 0.05 | 103.49 | 0.91 | 0.5 |
| Hex | 4D | F3 | E | 44 | 0 | 5E | 5 | 67 | 5B | 32 |
| Octal | 115 | 363 | 16 | 104 | 0 | 136 | 5 | 147 | 133 | 62 |
| Binary | 1001101 | 11110011 | 1110 | 1000100 | 0 | 1011110 | 101 | 1100111 | 1011011 | 110010 |
Color Harmonies of #4DF30E
Complementary color
Monochromatic Colors of #4DF30E
Black with #4DF30E
Text Example
Text Example
White with #4DF30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF30E; }
p { color: rgb(77,243,14); }
H1.HeaderClassName
{
color: #4DF30E;
}
.AnyTagClassName
{
color: #4DF30E;
}
</style>
background-color css
<style>
a { background-color: #4DF30E; }
a { background-color: rgb(77,243,14); }
div.DivClassName
{
background-color: #4DF30E;
}
.BgClassName
{
background-color: #4DF30E;
}
</style>
border-color css
<style>
span { border-color: #4DF30E; }
span { border-color: rgb(77,243,14); }
td.TdClassName
{
border-color: #4DF30E;
}
.TagClassName
{
border-color: #4DF30E;
}
</style>