Shades of Harlequin #4DEF1B
Tints of Harlequin #4DEF1B
RGB
CMYK
RGB Variations
Color information
#4DEF1B (or 0x4DEF1B) is known color: Harlequin. HEX triplet: 4D, EF and 1B. RGB value is (77,239,27). Sum of RGB (Red+Green+Blue) = 77+239+27=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 239 (93.75% from 255 or 69.68% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 239 - color contains mainly: green. Hex color #4DEF1B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DEF1B is #B210E4. Grayscale: #A7A7A7. Windows color (decimal): -11669733 or 1830733. OLE color: 1830733.
HSL color Cylindrical-coordinate representation of color #4DEF1B: hue angle of 105.85º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4DEF1B is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 239 | 27 | - |
| CMYK | 0.68 | 0 | 0.89 | 0.06 |
| HSL | 105.85º | 0.87% | 0.52% | - |
| HSV(B) | 105.85º | 0.89% | 0.94% | - |
| XYZ | 34.12 | 63.39 | 11.47 | - |
| YUV | 166.39 | 49.33 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 239 | 27 | 0.68 | 0 | 0.89 | 0.06 | 105.85 | 0.87 | 0.52 |
| Hex | 4D | EF | 1B | 44 | 0 | 59 | 6 | 6A | 57 | 34 |
| Octal | 115 | 357 | 33 | 104 | 0 | 131 | 6 | 152 | 127 | 64 |
| Binary | 1001101 | 11101111 | 11011 | 1000100 | 0 | 1011001 | 110 | 1101010 | 1010111 | 110100 |
Color Harmonies of #4DEF1B
Complementary color
Monochromatic Colors of #4DEF1B
Black with #4DEF1B
Text Example
Text Example
White with #4DEF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEF1B; }
p { color: rgb(77,239,27); }
H1.HeaderClassName
{
color: #4DEF1B;
}
.AnyTagClassName
{
color: #4DEF1B;
}
</style>
background-color css
<style>
a { background-color: #4DEF1B; }
a { background-color: rgb(77,239,27); }
div.DivClassName
{
background-color: #4DEF1B;
}
.BgClassName
{
background-color: #4DEF1B;
}
</style>
border-color css
<style>
span { border-color: #4DEF1B; }
span { border-color: rgb(77,239,27); }
td.TdClassName
{
border-color: #4DEF1B;
}
.TagClassName
{
border-color: #4DEF1B;
}
</style>