Shades of Harlequin #4DFA1B
Tints of Harlequin #4DFA1B
RGB
CMYK
RGB Variations
Color information
#4DFA1B (or 0x4DFA1B) is known color: Harlequin. HEX triplet: 4D, FA and 1B. RGB value is (77,250,27). Sum of RGB (Red+Green+Blue) = 77+250+27=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 250 (98.05% from 255 or 70.62% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFA1B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFA1B is #B205E4. Grayscale: #ADADAD. Windows color (decimal): -11666917 or 1833549. OLE color: 1833549.
HSL color Cylindrical-coordinate representation of color #4DFA1B: hue angle of 106.55º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4DFA1B is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 27 | - |
| CMYK | 0.69 | 0 | 0.89 | 0.02 |
| HSL | 106.55º | 0.96% | 0.54% | - |
| HSV(B) | 106.55º | 0.89% | 0.98% | - |
| XYZ | 37.44 | 70.03 | 12.58 | - |
| YUV | 172.85 | 45.69 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 27 | 0.69 | 0 | 0.89 | 0.02 | 106.55 | 0.96 | 0.54 |
| Hex | 4D | FA | 1B | 45 | 0 | 59 | 2 | 6B | 60 | 36 |
| Octal | 115 | 372 | 33 | 105 | 0 | 131 | 2 | 153 | 140 | 66 |
| Binary | 1001101 | 11111010 | 11011 | 1000101 | 0 | 1011001 | 10 | 1101011 | 1100000 | 110110 |
Color Harmonies of #4DFA1B
Complementary color
Monochromatic Colors of #4DFA1B
Black with #4DFA1B
Text Example
Text Example
White with #4DFA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFA1B; }
p { color: rgb(77,250,27); }
H1.HeaderClassName
{
color: #4DFA1B;
}
.AnyTagClassName
{
color: #4DFA1B;
}
</style>
background-color css
<style>
a { background-color: #4DFA1B; }
a { background-color: rgb(77,250,27); }
div.DivClassName
{
background-color: #4DFA1B;
}
.BgClassName
{
background-color: #4DFA1B;
}
</style>
border-color css
<style>
span { border-color: #4DFA1B; }
span { border-color: rgb(77,250,27); }
td.TdClassName
{
border-color: #4DFA1B;
}
.TagClassName
{
border-color: #4DFA1B;
}
</style>