Shades of Harlequin #4DF40A
Tints of Harlequin #4DF40A
RGB
CMYK
RGB Variations
Color information
#4DF40A (or 0x4DF40A) is known color: Harlequin. HEX triplet: 4D, F4 and 0A. RGB value is (77,244,10). Sum of RGB (Red+Green+Blue) = 77+244+10=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 244 (95.70% from 255 or 73.72% from 331); Blue value is 10 (4.30% from 255 or 3.02% from 331); Max value from RGB is 244 - color contains mainly: green. Hex color #4DF40A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF40A is #B20BF5. Grayscale: #A8A8A8. Windows color (decimal): -11668470 or 717901. OLE color: 717901.
HSL color Cylindrical-coordinate representation of color #4DF40A: hue angle of 102.82º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4DF40A is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 244 | 10 | - |
| CMYK | 0.68 | 0 | 0.96 | 0.04 |
| HSL | 102.82º | 0.92% | 0.5% | - |
| HSV(B) | 102.82º | 0.96% | 0.96% | - |
| XYZ | 35.47 | 66.3 | 11.22 | - |
| YUV | 167.39 | 39.17 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 244 | 10 | 0.68 | 0 | 0.96 | 0.04 | 102.82 | 0.92 | 0.5 |
| Hex | 4D | F4 | A | 44 | 0 | 60 | 4 | 67 | 5C | 32 |
| Octal | 115 | 364 | 12 | 104 | 0 | 140 | 4 | 147 | 134 | 62 |
| Binary | 1001101 | 11110100 | 1010 | 1000100 | 0 | 1100000 | 100 | 1100111 | 1011100 | 110010 |
Color Harmonies of #4DF40A
Complementary color
Monochromatic Colors of #4DF40A
Black with #4DF40A
Text Example
Text Example
White with #4DF40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF40A; }
p { color: rgb(77,244,10); }
H1.HeaderClassName
{
color: #4DF40A;
}
.AnyTagClassName
{
color: #4DF40A;
}
</style>
background-color css
<style>
a { background-color: #4DF40A; }
a { background-color: rgb(77,244,10); }
div.DivClassName
{
background-color: #4DF40A;
}
.BgClassName
{
background-color: #4DF40A;
}
</style>
border-color css
<style>
span { border-color: #4DF40A; }
span { border-color: rgb(77,244,10); }
td.TdClassName
{
border-color: #4DF40A;
}
.TagClassName
{
border-color: #4DF40A;
}
</style>