Shades of Harlequin #4DFC0F
Tints of Harlequin #4DFC0F
RGB
CMYK
RGB Variations
Color information
#4DFC0F (or 0x4DFC0F) is known color: Harlequin. HEX triplet: 4D, FC and 0F. RGB value is (77,252,15). Sum of RGB (Red+Green+Blue) = 77+252+15=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 252 (98.83% from 255 or 73.26% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFC0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFC0F is #B203F0. Grayscale: #ADADAD. Windows color (decimal): -11666417 or 1047629. OLE color: 1047629.
HSL color Cylindrical-coordinate representation of color #4DFC0F: hue angle of 104.3º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4DFC0F is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 252 | 15 | - |
| CMYK | 0.69 | 0 | 0.94 | 0.01 |
| HSL | 104.3º | 0.98% | 0.52% | - |
| HSV(B) | 104.3º | 0.94% | 0.99% | - |
| XYZ | 37.96 | 71.23 | 12.2 | - |
| YUV | 172.66 | 39.02 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 252 | 15 | 0.69 | 0 | 0.94 | 0.01 | 104.3 | 0.98 | 0.52 |
| Hex | 4D | FC | F | 45 | 0 | 5E | 1 | 68 | 62 | 34 |
| Octal | 115 | 374 | 17 | 105 | 0 | 136 | 1 | 150 | 142 | 64 |
| Binary | 1001101 | 11111100 | 1111 | 1000101 | 0 | 1011110 | 1 | 1101000 | 1100010 | 110100 |
Color Harmonies of #4DFC0F
Complementary color
Monochromatic Colors of #4DFC0F
Black with #4DFC0F
Text Example
Text Example
White with #4DFC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFC0F; }
p { color: rgb(77,252,15); }
H1.HeaderClassName
{
color: #4DFC0F;
}
.AnyTagClassName
{
color: #4DFC0F;
}
</style>
background-color css
<style>
a { background-color: #4DFC0F; }
a { background-color: rgb(77,252,15); }
div.DivClassName
{
background-color: #4DFC0F;
}
.BgClassName
{
background-color: #4DFC0F;
}
</style>
border-color css
<style>
span { border-color: #4DFC0F; }
span { border-color: rgb(77,252,15); }
td.TdClassName
{
border-color: #4DFC0F;
}
.TagClassName
{
border-color: #4DFC0F;
}
</style>