Shades of Harlequin #4DF10D
Tints of Harlequin #4DF10D
RGB
CMYK
RGB Variations
Color information
#4DF10D (or 0x4DF10D) is known color: Harlequin. HEX triplet: 4D, F1 and 0D. RGB value is (77,241,13). Sum of RGB (Red+Green+Blue) = 77+241+13=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 241 (94.53% from 255 or 72.81% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF10D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF10D is #B20EF2. Grayscale: #A6A6A6. Windows color (decimal): -11669235 or 913741. OLE color: 913741.
HSL color Cylindrical-coordinate representation of color #4DF10D: hue angle of 103.16º 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 #4DF10D is Cyan = 0.68, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 241 | 13 | - |
| CMYK | 0.68 | 0 | 0.95 | 0.05 |
| HSL | 103.16º | 0.9% | 0.5% | - |
| HSV(B) | 103.16º | 0.95% | 0.95% | - |
| XYZ | 34.59 | 64.52 | 11.01 | - |
| YUV | 165.97 | 41.67 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 241 | 13 | 0.68 | 0 | 0.95 | 0.05 | 103.16 | 0.9 | 0.5 |
| Hex | 4D | F1 | D | 44 | 0 | 5F | 5 | 67 | 5A | 32 |
| Octal | 115 | 361 | 15 | 104 | 0 | 137 | 5 | 147 | 132 | 62 |
| Binary | 1001101 | 11110001 | 1101 | 1000100 | 0 | 1011111 | 101 | 1100111 | 1011010 | 110010 |
Color Harmonies of #4DF10D
Complementary color
Monochromatic Colors of #4DF10D
Black with #4DF10D
Text Example
Text Example
White with #4DF10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF10D; }
p { color: rgb(77,241,13); }
H1.HeaderClassName
{
color: #4DF10D;
}
.AnyTagClassName
{
color: #4DF10D;
}
</style>
background-color css
<style>
a { background-color: #4DF10D; }
a { background-color: rgb(77,241,13); }
div.DivClassName
{
background-color: #4DF10D;
}
.BgClassName
{
background-color: #4DF10D;
}
</style>
border-color css
<style>
span { border-color: #4DF10D; }
span { border-color: rgb(77,241,13); }
td.TdClassName
{
border-color: #4DF10D;
}
.TagClassName
{
border-color: #4DF10D;
}
</style>