Shades of Harlequin #4DF20D
Tints of Harlequin #4DF20D
RGB
CMYK
RGB Variations
Color information
#4DF20D (or 0x4DF20D) is known color: Harlequin. HEX triplet: 4D, F2 and 0D. RGB value is (77,242,13). Sum of RGB (Red+Green+Blue) = 77+242+13=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 242 (94.92% from 255 or 72.89% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 242 - color contains mainly: green. Hex color #4DF20D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF20D is #B20DF2. Grayscale: #A7A7A7. Windows color (decimal): -11668979 or 913997. OLE color: 913997.
HSL color Cylindrical-coordinate representation of color #4DF20D: hue angle of 103.23º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4DF20D is Cyan = 0.68, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 242 | 13 | - |
| CMYK | 0.68 | 0 | 0.95 | 0.05 |
| HSL | 103.23º | 0.9% | 0.5% | - |
| HSV(B) | 103.23º | 0.95% | 0.95% | - |
| XYZ | 34.89 | 65.11 | 11.11 | - |
| YUV | 166.56 | 41.34 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 242 | 13 | 0.68 | 0 | 0.95 | 0.05 | 103.23 | 0.9 | 0.5 |
| Hex | 4D | F2 | D | 44 | 0 | 5F | 5 | 67 | 5A | 32 |
| Octal | 115 | 362 | 15 | 104 | 0 | 137 | 5 | 147 | 132 | 62 |
| Binary | 1001101 | 11110010 | 1101 | 1000100 | 0 | 1011111 | 101 | 1100111 | 1011010 | 110010 |
Color Harmonies of #4DF20D
Complementary color
Monochromatic Colors of #4DF20D
Black with #4DF20D
Text Example
Text Example
White with #4DF20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF20D; }
p { color: rgb(77,242,13); }
H1.HeaderClassName
{
color: #4DF20D;
}
.AnyTagClassName
{
color: #4DF20D;
}
</style>
background-color css
<style>
a { background-color: #4DF20D; }
a { background-color: rgb(77,242,13); }
div.DivClassName
{
background-color: #4DF20D;
}
.BgClassName
{
background-color: #4DF20D;
}
</style>
border-color css
<style>
span { border-color: #4DF20D; }
span { border-color: rgb(77,242,13); }
td.TdClassName
{
border-color: #4DF20D;
}
.TagClassName
{
border-color: #4DF20D;
}
</style>