Shades of Harlequin #4DEF1C
Tints of Harlequin #4DEF1C
RGB
CMYK
RGB Variations
Color information
#4DEF1C (or 0x4DEF1C) is known color: Harlequin. HEX triplet: 4D, EF and 1C. RGB value is (77,239,28). Sum of RGB (Red+Green+Blue) = 77+239+28=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 239 (93.75% from 255 or 69.48% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 239 - color contains mainly: green. Hex color #4DEF1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DEF1C is #B210E3. Grayscale: #A7A7A7. Windows color (decimal): -11669732 or 1896269. OLE color: 1896269.
HSL color Cylindrical-coordinate representation of color #4DEF1C: hue angle of 106.07º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4DEF1C is Cyan = 0.68, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 239 | 28 | - |
| CMYK | 0.68 | 0 | 0.88 | 0.06 |
| HSL | 106.07º | 0.87% | 0.52% | - |
| HSV(B) | 106.07º | 0.88% | 0.94% | - |
| XYZ | 34.14 | 63.39 | 11.54 | - |
| YUV | 166.51 | 49.83 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 239 | 28 | 0.68 | 0 | 0.88 | 0.06 | 106.07 | 0.87 | 0.52 |
| Hex | 4D | EF | 1C | 44 | 0 | 58 | 6 | 6A | 57 | 34 |
| Octal | 115 | 357 | 34 | 104 | 0 | 130 | 6 | 152 | 127 | 64 |
| Binary | 1001101 | 11101111 | 11100 | 1000100 | 0 | 1011000 | 110 | 1101010 | 1010111 | 110100 |
Color Harmonies of #4DEF1C
Complementary color
Monochromatic Colors of #4DEF1C
Black with #4DEF1C
Text Example
Text Example
White with #4DEF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEF1C; }
p { color: rgb(77,239,28); }
H1.HeaderClassName
{
color: #4DEF1C;
}
.AnyTagClassName
{
color: #4DEF1C;
}
</style>
background-color css
<style>
a { background-color: #4DEF1C; }
a { background-color: rgb(77,239,28); }
div.DivClassName
{
background-color: #4DEF1C;
}
.BgClassName
{
background-color: #4DEF1C;
}
</style>
border-color css
<style>
span { border-color: #4DEF1C; }
span { border-color: rgb(77,239,28); }
td.TdClassName
{
border-color: #4DEF1C;
}
.TagClassName
{
border-color: #4DEF1C;
}
</style>