Shades of Harlequin #4DF426
Tints of Harlequin #4DF426
RGB
CMYK
RGB Variations
Color information
#4DF426 (or 0x4DF426) is known color: Harlequin. HEX triplet: 4D, F4 and 26. RGB value is (77,244,38). Sum of RGB (Red+Green+Blue) = 77+244+38=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 244 (95.70% from 255 or 67.97% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 244 - color contains mainly: green. Hex color #4DF426 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF426 is #B20BD9. Grayscale: #ABABAB. Windows color (decimal): -11668442 or 2552909. OLE color: 2552909.
HSL color Cylindrical-coordinate representation of color #4DF426: hue angle of 108.64º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4DF426 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 244 | 38 | - |
| CMYK | 0.68 | 0 | 0.84 | 0.04 |
| HSL | 108.64º | 0.9% | 0.55% | - |
| HSV(B) | 108.64º | 0.84% | 0.96% | - |
| XYZ | 35.76 | 66.42 | 12.77 | - |
| YUV | 170.58 | 53.17 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 244 | 38 | 0.68 | 0 | 0.84 | 0.04 | 108.64 | 0.9 | 0.55 |
| Hex | 4D | F4 | 26 | 44 | 0 | 54 | 4 | 6D | 5A | 37 |
| Octal | 115 | 364 | 46 | 104 | 0 | 124 | 4 | 155 | 132 | 67 |
| Binary | 1001101 | 11110100 | 100110 | 1000100 | 0 | 1010100 | 100 | 1101101 | 1011010 | 110111 |
Color Harmonies of #4DF426
Complementary color
Monochromatic Colors of #4DF426
Black with #4DF426
Text Example
Text Example
White with #4DF426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF426; }
p { color: rgb(77,244,38); }
H1.HeaderClassName
{
color: #4DF426;
}
.AnyTagClassName
{
color: #4DF426;
}
</style>
background-color css
<style>
a { background-color: #4DF426; }
a { background-color: rgb(77,244,38); }
div.DivClassName
{
background-color: #4DF426;
}
.BgClassName
{
background-color: #4DF426;
}
</style>
border-color css
<style>
span { border-color: #4DF426; }
span { border-color: rgb(77,244,38); }
td.TdClassName
{
border-color: #4DF426;
}
.TagClassName
{
border-color: #4DF426;
}
</style>