Shades of Harlequin #4DEE1A
Tints of Harlequin #4DEE1A
RGB
CMYK
RGB Variations
Color information
#4DEE1A (or 0x4DEE1A) is known color: Harlequin. HEX triplet: 4D, EE and 1A. RGB value is (77,238,26). Sum of RGB (Red+Green+Blue) = 77+238+26=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 238 (93.36% from 255 or 69.79% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 238 - color contains mainly: green. Hex color #4DEE1A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DEE1A is #B211E5. Grayscale: #A6A6A6. Windows color (decimal): -11669990 or 1764941. OLE color: 1764941.
HSL color Cylindrical-coordinate representation of color #4DEE1A: hue angle of 105.57º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4DEE1A is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 238 | 26 | - |
| CMYK | 0.68 | 0 | 0.89 | 0.07 |
| HSL | 105.57º | 0.86% | 0.52% | - |
| HSV(B) | 105.57º | 0.89% | 0.93% | - |
| XYZ | 33.82 | 62.8 | 11.32 | - |
| YUV | 165.69 | 49.16 | 64.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 238 | 26 | 0.68 | 0 | 0.89 | 0.07 | 105.57 | 0.86 | 0.52 |
| Hex | 4D | EE | 1A | 44 | 0 | 59 | 7 | 6A | 56 | 34 |
| Octal | 115 | 356 | 32 | 104 | 0 | 131 | 7 | 152 | 126 | 64 |
| Binary | 1001101 | 11101110 | 11010 | 1000100 | 0 | 1011001 | 111 | 1101010 | 1010110 | 110100 |
Color Harmonies of #4DEE1A
Complementary color
Monochromatic Colors of #4DEE1A
Black with #4DEE1A
Text Example
Text Example
White with #4DEE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEE1A; }
p { color: rgb(77,238,26); }
H1.HeaderClassName
{
color: #4DEE1A;
}
.AnyTagClassName
{
color: #4DEE1A;
}
</style>
background-color css
<style>
a { background-color: #4DEE1A; }
a { background-color: rgb(77,238,26); }
div.DivClassName
{
background-color: #4DEE1A;
}
.BgClassName
{
background-color: #4DEE1A;
}
</style>
border-color css
<style>
span { border-color: #4DEE1A; }
span { border-color: rgb(77,238,26); }
td.TdClassName
{
border-color: #4DEE1A;
}
.TagClassName
{
border-color: #4DEE1A;
}
</style>