Shades of Harlequin #4DFE15
Tints of Harlequin #4DFE15
RGB
CMYK
RGB Variations
Color information
#4DFE15 (or 0x4DFE15) is known color: Harlequin. HEX triplet: 4D, FE and 15. RGB value is (77,254,21). Sum of RGB (Red+Green+Blue) = 77+254+21=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 254 (99.61% from 255 or 72.16% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFE15 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFE15 is #B201EA. Grayscale: #AFAFAF. Windows color (decimal): -11665899 or 1441357. OLE color: 1441357.
HSL color Cylindrical-coordinate representation of color #4DFE15: hue angle of 105.58º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4DFE15 is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 254 | 21 | - |
| CMYK | 0.70 | 0 | 0.92 | 0.00 |
| HSL | 105.58º | 0.99% | 0.54% | - |
| HSV(B) | 105.58º | 0.92% | 1% | - |
| XYZ | 38.64 | 72.52 | 12.67 | - |
| YUV | 174.52 | 41.36 | 58.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 254 | 21 | 0.70 | 0 | 0.92 | 0.00 | 105.58 | 0.99 | 0.54 |
| Hex | 4D | FE | 15 | 46 | 0 | 5C | 0 | 6A | 63 | 36 |
| Octal | 115 | 376 | 25 | 106 | 0 | 134 | 0 | 152 | 143 | 66 |
| Binary | 1001101 | 11111110 | 10101 | 1000110 | 0 | 1011100 | 0 | 1101010 | 1100011 | 110110 |
Color Harmonies of #4DFE15
Complementary color
Monochromatic Colors of #4DFE15
Black with #4DFE15
Text Example
Text Example
White with #4DFE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFE15; }
p { color: rgb(77,254,21); }
H1.HeaderClassName
{
color: #4DFE15;
}
.AnyTagClassName
{
color: #4DFE15;
}
</style>
background-color css
<style>
a { background-color: #4DFE15; }
a { background-color: rgb(77,254,21); }
div.DivClassName
{
background-color: #4DFE15;
}
.BgClassName
{
background-color: #4DFE15;
}
</style>
border-color css
<style>
span { border-color: #4DFE15; }
span { border-color: rgb(77,254,21); }
td.TdClassName
{
border-color: #4DFE15;
}
.TagClassName
{
border-color: #4DFE15;
}
</style>