Shades of Harlequin #4DEC01
Tints of Harlequin #4DEC01
RGB
CMYK
RGB Variations
Color information
#4DEC01 (or 0x4DEC01) is known color: Harlequin. HEX triplet: 4D, EC and 01. RGB value is (77,236,1). Sum of RGB (Red+Green+Blue) = 77+236+1=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 236 (92.58% from 255 or 75.16% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 236 - color contains mainly: green. Hex color #4DEC01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DEC01 is #B213FE. Grayscale: #A2A2A2. Windows color (decimal): -11670527 or 126029. OLE color: 126029.
HSL color Cylindrical-coordinate representation of color #4DEC01: hue angle of 100.6º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4DEC01 is Cyan = 0.67, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 236 | 1 | - |
| CMYK | 0.67 | 0 | 1.00 | 0.07 |
| HSL | 100.6º | 0.99% | 0.46% | - |
| HSV(B) | 100.6º | 1% | 0.93% | - |
| XYZ | 33.06 | 61.57 | 10.17 | - |
| YUV | 161.67 | 37.32 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 236 | 1 | 0.67 | 0 | 1.00 | 0.07 | 100.6 | 0.99 | 0.46 |
| Hex | 4D | EC | 1 | 43 | 0 | 64 | 7 | 65 | 63 | 2E |
| Octal | 115 | 354 | 1 | 103 | 0 | 144 | 7 | 145 | 143 | 56 |
| Binary | 1001101 | 11101100 | 1 | 1000011 | 0 | 1100100 | 111 | 1100101 | 1100011 | 101110 |
Color Harmonies of #4DEC01
Complementary color
Monochromatic Colors of #4DEC01
Black with #4DEC01
Text Example
Text Example
White with #4DEC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEC01; }
p { color: rgb(77,236,1); }
H1.HeaderClassName
{
color: #4DEC01;
}
.AnyTagClassName
{
color: #4DEC01;
}
</style>
background-color css
<style>
a { background-color: #4DEC01; }
a { background-color: rgb(77,236,1); }
div.DivClassName
{
background-color: #4DEC01;
}
.BgClassName
{
background-color: #4DEC01;
}
</style>
border-color css
<style>
span { border-color: #4DEC01; }
span { border-color: rgb(77,236,1); }
td.TdClassName
{
border-color: #4DEC01;
}
.TagClassName
{
border-color: #4DEC01;
}
</style>