Shades of Harlequin #4DFE26
Tints of Harlequin #4DFE26
RGB
CMYK
RGB Variations
Color information
#4DFE26 (or 0x4DFE26) is known color: Harlequin. HEX triplet: 4D, FE and 26. RGB value is (77,254,38). Sum of RGB (Red+Green+Blue) = 77+254+38=369 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.87% from 369); Green value is 254 (99.61% from 255 or 68.83% from 369); Blue value is 38 (15.23% from 255 or 10.30% from 369); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFE26 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFE26 is #B201D9. Grayscale: #B1B1B1. Windows color (decimal): -11665882 or 2555469. OLE color: 2555469.
HSL color Cylindrical-coordinate representation of color #4DFE26: hue angle of 109.17º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4DFE26 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 254 | 38 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.00 |
| HSL | 109.17º | 0.99% | 0.57% | - |
| HSV(B) | 109.17º | 0.85% | 1% | - |
| XYZ | 38.85 | 72.6 | 13.8 | - |
| YUV | 176.45 | 49.86 | 57.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 254 | 38 | 0.70 | 0 | 0.85 | 0.00 | 109.17 | 0.99 | 0.57 |
| Hex | 4D | FE | 26 | 46 | 0 | 55 | 0 | 6D | 63 | 39 |
| Octal | 115 | 376 | 46 | 106 | 0 | 125 | 0 | 155 | 143 | 71 |
| Binary | 1001101 | 11111110 | 100110 | 1000110 | 0 | 1010101 | 0 | 1101101 | 1100011 | 111001 |
Color Harmonies of #4DFE26
Complementary color
Monochromatic Colors of #4DFE26
Black with #4DFE26
Text Example
Text Example
White with #4DFE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFE26; }
p { color: rgb(77,254,38); }
H1.HeaderClassName
{
color: #4DFE26;
}
.AnyTagClassName
{
color: #4DFE26;
}
</style>
background-color css
<style>
a { background-color: #4DFE26; }
a { background-color: rgb(77,254,38); }
div.DivClassName
{
background-color: #4DFE26;
}
.BgClassName
{
background-color: #4DFE26;
}
</style>
border-color css
<style>
span { border-color: #4DFE26; }
span { border-color: rgb(77,254,38); }
td.TdClassName
{
border-color: #4DFE26;
}
.TagClassName
{
border-color: #4DFE26;
}
</style>