Shades of Harlequin #4DFB03
Tints of Harlequin #4DFB03
RGB
CMYK
RGB Variations
Color information
#4DFB03 (or 0x4DFB03) is known color: Harlequin. HEX triplet: 4D, FB and 03. RGB value is (77,251,3). Sum of RGB (Red+Green+Blue) = 77+251+3=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 251 (98.44% from 255 or 75.83% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFB03 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFB03 is #B204FC. Grayscale: #ABABAB. Windows color (decimal): -11666685 or 260941. OLE color: 260941.
HSL color Cylindrical-coordinate representation of color #4DFB03: hue angle of 102.1º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4DFB03 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 3 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.02 |
| HSL | 102.1º | 0.98% | 0.5% | - |
| HSV(B) | 102.1º | 0.99% | 0.98% | - |
| XYZ | 37.57 | 70.58 | 11.73 | - |
| YUV | 170.7 | 33.35 | 61.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 3 | 0.69 | 0 | 0.99 | 0.02 | 102.1 | 0.98 | 0.5 |
| Hex | 4D | FB | 3 | 45 | 0 | 63 | 2 | 66 | 62 | 32 |
| Octal | 115 | 373 | 3 | 105 | 0 | 143 | 2 | 146 | 142 | 62 |
| Binary | 1001101 | 11111011 | 11 | 1000101 | 0 | 1100011 | 10 | 1100110 | 1100010 | 110010 |
Color Harmonies of #4DFB03
Complementary color
Monochromatic Colors of #4DFB03
Black with #4DFB03
Text Example
Text Example
White with #4DFB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFB03; }
p { color: rgb(77,251,3); }
H1.HeaderClassName
{
color: #4DFB03;
}
.AnyTagClassName
{
color: #4DFB03;
}
</style>
background-color css
<style>
a { background-color: #4DFB03; }
a { background-color: rgb(77,251,3); }
div.DivClassName
{
background-color: #4DFB03;
}
.BgClassName
{
background-color: #4DFB03;
}
</style>
border-color css
<style>
span { border-color: #4DFB03; }
span { border-color: rgb(77,251,3); }
td.TdClassName
{
border-color: #4DFB03;
}
.TagClassName
{
border-color: #4DFB03;
}
</style>