Shades of Harlequin #4DF215
Tints of Harlequin #4DF215
RGB
CMYK
RGB Variations
Color information
#4DF215 (or 0x4DF215) is known color: Harlequin. HEX triplet: 4D, F2 and 15. RGB value is (77,242,21). Sum of RGB (Red+Green+Blue) = 77+242+21=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 242 (94.92% from 255 or 71.18% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 242 - color contains mainly: green. Hex color #4DF215 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF215 is #B20DEA. Grayscale: #A8A8A8. Windows color (decimal): -11668971 or 1438285. OLE color: 1438285.
HSL color Cylindrical-coordinate representation of color #4DF215: hue angle of 104.8º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4DF215 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 242 | 21 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.05 |
| HSL | 104.8º | 0.89% | 0.52% | - |
| HSV(B) | 104.8º | 0.91% | 0.95% | - |
| XYZ | 34.95 | 65.14 | 11.44 | - |
| YUV | 167.47 | 45.34 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 242 | 21 | 0.68 | 0 | 0.91 | 0.05 | 104.8 | 0.89 | 0.52 |
| Hex | 4D | F2 | 15 | 44 | 0 | 5B | 5 | 69 | 59 | 34 |
| Octal | 115 | 362 | 25 | 104 | 0 | 133 | 5 | 151 | 131 | 64 |
| Binary | 1001101 | 11110010 | 10101 | 1000100 | 0 | 1011011 | 101 | 1101001 | 1011001 | 110100 |
Color Harmonies of #4DF215
Complementary color
Monochromatic Colors of #4DF215
Black with #4DF215
Text Example
Text Example
White with #4DF215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF215; }
p { color: rgb(77,242,21); }
H1.HeaderClassName
{
color: #4DF215;
}
.AnyTagClassName
{
color: #4DF215;
}
</style>
background-color css
<style>
a { background-color: #4DF215; }
a { background-color: rgb(77,242,21); }
div.DivClassName
{
background-color: #4DF215;
}
.BgClassName
{
background-color: #4DF215;
}
</style>
border-color css
<style>
span { border-color: #4DF215; }
span { border-color: rgb(77,242,21); }
td.TdClassName
{
border-color: #4DF215;
}
.TagClassName
{
border-color: #4DF215;
}
</style>