Shades of Harlequin #4DFE01
Tints of Harlequin #4DFE01
RGB
CMYK
RGB Variations
Color information
#4DFE01 (or 0x4DFE01) is known color: Harlequin. HEX triplet: 4D, FE and 01. RGB value is (77,254,1). Sum of RGB (Red+Green+Blue) = 77+254+1=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 254 (99.61% from 255 or 76.51% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFE01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFE01 is #B201FE. Grayscale: #ADADAD. Windows color (decimal): -11665919 or 130637. OLE color: 130637.
HSL color Cylindrical-coordinate representation of color #4DFE01: hue angle of 101.98º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4DFE01 is Cyan = 0.70, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 254 | 1 | - |
| CMYK | 0.70 | 0 | 1.00 | 0.00 |
| HSL | 101.98º | 0.99% | 0.5% | - |
| HSV(B) | 101.98º | 1% | 1% | - |
| XYZ | 38.51 | 72.46 | 11.99 | - |
| YUV | 172.24 | 31.36 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 254 | 1 | 0.70 | 0 | 1.00 | 0.00 | 101.98 | 0.99 | 0.5 |
| Hex | 4D | FE | 1 | 46 | 0 | 64 | 0 | 66 | 63 | 32 |
| Octal | 115 | 376 | 1 | 106 | 0 | 144 | 0 | 146 | 143 | 62 |
| Binary | 1001101 | 11111110 | 1 | 1000110 | 0 | 1100100 | 0 | 1100110 | 1100011 | 110010 |
Color Harmonies of #4DFE01
Complementary color
Monochromatic Colors of #4DFE01
Black with #4DFE01
Text Example
Text Example
White with #4DFE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFE01; }
p { color: rgb(77,254,1); }
H1.HeaderClassName
{
color: #4DFE01;
}
.AnyTagClassName
{
color: #4DFE01;
}
</style>
background-color css
<style>
a { background-color: #4DFE01; }
a { background-color: rgb(77,254,1); }
div.DivClassName
{
background-color: #4DFE01;
}
.BgClassName
{
background-color: #4DFE01;
}
</style>
border-color css
<style>
span { border-color: #4DFE01; }
span { border-color: rgb(77,254,1); }
td.TdClassName
{
border-color: #4DFE01;
}
.TagClassName
{
border-color: #4DFE01;
}
</style>