Shades of Harlequin #4DFB2F
Tints of Harlequin #4DFB2F
RGB
CMYK
RGB Variations
Color information
#4DFB2F (or 0x4DFB2F) is known color: Harlequin. HEX triplet: 4D, FB and 2F. RGB value is (77,251,47). Sum of RGB (Red+Green+Blue) = 77+251+47=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 251 (98.44% from 255 or 66.93% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFB2F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFB2F is #B204D0. Grayscale: #B0B0B0. Windows color (decimal): -11666641 or 3144525. OLE color: 3144525.
HSL color Cylindrical-coordinate representation of color #4DFB2F: hue angle of 111.18º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4DFB2F is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 251 | 47 | - |
| CMYK | 0.69 | 0 | 0.81 | 0.02 |
| HSL | 111.18º | 0.96% | 0.58% | - |
| HSV(B) | 111.18º | 0.81% | 0.98% | - |
| XYZ | 38.07 | 70.78 | 14.34 | - |
| YUV | 175.72 | 55.35 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 251 | 47 | 0.69 | 0 | 0.81 | 0.02 | 111.18 | 0.96 | 0.58 |
| Hex | 4D | FB | 2F | 45 | 0 | 51 | 2 | 6F | 60 | 3A |
| Octal | 115 | 373 | 57 | 105 | 0 | 121 | 2 | 157 | 140 | 72 |
| Binary | 1001101 | 11111011 | 101111 | 1000101 | 0 | 1010001 | 10 | 1101111 | 1100000 | 111010 |
Color Harmonies of #4DFB2F
Complementary color
Monochromatic Colors of #4DFB2F
Black with #4DFB2F
Text Example
Text Example
White with #4DFB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFB2F; }
p { color: rgb(77,251,47); }
H1.HeaderClassName
{
color: #4DFB2F;
}
.AnyTagClassName
{
color: #4DFB2F;
}
</style>
background-color css
<style>
a { background-color: #4DFB2F; }
a { background-color: rgb(77,251,47); }
div.DivClassName
{
background-color: #4DFB2F;
}
.BgClassName
{
background-color: #4DFB2F;
}
</style>
border-color css
<style>
span { border-color: #4DFB2F; }
span { border-color: rgb(77,251,47); }
td.TdClassName
{
border-color: #4DFB2F;
}
.TagClassName
{
border-color: #4DFB2F;
}
</style>