Shades of Harlequin #4DF123
Tints of Harlequin #4DF123
RGB
CMYK
RGB Variations
Color information
#4DF123 (or 0x4DF123) is known color: Harlequin. HEX triplet: 4D, F1 and 23. RGB value is (77,241,35). Sum of RGB (Red+Green+Blue) = 77+241+35=353 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.81% from 353); Green value is 241 (94.53% from 255 or 68.27% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF123 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF123 is #B20EDC. Grayscale: #A9A9A9. Windows color (decimal): -11669213 or 2355533. OLE color: 2355533.
HSL color Cylindrical-coordinate representation of color #4DF123: hue angle of 107.77º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4DF123 is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 241 | 35 | - |
| CMYK | 0.68 | 0 | 0.85 | 0.05 |
| HSL | 107.77º | 0.88% | 0.54% | - |
| HSV(B) | 107.77º | 0.85% | 0.95% | - |
| XYZ | 34.82 | 64.61 | 12.23 | - |
| YUV | 168.48 | 52.67 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 241 | 35 | 0.68 | 0 | 0.85 | 0.05 | 107.77 | 0.88 | 0.54 |
| Hex | 4D | F1 | 23 | 44 | 0 | 55 | 5 | 6C | 58 | 36 |
| Octal | 115 | 361 | 43 | 104 | 0 | 125 | 5 | 154 | 130 | 66 |
| Binary | 1001101 | 11110001 | 100011 | 1000100 | 0 | 1010101 | 101 | 1101100 | 1011000 | 110110 |
Color Harmonies of #4DF123
Complementary color
Monochromatic Colors of #4DF123
Black with #4DF123
Text Example
Text Example
White with #4DF123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF123; }
p { color: rgb(77,241,35); }
H1.HeaderClassName
{
color: #4DF123;
}
.AnyTagClassName
{
color: #4DF123;
}
</style>
background-color css
<style>
a { background-color: #4DF123; }
a { background-color: rgb(77,241,35); }
div.DivClassName
{
background-color: #4DF123;
}
.BgClassName
{
background-color: #4DF123;
}
</style>
border-color css
<style>
span { border-color: #4DF123; }
span { border-color: rgb(77,241,35); }
td.TdClassName
{
border-color: #4DF123;
}
.TagClassName
{
border-color: #4DF123;
}
</style>