Shades of Harlequin #4DFB32
Tints of Harlequin #4DFB32
RGB
CMYK
RGB Variations
Color information
#4DFB32 (or 0x4DFB32) is known color: Harlequin. HEX triplet: 4D, FB and 32. RGB value is (77,251,50). Sum of RGB (Red+Green+Blue) = 77+251+50=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 251 (98.44% from 255 or 66.40% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFB32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFB32 is #B204CD. Grayscale: #B0B0B0. Windows color (decimal): -11666638 or 3341133. OLE color: 3341133.
HSL color Cylindrical-coordinate representation of color #4DFB32: hue angle of 111.94º 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 #4DFB32 is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 50 | - |
| CMYK | 0.69 | 0 | 0.80 | 0.02 |
| HSL | 111.94º | 0.96% | 0.59% | - |
| HSV(B) | 111.94º | 0.8% | 0.98% | - |
| XYZ | 38.13 | 70.8 | 14.67 | - |
| YUV | 176.06 | 56.85 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 50 | 0.69 | 0 | 0.80 | 0.02 | 111.94 | 0.96 | 0.59 |
| Hex | 4D | FB | 32 | 45 | 0 | 50 | 2 | 70 | 60 | 3B |
| Octal | 115 | 373 | 62 | 105 | 0 | 120 | 2 | 160 | 140 | 73 |
| Binary | 1001101 | 11111011 | 110010 | 1000101 | 0 | 1010000 | 10 | 1110000 | 1100000 | 111011 |
Color Harmonies of #4DFB32
Complementary color
Monochromatic Colors of #4DFB32
Black with #4DFB32
Text Example
Text Example
White with #4DFB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFB32; }
p { color: rgb(77,251,50); }
H1.HeaderClassName
{
color: #4DFB32;
}
.AnyTagClassName
{
color: #4DFB32;
}
</style>
background-color css
<style>
a { background-color: #4DFB32; }
a { background-color: rgb(77,251,50); }
div.DivClassName
{
background-color: #4DFB32;
}
.BgClassName
{
background-color: #4DFB32;
}
</style>
border-color css
<style>
span { border-color: #4DFB32; }
span { border-color: rgb(77,251,50); }
td.TdClassName
{
border-color: #4DFB32;
}
.TagClassName
{
border-color: #4DFB32;
}
</style>