Shades of Harlequin #4DEF1E
Tints of Harlequin #4DEF1E
RGB
CMYK
RGB Variations
Color information
#4DEF1E (or 0x4DEF1E) is known color: Harlequin. HEX triplet: 4D, EF and 1E. RGB value is (77,239,30). Sum of RGB (Red+Green+Blue) = 77+239+30=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 239 (93.75% from 255 or 69.08% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 239 - color contains mainly: green. Hex color #4DEF1E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DEF1E is #B210E1. Grayscale: #A7A7A7. Windows color (decimal): -11669730 or 2027341. OLE color: 2027341.
HSL color Cylindrical-coordinate representation of color #4DEF1E: hue angle of 106.51º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4DEF1E is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 239 | 30 | - |
| CMYK | 0.68 | 0 | 0.87 | 0.06 |
| HSL | 106.51º | 0.87% | 0.53% | - |
| HSV(B) | 106.51º | 0.87% | 0.94% | - |
| XYZ | 34.16 | 63.4 | 11.67 | - |
| YUV | 166.74 | 50.83 | 63.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 239 | 30 | 0.68 | 0 | 0.87 | 0.06 | 106.51 | 0.87 | 0.53 |
| Hex | 4D | EF | 1E | 44 | 0 | 57 | 6 | 6B | 57 | 35 |
| Octal | 115 | 357 | 36 | 104 | 0 | 127 | 6 | 153 | 127 | 65 |
| Binary | 1001101 | 11101111 | 11110 | 1000100 | 0 | 1010111 | 110 | 1101011 | 1010111 | 110101 |
Color Harmonies of #4DEF1E
Complementary color
Monochromatic Colors of #4DEF1E
Black with #4DEF1E
Text Example
Text Example
White with #4DEF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEF1E; }
p { color: rgb(77,239,30); }
H1.HeaderClassName
{
color: #4DEF1E;
}
.AnyTagClassName
{
color: #4DEF1E;
}
</style>
background-color css
<style>
a { background-color: #4DEF1E; }
a { background-color: rgb(77,239,30); }
div.DivClassName
{
background-color: #4DEF1E;
}
.BgClassName
{
background-color: #4DEF1E;
}
</style>
border-color css
<style>
span { border-color: #4DEF1E; }
span { border-color: rgb(77,239,30); }
td.TdClassName
{
border-color: #4DEF1E;
}
.TagClassName
{
border-color: #4DEF1E;
}
</style>