Shades of Harlequin #4DE722
Tints of Harlequin #4DE722
RGB
CMYK
RGB Variations
Color information
#4DE722 (or 0x4DE722) is known color: Harlequin. HEX triplet: 4D, E7 and 22. RGB value is (77,231,34). Sum of RGB (Red+Green+Blue) = 77+231+34=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 231 (90.62% from 255 or 67.54% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 231 - color contains mainly: green. Hex color #4DE722 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DE722 is #B218DD. Grayscale: #A3A3A3. Windows color (decimal): -11671774 or 2287437. OLE color: 2287437.
HSL color Cylindrical-coordinate representation of color #4DE722: hue angle of 106.9º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4DE722 is Cyan = 0.67, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 77 | 231 | 34 | - |
| CMYK | 0.67 | 0 | 0.85 | 0.09 |
| HSL | 106.9º | 0.8% | 0.52% | - |
| HSV(B) | 106.9º | 0.85% | 0.91% | - |
| XYZ | 31.93 | 58.85 | 11.19 | - |
| YUV | 162.5 | 55.48 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 231 | 34 | 0.67 | 0 | 0.85 | 0.09 | 106.9 | 0.8 | 0.52 |
| Hex | 4D | E7 | 22 | 43 | 0 | 55 | 9 | 6B | 50 | 34 |
| Octal | 115 | 347 | 42 | 103 | 0 | 125 | 11 | 153 | 120 | 64 |
| Binary | 1001101 | 11100111 | 100010 | 1000011 | 0 | 1010101 | 1001 | 1101011 | 1010000 | 110100 |
Color Harmonies of #4DE722
Complementary color
Monochromatic Colors of #4DE722
Black with #4DE722
Text Example
Text Example
White with #4DE722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE722; }
p { color: rgb(77,231,34); }
H1.HeaderClassName
{
color: #4DE722;
}
.AnyTagClassName
{
color: #4DE722;
}
</style>
background-color css
<style>
a { background-color: #4DE722; }
a { background-color: rgb(77,231,34); }
div.DivClassName
{
background-color: #4DE722;
}
.BgClassName
{
background-color: #4DE722;
}
</style>
border-color css
<style>
span { border-color: #4DE722; }
span { border-color: rgb(77,231,34); }
td.TdClassName
{
border-color: #4DE722;
}
.TagClassName
{
border-color: #4DE722;
}
</style>