Shades of Harlequin #4DFF13
Tints of Harlequin #4DFF13
RGB
CMYK
RGB Variations
Color information
#4DFF13 (or 0x4DFF13) is known color: Harlequin. HEX triplet: 4D, FF and 13. RGB value is (77,255,19). Sum of RGB (Red+Green+Blue) = 77+255+19=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 255 (100% from 255 or 72.65% from 351); Blue value is 19 (7.81% from 255 or 5.41% from 351); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFF13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFF13 is #B200EC. Grayscale: #AFAFAF. Windows color (decimal): -11665645 or 1310541. OLE color: 1310541.
HSL color Cylindrical-coordinate representation of color #4DFF13: hue angle of 105.25º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4DFF13 is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 19 | - |
| CMYK | 0.70 | 0 | 0.93 | 0 |
| HSL | 105.25º | 1% | 0.54% | - |
| HSV(B) | 105.25º | 0.93% | 1% | - |
| XYZ | 38.94 | 73.14 | 12.68 | - |
| YUV | 174.87 | 40.03 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 19 | 0.70 | 0 | 0.93 | 0 | 105.25 | 1 | 0.54 |
| Hex | 4D | FF | 13 | 46 | 0 | 5D | 0 | 69 | 64 | 36 |
| Octal | 115 | 377 | 23 | 106 | 0 | 135 | 0 | 151 | 144 | 66 |
| Binary | 1001101 | 11111111 | 10011 | 1000110 | 0 | 1011101 | 0 | 1101001 | 1100100 | 110110 |
Color Harmonies of #4DFF13
Complementary color
Monochromatic Colors of #4DFF13
Black with #4DFF13
Text Example
Text Example
White with #4DFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFF13; }
p { color: rgb(77,255,19); }
H1.HeaderClassName
{
color: #4DFF13;
}
.AnyTagClassName
{
color: #4DFF13;
}
</style>
background-color css
<style>
a { background-color: #4DFF13; }
a { background-color: rgb(77,255,19); }
div.DivClassName
{
background-color: #4DFF13;
}
.BgClassName
{
background-color: #4DFF13;
}
</style>
border-color css
<style>
span { border-color: #4DFF13; }
span { border-color: rgb(77,255,19); }
td.TdClassName
{
border-color: #4DFF13;
}
.TagClassName
{
border-color: #4DFF13;
}
</style>