Shades of Harlequin #4DFF24
Tints of Harlequin #4DFF24
RGB
CMYK
RGB Variations
Color information
#4DFF24 (or 0x4DFF24) is known color: Harlequin. HEX triplet: 4D, FF and 24. RGB value is (77,255,36). Sum of RGB (Red+Green+Blue) = 77+255+36=368 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.92% from 368); Green value is 255 (100% from 255 or 69.29% from 368); Blue value is 36 (14.45% from 255 or 9.78% from 368); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFF24 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFF24 is #B200DB. Grayscale: #B1B1B1. Windows color (decimal): -11665628 or 2424653. OLE color: 2424653.
HSL color Cylindrical-coordinate representation of color #4DFF24: hue angle of 108.77º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4DFF24 is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 36 | - |
| CMYK | 0.70 | 0 | 0.86 | 0 |
| HSL | 108.77º | 1% | 0.57% | - |
| HSV(B) | 108.77º | 0.86% | 1% | - |
| XYZ | 39.14 | 73.23 | 13.74 | - |
| YUV | 176.81 | 48.53 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 36 | 0.70 | 0 | 0.86 | 0 | 108.77 | 1 | 0.57 |
| Hex | 4D | FF | 24 | 46 | 0 | 56 | 0 | 6D | 64 | 39 |
| Octal | 115 | 377 | 44 | 106 | 0 | 126 | 0 | 155 | 144 | 71 |
| Binary | 1001101 | 11111111 | 100100 | 1000110 | 0 | 1010110 | 0 | 1101101 | 1100100 | 111001 |
Color Harmonies of #4DFF24
Complementary color
Monochromatic Colors of #4DFF24
Black with #4DFF24
Text Example
Text Example
White with #4DFF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFF24; }
p { color: rgb(77,255,36); }
H1.HeaderClassName
{
color: #4DFF24;
}
.AnyTagClassName
{
color: #4DFF24;
}
</style>
background-color css
<style>
a { background-color: #4DFF24; }
a { background-color: rgb(77,255,36); }
div.DivClassName
{
background-color: #4DFF24;
}
.BgClassName
{
background-color: #4DFF24;
}
</style>
border-color css
<style>
span { border-color: #4DFF24; }
span { border-color: rgb(77,255,36); }
td.TdClassName
{
border-color: #4DFF24;
}
.TagClassName
{
border-color: #4DFF24;
}
</style>