Shades of Harlequin #4DE006
Tints of Harlequin #4DE006
RGB
CMYK
RGB Variations
Color information
#4DE006 (or 0x4DE006) is known color: Harlequin. HEX triplet: 4D, E0 and 06. RGB value is (77,224,6). Sum of RGB (Red+Green+Blue) = 77+224+6=307 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.08% from 307); Green value is 224 (87.89% from 255 or 72.96% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 224 - color contains mainly: green. Hex color #4DE006 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DE006 is #B21FF9. Grayscale: #9B9B9B. Windows color (decimal): -11673594 or 450637. OLE color: 450637.
HSL color Cylindrical-coordinate representation of color #4DE006: hue angle of 100.46º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4DE006 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 77 | 224 | 6 | - |
| CMYK | 0.66 | 0 | 0.97 | 0.12 |
| HSL | 100.46º | 0.95% | 0.45% | - |
| HSV(B) | 100.46º | 0.97% | 0.88% | - |
| XYZ | 29.75 | 54.9 | 9.2 | - |
| YUV | 155.2 | 43.8 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 224 | 6 | 0.66 | 0 | 0.97 | 0.12 | 100.46 | 0.95 | 0.45 |
| Hex | 4D | E0 | 6 | 42 | 0 | 61 | C | 64 | 5F | 2D |
| Octal | 115 | 340 | 6 | 102 | 0 | 141 | 14 | 144 | 137 | 55 |
| Binary | 1001101 | 11100000 | 110 | 1000010 | 0 | 1100001 | 1100 | 1100100 | 1011111 | 101101 |
Color Harmonies of #4DE006
Complementary color
Monochromatic Colors of #4DE006
Black with #4DE006
Text Example
Text Example
White with #4DE006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE006; }
p { color: rgb(77,224,6); }
H1.HeaderClassName
{
color: #4DE006;
}
.AnyTagClassName
{
color: #4DE006;
}
</style>
background-color css
<style>
a { background-color: #4DE006; }
a { background-color: rgb(77,224,6); }
div.DivClassName
{
background-color: #4DE006;
}
.BgClassName
{
background-color: #4DE006;
}
</style>
border-color css
<style>
span { border-color: #4DE006; }
span { border-color: rgb(77,224,6); }
td.TdClassName
{
border-color: #4DE006;
}
.TagClassName
{
border-color: #4DE006;
}
</style>