Shades of Harlequin #4DFB10
Tints of Harlequin #4DFB10
RGB
CMYK
RGB Variations
Color information
#4DFB10 (or 0x4DFB10) is known color: Harlequin. HEX triplet: 4D, FB and 10. RGB value is (77,251,16). Sum of RGB (Red+Green+Blue) = 77+251+16=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 251 (98.44% from 255 or 72.97% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFB10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFB10 is #B204EF. Grayscale: #ACACAC. Windows color (decimal): -11666672 or 1112909. OLE color: 1112909.
HSL color Cylindrical-coordinate representation of color #4DFB10: hue angle of 104.43º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4DFB10 is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 16 | - |
| CMYK | 0.69 | 0 | 0.94 | 0.02 |
| HSL | 104.43º | 0.97% | 0.52% | - |
| HSV(B) | 104.43º | 0.94% | 0.98% | - |
| XYZ | 37.65 | 70.61 | 12.13 | - |
| YUV | 172.18 | 39.85 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 16 | 0.69 | 0 | 0.94 | 0.02 | 104.43 | 0.97 | 0.52 |
| Hex | 4D | FB | 10 | 45 | 0 | 5E | 2 | 68 | 61 | 34 |
| Octal | 115 | 373 | 20 | 105 | 0 | 136 | 2 | 150 | 141 | 64 |
| Binary | 1001101 | 11111011 | 10000 | 1000101 | 0 | 1011110 | 10 | 1101000 | 1100001 | 110100 |
Color Harmonies of #4DFB10
Complementary color
Monochromatic Colors of #4DFB10
Black with #4DFB10
Text Example
Text Example
White with #4DFB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFB10; }
p { color: rgb(77,251,16); }
H1.HeaderClassName
{
color: #4DFB10;
}
.AnyTagClassName
{
color: #4DFB10;
}
</style>
background-color css
<style>
a { background-color: #4DFB10; }
a { background-color: rgb(77,251,16); }
div.DivClassName
{
background-color: #4DFB10;
}
.BgClassName
{
background-color: #4DFB10;
}
</style>
border-color css
<style>
span { border-color: #4DFB10; }
span { border-color: rgb(77,251,16); }
td.TdClassName
{
border-color: #4DFB10;
}
.TagClassName
{
border-color: #4DFB10;
}
</style>