Shades of Harlequin #4DFB2B
Tints of Harlequin #4DFB2B
RGB
CMYK
RGB Variations
Color information
#4DFB2B (or 0x4DFB2B) is known color: Harlequin. HEX triplet: 4D, FB and 2B. RGB value is (77,251,43). Sum of RGB (Red+Green+Blue) = 77+251+43=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 251 (98.44% from 255 or 67.65% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFB2B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFB2B is #B204D4. Grayscale: #AFAFAF. Windows color (decimal): -11666645 or 2882381. OLE color: 2882381.
HSL color Cylindrical-coordinate representation of color #4DFB2B: hue angle of 110.19º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4DFB2B is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 43 | - |
| CMYK | 0.69 | 0 | 0.83 | 0.02 |
| HSL | 110.19º | 0.96% | 0.58% | - |
| HSV(B) | 110.19º | 0.83% | 0.98% | - |
| XYZ | 37.99 | 70.75 | 13.94 | - |
| YUV | 175.26 | 53.35 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 43 | 0.69 | 0 | 0.83 | 0.02 | 110.19 | 0.96 | 0.58 |
| Hex | 4D | FB | 2B | 45 | 0 | 53 | 2 | 6E | 60 | 3A |
| Octal | 115 | 373 | 53 | 105 | 0 | 123 | 2 | 156 | 140 | 72 |
| Binary | 1001101 | 11111011 | 101011 | 1000101 | 0 | 1010011 | 10 | 1101110 | 1100000 | 111010 |
Color Harmonies of #4DFB2B
Complementary color
Monochromatic Colors of #4DFB2B
Black with #4DFB2B
Text Example
Text Example
White with #4DFB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFB2B; }
p { color: rgb(77,251,43); }
H1.HeaderClassName
{
color: #4DFB2B;
}
.AnyTagClassName
{
color: #4DFB2B;
}
</style>
background-color css
<style>
a { background-color: #4DFB2B; }
a { background-color: rgb(77,251,43); }
div.DivClassName
{
background-color: #4DFB2B;
}
.BgClassName
{
background-color: #4DFB2B;
}
</style>
border-color css
<style>
span { border-color: #4DFB2B; }
span { border-color: rgb(77,251,43); }
td.TdClassName
{
border-color: #4DFB2B;
}
.TagClassName
{
border-color: #4DFB2B;
}
</style>