Shades of Harlequin #4DF22A
Tints of Harlequin #4DF22A
RGB
CMYK
RGB Variations
Color information
#4DF22A (or 0x4DF22A) is known color: Harlequin. HEX triplet: 4D, F2 and 2A. RGB value is (77,242,42). Sum of RGB (Red+Green+Blue) = 77+242+42=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 242 (94.92% from 255 or 67.04% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 242 - color contains mainly: green. Hex color #4DF22A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF22A is #B20DD5. Grayscale: #AAAAAA. Windows color (decimal): -11668950 or 2814541. OLE color: 2814541.
HSL color Cylindrical-coordinate representation of color #4DF22A: hue angle of 109.5º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4DF22A is Cyan = 0.68, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 242 | 42 | - |
| CMYK | 0.68 | 0 | 0.83 | 0.05 |
| HSL | 109.5º | 0.88% | 0.56% | - |
| HSV(B) | 109.5º | 0.83% | 0.95% | - |
| XYZ | 35.23 | 65.25 | 12.93 | - |
| YUV | 169.87 | 55.84 | 61.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 242 | 42 | 0.68 | 0 | 0.83 | 0.05 | 109.5 | 0.88 | 0.56 |
| Hex | 4D | F2 | 2A | 44 | 0 | 53 | 5 | 6E | 58 | 38 |
| Octal | 115 | 362 | 52 | 104 | 0 | 123 | 5 | 156 | 130 | 70 |
| Binary | 1001101 | 11110010 | 101010 | 1000100 | 0 | 1010011 | 101 | 1101110 | 1011000 | 111000 |
Color Harmonies of #4DF22A
Complementary color
Monochromatic Colors of #4DF22A
Black with #4DF22A
Text Example
Text Example
White with #4DF22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF22A; }
p { color: rgb(77,242,42); }
H1.HeaderClassName
{
color: #4DF22A;
}
.AnyTagClassName
{
color: #4DF22A;
}
</style>
background-color css
<style>
a { background-color: #4DF22A; }
a { background-color: rgb(77,242,42); }
div.DivClassName
{
background-color: #4DF22A;
}
.BgClassName
{
background-color: #4DF22A;
}
</style>
border-color css
<style>
span { border-color: #4DF22A; }
span { border-color: rgb(77,242,42); }
td.TdClassName
{
border-color: #4DF22A;
}
.TagClassName
{
border-color: #4DF22A;
}
</style>