Shades of Harlequin #4DFC14
Tints of Harlequin #4DFC14
RGB
CMYK
RGB Variations
Color information
#4DFC14 (or 0x4DFC14) is known color: Harlequin. HEX triplet: 4D, FC and 14. RGB value is (77,252,20). Sum of RGB (Red+Green+Blue) = 77+252+20=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 252 (98.83% from 255 or 72.21% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFC14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFC14 is #B203EB. Grayscale: #ADADAD. Windows color (decimal): -11666412 or 1375309. OLE color: 1375309.
HSL color Cylindrical-coordinate representation of color #4DFC14: hue angle of 105.26º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4DFC14 is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 252 | 20 | - |
| CMYK | 0.69 | 0 | 0.92 | 0.01 |
| HSL | 105.26º | 0.97% | 0.53% | - |
| HSV(B) | 105.26º | 0.92% | 0.99% | - |
| XYZ | 38 | 71.25 | 12.41 | - |
| YUV | 173.23 | 41.52 | 59.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 252 | 20 | 0.69 | 0 | 0.92 | 0.01 | 105.26 | 0.97 | 0.53 |
| Hex | 4D | FC | 14 | 45 | 0 | 5C | 1 | 69 | 61 | 35 |
| Octal | 115 | 374 | 24 | 105 | 0 | 134 | 1 | 151 | 141 | 65 |
| Binary | 1001101 | 11111100 | 10100 | 1000101 | 0 | 1011100 | 1 | 1101001 | 1100001 | 110101 |
Color Harmonies of #4DFC14
Complementary color
Monochromatic Colors of #4DFC14
Black with #4DFC14
Text Example
Text Example
White with #4DFC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFC14; }
p { color: rgb(77,252,20); }
H1.HeaderClassName
{
color: #4DFC14;
}
.AnyTagClassName
{
color: #4DFC14;
}
</style>
background-color css
<style>
a { background-color: #4DFC14; }
a { background-color: rgb(77,252,20); }
div.DivClassName
{
background-color: #4DFC14;
}
.BgClassName
{
background-color: #4DFC14;
}
</style>
border-color css
<style>
span { border-color: #4DFC14; }
span { border-color: rgb(77,252,20); }
td.TdClassName
{
border-color: #4DFC14;
}
.TagClassName
{
border-color: #4DFC14;
}
</style>