Shades of Harlequin #4DFA2B
Tints of Harlequin #4DFA2B
RGB
CMYK
RGB Variations
Color information
#4DFA2B (or 0x4DFA2B) is known color: Harlequin. HEX triplet: 4D, FA and 2B. RGB value is (77,250,43). Sum of RGB (Red+Green+Blue) = 77+250+43=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 250 (98.05% from 255 or 67.57% from 370); Blue value is 43 (17.19% from 255 or 11.62% from 370); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFA2B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFA2B is #B205D4. Grayscale: #AFAFAF. Windows color (decimal): -11666901 or 2882125. OLE color: 2882125.
HSL color Cylindrical-coordinate representation of color #4DFA2B: hue angle of 110.14º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4DFA2B is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 43 | - |
| CMYK | 0.69 | 0 | 0.83 | 0.02 |
| HSL | 110.14º | 0.95% | 0.57% | - |
| HSV(B) | 110.14º | 0.83% | 0.98% | - |
| XYZ | 37.68 | 70.12 | 13.83 | - |
| YUV | 174.68 | 53.69 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 43 | 0.69 | 0 | 0.83 | 0.02 | 110.14 | 0.95 | 0.57 |
| Hex | 4D | FA | 2B | 45 | 0 | 53 | 2 | 6E | 5F | 39 |
| Octal | 115 | 372 | 53 | 105 | 0 | 123 | 2 | 156 | 137 | 71 |
| Binary | 1001101 | 11111010 | 101011 | 1000101 | 0 | 1010011 | 10 | 1101110 | 1011111 | 111001 |
Color Harmonies of #4DFA2B
Complementary color
Monochromatic Colors of #4DFA2B
Black with #4DFA2B
Text Example
Text Example
White with #4DFA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFA2B; }
p { color: rgb(77,250,43); }
H1.HeaderClassName
{
color: #4DFA2B;
}
.AnyTagClassName
{
color: #4DFA2B;
}
</style>
background-color css
<style>
a { background-color: #4DFA2B; }
a { background-color: rgb(77,250,43); }
div.DivClassName
{
background-color: #4DFA2B;
}
.BgClassName
{
background-color: #4DFA2B;
}
</style>
border-color css
<style>
span { border-color: #4DFA2B; }
span { border-color: rgb(77,250,43); }
td.TdClassName
{
border-color: #4DFA2B;
}
.TagClassName
{
border-color: #4DFA2B;
}
</style>