Shades of Harlequin #4DF50F
Tints of Harlequin #4DF50F
RGB
CMYK
RGB Variations
Color information
#4DF50F (or 0x4DF50F) is known color: Harlequin. HEX triplet: 4D, F5 and 0F. RGB value is (77,245,15). Sum of RGB (Red+Green+Blue) = 77+245+15=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 245 (96.09% from 255 or 72.70% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 245 - color contains mainly: green. Hex color #4DF50F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF50F is #B20AF0. Grayscale: #A9A9A9. Windows color (decimal): -11668209 or 1045837. OLE color: 1045837.
HSL color Cylindrical-coordinate representation of color #4DF50F: hue angle of 103.83º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4DF50F is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 245 | 15 | - |
| CMYK | 0.69 | 0 | 0.94 | 0.04 |
| HSL | 103.83º | 0.92% | 0.51% | - |
| HSV(B) | 103.83º | 0.94% | 0.96% | - |
| XYZ | 35.8 | 66.92 | 11.48 | - |
| YUV | 168.55 | 41.34 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 245 | 15 | 0.69 | 0 | 0.94 | 0.04 | 103.83 | 0.92 | 0.51 |
| Hex | 4D | F5 | F | 45 | 0 | 5E | 4 | 68 | 5C | 33 |
| Octal | 115 | 365 | 17 | 105 | 0 | 136 | 4 | 150 | 134 | 63 |
| Binary | 1001101 | 11110101 | 1111 | 1000101 | 0 | 1011110 | 100 | 1101000 | 1011100 | 110011 |
Color Harmonies of #4DF50F
Complementary color
Monochromatic Colors of #4DF50F
Black with #4DF50F
Text Example
Text Example
White with #4DF50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF50F; }
p { color: rgb(77,245,15); }
H1.HeaderClassName
{
color: #4DF50F;
}
.AnyTagClassName
{
color: #4DF50F;
}
</style>
background-color css
<style>
a { background-color: #4DF50F; }
a { background-color: rgb(77,245,15); }
div.DivClassName
{
background-color: #4DF50F;
}
.BgClassName
{
background-color: #4DF50F;
}
</style>
border-color css
<style>
span { border-color: #4DF50F; }
span { border-color: rgb(77,245,15); }
td.TdClassName
{
border-color: #4DF50F;
}
.TagClassName
{
border-color: #4DF50F;
}
</style>