Shades of Harlequin #4DFF22
Tints of Harlequin #4DFF22
RGB
CMYK
RGB Variations
Color information
#4DFF22 (or 0x4DFF22) is known color: Harlequin. HEX triplet: 4D, FF and 22. RGB value is (77,255,34). Sum of RGB (Red+Green+Blue) = 77+255+34=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 255 (100% from 255 or 69.67% from 366); Blue value is 34 (13.67% from 255 or 9.29% from 366); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFF22 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFF22 is #B200DD. Grayscale: #B1B1B1. Windows color (decimal): -11665630 or 2293581. OLE color: 2293581.
HSL color Cylindrical-coordinate representation of color #4DFF22: hue angle of 108.33º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4DFF22 is Cyan = 0.70, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 34 | - |
| CMYK | 0.70 | 0 | 0.87 | 0 |
| HSL | 108.33º | 1% | 0.57% | - |
| HSV(B) | 108.33º | 0.87% | 1% | - |
| XYZ | 39.11 | 73.21 | 13.58 | - |
| YUV | 176.58 | 47.53 | 56.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 34 | 0.70 | 0 | 0.87 | 0 | 108.33 | 1 | 0.57 |
| Hex | 4D | FF | 22 | 46 | 0 | 57 | 0 | 6C | 64 | 39 |
| Octal | 115 | 377 | 42 | 106 | 0 | 127 | 0 | 154 | 144 | 71 |
| Binary | 1001101 | 11111111 | 100010 | 1000110 | 0 | 1010111 | 0 | 1101100 | 1100100 | 111001 |
Color Harmonies of #4DFF22
Complementary color
Monochromatic Colors of #4DFF22
Black with #4DFF22
Text Example
Text Example
White with #4DFF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFF22; }
p { color: rgb(77,255,34); }
H1.HeaderClassName
{
color: #4DFF22;
}
.AnyTagClassName
{
color: #4DFF22;
}
</style>
background-color css
<style>
a { background-color: #4DFF22; }
a { background-color: rgb(77,255,34); }
div.DivClassName
{
background-color: #4DFF22;
}
.BgClassName
{
background-color: #4DFF22;
}
</style>
border-color css
<style>
span { border-color: #4DFF22; }
span { border-color: rgb(77,255,34); }
td.TdClassName
{
border-color: #4DFF22;
}
.TagClassName
{
border-color: #4DFF22;
}
</style>