Shades of Harlequin #4DFC0A
Tints of Harlequin #4DFC0A
RGB
CMYK
RGB Variations
Color information
#4DFC0A (or 0x4DFC0A) is known color: Harlequin. HEX triplet: 4D, FC and 0A. RGB value is (77,252,10). Sum of RGB (Red+Green+Blue) = 77+252+10=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 252 (98.83% from 255 or 74.34% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFC0A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFC0A is #B203F5. Grayscale: #ACACAC. Windows color (decimal): -11666422 or 719949. OLE color: 719949.
HSL color Cylindrical-coordinate representation of color #4DFC0A: hue angle of 103.39º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4DFC0A is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 252 | 10 | - |
| CMYK | 0.69 | 0 | 0.96 | 0.01 |
| HSL | 103.39º | 0.98% | 0.51% | - |
| HSV(B) | 103.39º | 0.96% | 0.99% | - |
| XYZ | 37.93 | 71.22 | 12.04 | - |
| YUV | 172.09 | 36.52 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 252 | 10 | 0.69 | 0 | 0.96 | 0.01 | 103.39 | 0.98 | 0.51 |
| Hex | 4D | FC | A | 45 | 0 | 60 | 1 | 67 | 62 | 33 |
| Octal | 115 | 374 | 12 | 105 | 0 | 140 | 1 | 147 | 142 | 63 |
| Binary | 1001101 | 11111100 | 1010 | 1000101 | 0 | 1100000 | 1 | 1100111 | 1100010 | 110011 |
Color Harmonies of #4DFC0A
Complementary color
Monochromatic Colors of #4DFC0A
Black with #4DFC0A
Text Example
Text Example
White with #4DFC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFC0A; }
p { color: rgb(77,252,10); }
H1.HeaderClassName
{
color: #4DFC0A;
}
.AnyTagClassName
{
color: #4DFC0A;
}
</style>
background-color css
<style>
a { background-color: #4DFC0A; }
a { background-color: rgb(77,252,10); }
div.DivClassName
{
background-color: #4DFC0A;
}
.BgClassName
{
background-color: #4DFC0A;
}
</style>
border-color css
<style>
span { border-color: #4DFC0A; }
span { border-color: rgb(77,252,10); }
td.TdClassName
{
border-color: #4DFC0A;
}
.TagClassName
{
border-color: #4DFC0A;
}
</style>