Shades of Harlequin #4DFC07
Tints of Harlequin #4DFC07
RGB
CMYK
RGB Variations
Color information
#4DFC07 (or 0x4DFC07) is known color: Harlequin. HEX triplet: 4D, FC and 07. RGB value is (77,252,7). Sum of RGB (Red+Green+Blue) = 77+252+7=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 252 (98.83% from 255 or 75% from 336); Blue value is 7 (3.12% from 255 or 2.08% from 336); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFC07 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFC07 is #B203F8. Grayscale: #ACACAC. Windows color (decimal): -11666425 or 523341. OLE color: 523341.
HSL color Cylindrical-coordinate representation of color #4DFC07: hue angle of 102.86º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4DFC07 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 252 | 7 | - |
| CMYK | 0.69 | 0 | 0.97 | 0.01 |
| HSL | 102.86º | 0.98% | 0.51% | - |
| HSV(B) | 102.86º | 0.97% | 0.99% | - |
| XYZ | 37.91 | 71.21 | 11.95 | - |
| YUV | 171.75 | 35.02 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 252 | 7 | 0.69 | 0 | 0.97 | 0.01 | 102.86 | 0.98 | 0.51 |
| Hex | 4D | FC | 7 | 45 | 0 | 61 | 1 | 67 | 62 | 33 |
| Octal | 115 | 374 | 7 | 105 | 0 | 141 | 1 | 147 | 142 | 63 |
| Binary | 1001101 | 11111100 | 111 | 1000101 | 0 | 1100001 | 1 | 1100111 | 1100010 | 110011 |
Color Harmonies of #4DFC07
Complementary color
Monochromatic Colors of #4DFC07
Black with #4DFC07
Text Example
Text Example
White with #4DFC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFC07; }
p { color: rgb(77,252,7); }
H1.HeaderClassName
{
color: #4DFC07;
}
.AnyTagClassName
{
color: #4DFC07;
}
</style>
background-color css
<style>
a { background-color: #4DFC07; }
a { background-color: rgb(77,252,7); }
div.DivClassName
{
background-color: #4DFC07;
}
.BgClassName
{
background-color: #4DFC07;
}
</style>
border-color css
<style>
span { border-color: #4DFC07; }
span { border-color: rgb(77,252,7); }
td.TdClassName
{
border-color: #4DFC07;
}
.TagClassName
{
border-color: #4DFC07;
}
</style>