Shades of Harlequin #4DFA2E
Tints of Harlequin #4DFA2E
RGB
CMYK
RGB Variations
Color information
#4DFA2E (or 0x4DFA2E) is known color: Harlequin. HEX triplet: 4D, FA and 2E. RGB value is (77,250,46). Sum of RGB (Red+Green+Blue) = 77+250+46=373 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.64% from 373); Green value is 250 (98.05% from 255 or 67.02% from 373); Blue value is 46 (18.36% from 255 or 12.33% from 373); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFA2E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFA2E is #B205D1. Grayscale: #AFAFAF. Windows color (decimal): -11666898 or 3078733. OLE color: 3078733.
HSL color Cylindrical-coordinate representation of color #4DFA2E: hue angle of 110.88º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4DFA2E is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 46 | - |
| CMYK | 0.69 | 0 | 0.82 | 0.02 |
| HSL | 110.88º | 0.95% | 0.58% | - |
| HSV(B) | 110.88º | 0.82% | 0.98% | - |
| XYZ | 37.74 | 70.15 | 14.14 | - |
| YUV | 175.02 | 55.19 | 58.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 46 | 0.69 | 0 | 0.82 | 0.02 | 110.88 | 0.95 | 0.58 |
| Hex | 4D | FA | 2E | 45 | 0 | 52 | 2 | 6F | 5F | 3A |
| Octal | 115 | 372 | 56 | 105 | 0 | 122 | 2 | 157 | 137 | 72 |
| Binary | 1001101 | 11111010 | 101110 | 1000101 | 0 | 1010010 | 10 | 1101111 | 1011111 | 111010 |
Color Harmonies of #4DFA2E
Complementary color
Monochromatic Colors of #4DFA2E
Black with #4DFA2E
Text Example
Text Example
White with #4DFA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFA2E; }
p { color: rgb(77,250,46); }
H1.HeaderClassName
{
color: #4DFA2E;
}
.AnyTagClassName
{
color: #4DFA2E;
}
</style>
background-color css
<style>
a { background-color: #4DFA2E; }
a { background-color: rgb(77,250,46); }
div.DivClassName
{
background-color: #4DFA2E;
}
.BgClassName
{
background-color: #4DFA2E;
}
</style>
border-color css
<style>
span { border-color: #4DFA2E; }
span { border-color: rgb(77,250,46); }
td.TdClassName
{
border-color: #4DFA2E;
}
.TagClassName
{
border-color: #4DFA2E;
}
</style>