Shades of Harlequin #4DFE27
Tints of Harlequin #4DFE27
RGB
CMYK
RGB Variations
Color information
#4DFE27 (or 0x4DFE27) is known color: Harlequin. HEX triplet: 4D, FE and 27. RGB value is (77,254,39). Sum of RGB (Red+Green+Blue) = 77+254+39=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 254 (99.61% from 255 or 68.65% from 370); Blue value is 39 (15.62% from 255 or 10.54% from 370); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFE27 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFE27 is #B201D8. Grayscale: #B1B1B1. Windows color (decimal): -11665881 or 2621005. OLE color: 2621005.
HSL color Cylindrical-coordinate representation of color #4DFE27: hue angle of 109.4º 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 #4DFE27 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 254 | 39 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.00 |
| HSL | 109.4º | 0.99% | 0.57% | - |
| HSV(B) | 109.4º | 0.85% | 1% | - |
| XYZ | 38.87 | 72.61 | 13.89 | - |
| YUV | 176.57 | 50.36 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 254 | 39 | 0.70 | 0 | 0.85 | 0.00 | 109.4 | 0.99 | 0.57 |
| Hex | 4D | FE | 27 | 46 | 0 | 55 | 0 | 6D | 63 | 39 |
| Octal | 115 | 376 | 47 | 106 | 0 | 125 | 0 | 155 | 143 | 71 |
| Binary | 1001101 | 11111110 | 100111 | 1000110 | 0 | 1010101 | 0 | 1101101 | 1100011 | 111001 |
Color Harmonies of #4DFE27
Complementary color
Monochromatic Colors of #4DFE27
Black with #4DFE27
Text Example
Text Example
White with #4DFE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFE27; }
p { color: rgb(77,254,39); }
H1.HeaderClassName
{
color: #4DFE27;
}
.AnyTagClassName
{
color: #4DFE27;
}
</style>
background-color css
<style>
a { background-color: #4DFE27; }
a { background-color: rgb(77,254,39); }
div.DivClassName
{
background-color: #4DFE27;
}
.BgClassName
{
background-color: #4DFE27;
}
</style>
border-color css
<style>
span { border-color: #4DFE27; }
span { border-color: rgb(77,254,39); }
td.TdClassName
{
border-color: #4DFE27;
}
.TagClassName
{
border-color: #4DFE27;
}
</style>