Shades of Harlequin #4DFF05
Tints of Harlequin #4DFF05
RGB
CMYK
RGB Variations
Color information
#4DFF05 (or 0x4DFF05) is known color: Harlequin. HEX triplet: 4D, FF and 05. RGB value is (77,255,5). Sum of RGB (Red+Green+Blue) = 77+255+5=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 255 (100% from 255 or 75.67% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFF05 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFF05 is #B200FA. Grayscale: #AEAEAE. Windows color (decimal): -11665659 or 393037. OLE color: 393037.
HSL color Cylindrical-coordinate representation of color #4DFF05: hue angle of 102.72º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4DFF05 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 5 | - |
| CMYK | 0.70 | 0 | 0.98 | 0 |
| HSL | 102.72º | 1% | 0.51% | - |
| HSV(B) | 102.72º | 0.98% | 1% | - |
| XYZ | 38.85 | 73.11 | 12.21 | - |
| YUV | 173.28 | 33.03 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 5 | 0.70 | 0 | 0.98 | 0 | 102.72 | 1 | 0.51 |
| Hex | 4D | FF | 5 | 46 | 0 | 62 | 0 | 67 | 64 | 33 |
| Octal | 115 | 377 | 5 | 106 | 0 | 142 | 0 | 147 | 144 | 63 |
| Binary | 1001101 | 11111111 | 101 | 1000110 | 0 | 1100010 | 0 | 1100111 | 1100100 | 110011 |
Color Harmonies of #4DFF05
Complementary color
Monochromatic Colors of #4DFF05
Black with #4DFF05
Text Example
Text Example
White with #4DFF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFF05; }
p { color: rgb(77,255,5); }
H1.HeaderClassName
{
color: #4DFF05;
}
.AnyTagClassName
{
color: #4DFF05;
}
</style>
background-color css
<style>
a { background-color: #4DFF05; }
a { background-color: rgb(77,255,5); }
div.DivClassName
{
background-color: #4DFF05;
}
.BgClassName
{
background-color: #4DFF05;
}
</style>
border-color css
<style>
span { border-color: #4DFF05; }
span { border-color: rgb(77,255,5); }
td.TdClassName
{
border-color: #4DFF05;
}
.TagClassName
{
border-color: #4DFF05;
}
</style>