Shades of Harlequin #4DF20F
Tints of Harlequin #4DF20F
RGB
CMYK
RGB Variations
Color information
#4DF20F (or 0x4DF20F) is known color: Harlequin. HEX triplet: 4D, F2 and 0F. RGB value is (77,242,15). Sum of RGB (Red+Green+Blue) = 77+242+15=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 242 (94.92% from 255 or 72.46% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 242 - color contains mainly: green. Hex color #4DF20F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF20F is #B20DF0. Grayscale: #A7A7A7. Windows color (decimal): -11668977 or 1045069. OLE color: 1045069.
HSL color Cylindrical-coordinate representation of color #4DF20F: hue angle of 103.61º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4DF20F is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 242 | 15 | - |
| CMYK | 0.68 | 0 | 0.94 | 0.05 |
| HSL | 103.61º | 0.9% | 0.5% | - |
| HSV(B) | 103.61º | 0.94% | 0.95% | - |
| XYZ | 34.9 | 65.12 | 11.18 | - |
| YUV | 166.79 | 42.34 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 242 | 15 | 0.68 | 0 | 0.94 | 0.05 | 103.61 | 0.9 | 0.5 |
| Hex | 4D | F2 | F | 44 | 0 | 5E | 5 | 68 | 5A | 32 |
| Octal | 115 | 362 | 17 | 104 | 0 | 136 | 5 | 150 | 132 | 62 |
| Binary | 1001101 | 11110010 | 1111 | 1000100 | 0 | 1011110 | 101 | 1101000 | 1011010 | 110010 |
Color Harmonies of #4DF20F
Complementary color
Monochromatic Colors of #4DF20F
Black with #4DF20F
Text Example
Text Example
White with #4DF20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF20F; }
p { color: rgb(77,242,15); }
H1.HeaderClassName
{
color: #4DF20F;
}
.AnyTagClassName
{
color: #4DF20F;
}
</style>
background-color css
<style>
a { background-color: #4DF20F; }
a { background-color: rgb(77,242,15); }
div.DivClassName
{
background-color: #4DF20F;
}
.BgClassName
{
background-color: #4DF20F;
}
</style>
border-color css
<style>
span { border-color: #4DF20F; }
span { border-color: rgb(77,242,15); }
td.TdClassName
{
border-color: #4DF20F;
}
.TagClassName
{
border-color: #4DF20F;
}
</style>