Shades of Harlequin #4DF003
Tints of Harlequin #4DF003
RGB
CMYK
RGB Variations
Color information
#4DF003 (or 0x4DF003) is known color: Harlequin. HEX triplet: 4D, F0 and 03. RGB value is (77,240,3). Sum of RGB (Red+Green+Blue) = 77+240+3=320 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.06% from 320); Green value is 240 (94.14% from 255 or 75% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF003 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF003 is #B20FFC. Grayscale: #A5A5A5. Windows color (decimal): -11669501 or 258125. OLE color: 258125.
HSL color Cylindrical-coordinate representation of color #4DF003: hue angle of 101.27º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4DF003 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 240 | 3 | - |
| CMYK | 0.68 | 0 | 0.99 | 0.06 |
| HSL | 101.27º | 0.98% | 0.48% | - |
| HSV(B) | 101.27º | 0.99% | 0.94% | - |
| XYZ | 34.24 | 63.9 | 10.62 | - |
| YUV | 164.25 | 37 | 65.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 240 | 3 | 0.68 | 0 | 0.99 | 0.06 | 101.27 | 0.98 | 0.48 |
| Hex | 4D | F0 | 3 | 44 | 0 | 63 | 6 | 65 | 62 | 30 |
| Octal | 115 | 360 | 3 | 104 | 0 | 143 | 6 | 145 | 142 | 60 |
| Binary | 1001101 | 11110000 | 11 | 1000100 | 0 | 1100011 | 110 | 1100101 | 1100010 | 110000 |
Color Harmonies of #4DF003
Complementary color
Monochromatic Colors of #4DF003
Black with #4DF003
Text Example
Text Example
White with #4DF003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF003; }
p { color: rgb(77,240,3); }
H1.HeaderClassName
{
color: #4DF003;
}
.AnyTagClassName
{
color: #4DF003;
}
</style>
background-color css
<style>
a { background-color: #4DF003; }
a { background-color: rgb(77,240,3); }
div.DivClassName
{
background-color: #4DF003;
}
.BgClassName
{
background-color: #4DF003;
}
</style>
border-color css
<style>
span { border-color: #4DF003; }
span { border-color: rgb(77,240,3); }
td.TdClassName
{
border-color: #4DF003;
}
.TagClassName
{
border-color: #4DF003;
}
</style>