Shades of Harlequin #4DFB31
Tints of Harlequin #4DFB31
RGB
CMYK
RGB Variations
Color information
#4DFB31 (or 0x4DFB31) is known color: Harlequin. HEX triplet: 4D, FB and 31. RGB value is (77,251,49). Sum of RGB (Red+Green+Blue) = 77+251+49=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 251 (98.44% from 255 or 66.58% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFB31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFB31 is #B204CE. Grayscale: #B0B0B0. Windows color (decimal): -11666639 or 3275597. OLE color: 3275597.
HSL color Cylindrical-coordinate representation of color #4DFB31: hue angle of 111.68º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4DFB31 is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 49 | - |
| CMYK | 0.69 | 0 | 0.80 | 0.02 |
| HSL | 111.68º | 0.96% | 0.59% | - |
| HSV(B) | 111.68º | 0.8% | 0.98% | - |
| XYZ | 38.11 | 70.79 | 14.56 | - |
| YUV | 175.95 | 56.35 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 49 | 0.69 | 0 | 0.80 | 0.02 | 111.68 | 0.96 | 0.59 |
| Hex | 4D | FB | 31 | 45 | 0 | 50 | 2 | 70 | 60 | 3B |
| Octal | 115 | 373 | 61 | 105 | 0 | 120 | 2 | 160 | 140 | 73 |
| Binary | 1001101 | 11111011 | 110001 | 1000101 | 0 | 1010000 | 10 | 1110000 | 1100000 | 111011 |
Color Harmonies of #4DFB31
Complementary color
Monochromatic Colors of #4DFB31
Black with #4DFB31
Text Example
Text Example
White with #4DFB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFB31; }
p { color: rgb(77,251,49); }
H1.HeaderClassName
{
color: #4DFB31;
}
.AnyTagClassName
{
color: #4DFB31;
}
</style>
background-color css
<style>
a { background-color: #4DFB31; }
a { background-color: rgb(77,251,49); }
div.DivClassName
{
background-color: #4DFB31;
}
.BgClassName
{
background-color: #4DFB31;
}
</style>
border-color css
<style>
span { border-color: #4DFB31; }
span { border-color: rgb(77,251,49); }
td.TdClassName
{
border-color: #4DFB31;
}
.TagClassName
{
border-color: #4DFB31;
}
</style>