Shades of Harlequin #4DFF23
Tints of Harlequin #4DFF23
RGB
CMYK
RGB Variations
Color information
#4DFF23 (or 0x4DFF23) is known color: Harlequin. HEX triplet: 4D, FF and 23. RGB value is (77,255,35). Sum of RGB (Red+Green+Blue) = 77+255+35=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 255 (100% from 255 or 69.48% from 367); Blue value is 35 (14.06% from 255 or 9.54% from 367); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFF23 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFF23 is #B200DC. Grayscale: #B1B1B1. Windows color (decimal): -11665629 or 2359117. OLE color: 2359117.
HSL color Cylindrical-coordinate representation of color #4DFF23: hue angle of 108.55º 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 #4DFF23 is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 35 | - |
| CMYK | 0.70 | 0 | 0.86 | 0 |
| HSL | 108.55º | 1% | 0.57% | - |
| HSV(B) | 108.55º | 0.86% | 1% | - |
| XYZ | 39.12 | 73.22 | 13.66 | - |
| YUV | 176.7 | 48.03 | 56.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 35 | 0.70 | 0 | 0.86 | 0 | 108.55 | 1 | 0.57 |
| Hex | 4D | FF | 23 | 46 | 0 | 56 | 0 | 6D | 64 | 39 |
| Octal | 115 | 377 | 43 | 106 | 0 | 126 | 0 | 155 | 144 | 71 |
| Binary | 1001101 | 11111111 | 100011 | 1000110 | 0 | 1010110 | 0 | 1101101 | 1100100 | 111001 |
Color Harmonies of #4DFF23
Complementary color
Monochromatic Colors of #4DFF23
Black with #4DFF23
Text Example
Text Example
White with #4DFF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFF23; }
p { color: rgb(77,255,35); }
H1.HeaderClassName
{
color: #4DFF23;
}
.AnyTagClassName
{
color: #4DFF23;
}
</style>
background-color css
<style>
a { background-color: #4DFF23; }
a { background-color: rgb(77,255,35); }
div.DivClassName
{
background-color: #4DFF23;
}
.BgClassName
{
background-color: #4DFF23;
}
</style>
border-color css
<style>
span { border-color: #4DFF23; }
span { border-color: rgb(77,255,35); }
td.TdClassName
{
border-color: #4DFF23;
}
.TagClassName
{
border-color: #4DFF23;
}
</style>