Shades of Harlequin #4DF21E
Tints of Harlequin #4DF21E
RGB
CMYK
RGB Variations
Color information
#4DF21E (or 0x4DF21E) is known color: Harlequin. HEX triplet: 4D, F2 and 1E. RGB value is (77,242,30). Sum of RGB (Red+Green+Blue) = 77+242+30=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 242 (94.92% from 255 or 69.34% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 242 - color contains mainly: green. Hex color #4DF21E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF21E is #B20DE1. Grayscale: #A9A9A9. Windows color (decimal): -11668962 or 2028109. OLE color: 2028109.
HSL color Cylindrical-coordinate representation of color #4DF21E: hue angle of 106.7º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4DF21E is Cyan = 0.68, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 242 | 30 | - |
| CMYK | 0.68 | 0 | 0.88 | 0.05 |
| HSL | 106.7º | 0.89% | 0.53% | - |
| HSV(B) | 106.7º | 0.88% | 0.95% | - |
| XYZ | 35.05 | 65.18 | 11.96 | - |
| YUV | 168.5 | 49.84 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 242 | 30 | 0.68 | 0 | 0.88 | 0.05 | 106.7 | 0.89 | 0.53 |
| Hex | 4D | F2 | 1E | 44 | 0 | 58 | 5 | 6B | 59 | 35 |
| Octal | 115 | 362 | 36 | 104 | 0 | 130 | 5 | 153 | 131 | 65 |
| Binary | 1001101 | 11110010 | 11110 | 1000100 | 0 | 1011000 | 101 | 1101011 | 1011001 | 110101 |
Color Harmonies of #4DF21E
Complementary color
Monochromatic Colors of #4DF21E
Black with #4DF21E
Text Example
Text Example
White with #4DF21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF21E; }
p { color: rgb(77,242,30); }
H1.HeaderClassName
{
color: #4DF21E;
}
.AnyTagClassName
{
color: #4DF21E;
}
</style>
background-color css
<style>
a { background-color: #4DF21E; }
a { background-color: rgb(77,242,30); }
div.DivClassName
{
background-color: #4DF21E;
}
.BgClassName
{
background-color: #4DF21E;
}
</style>
border-color css
<style>
span { border-color: #4DF21E; }
span { border-color: rgb(77,242,30); }
td.TdClassName
{
border-color: #4DF21E;
}
.TagClassName
{
border-color: #4DF21E;
}
</style>