Shades of Harlequin #4DFC24
Tints of Harlequin #4DFC24
RGB
CMYK
RGB Variations
Color information
#4DFC24 (or 0x4DFC24) is known color: Harlequin. HEX triplet: 4D, FC and 24. RGB value is (77,252,36). Sum of RGB (Red+Green+Blue) = 77+252+36=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 252 (98.83% from 255 or 69.04% from 365); Blue value is 36 (14.45% from 255 or 9.86% from 365); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFC24 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFC24 is #B203DB. Grayscale: #AFAFAF. Windows color (decimal): -11666396 or 2423885. OLE color: 2423885.
HSL color Cylindrical-coordinate representation of color #4DFC24: hue angle of 108.61º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4DFC24 is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 252 | 36 | - |
| CMYK | 0.69 | 0 | 0.86 | 0.01 |
| HSL | 108.61º | 0.97% | 0.56% | - |
| HSV(B) | 108.61º | 0.86% | 0.99% | - |
| XYZ | 38.19 | 71.33 | 13.42 | - |
| YUV | 175.05 | 49.52 | 58.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 252 | 36 | 0.69 | 0 | 0.86 | 0.01 | 108.61 | 0.97 | 0.56 |
| Hex | 4D | FC | 24 | 45 | 0 | 56 | 1 | 6D | 61 | 38 |
| Octal | 115 | 374 | 44 | 105 | 0 | 126 | 1 | 155 | 141 | 70 |
| Binary | 1001101 | 11111100 | 100100 | 1000101 | 0 | 1010110 | 1 | 1101101 | 1100001 | 111000 |
Color Harmonies of #4DFC24
Complementary color
Monochromatic Colors of #4DFC24
Black with #4DFC24
Text Example
Text Example
White with #4DFC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFC24; }
p { color: rgb(77,252,36); }
H1.HeaderClassName
{
color: #4DFC24;
}
.AnyTagClassName
{
color: #4DFC24;
}
</style>
background-color css
<style>
a { background-color: #4DFC24; }
a { background-color: rgb(77,252,36); }
div.DivClassName
{
background-color: #4DFC24;
}
.BgClassName
{
background-color: #4DFC24;
}
</style>
border-color css
<style>
span { border-color: #4DFC24; }
span { border-color: rgb(77,252,36); }
td.TdClassName
{
border-color: #4DFC24;
}
.TagClassName
{
border-color: #4DFC24;
}
</style>