Shades of Harlequin #4DF42B
Tints of Harlequin #4DF42B
RGB
CMYK
RGB Variations
Color information
#4DF42B (or 0x4DF42B) is known color: Harlequin. HEX triplet: 4D, F4 and 2B. RGB value is (77,244,43). Sum of RGB (Red+Green+Blue) = 77+244+43=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 244 (95.70% from 255 or 67.03% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 244 - color contains mainly: green. Hex color #4DF42B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF42B is #B20BD4. Grayscale: #ABABAB. Windows color (decimal): -11668437 or 2880589. OLE color: 2880589.
HSL color Cylindrical-coordinate representation of color #4DF42B: hue angle of 109.85º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4DF42B is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 244 | 43 | - |
| CMYK | 0.68 | 0 | 0.82 | 0.04 |
| HSL | 109.85º | 0.9% | 0.56% | - |
| HSV(B) | 109.85º | 0.82% | 0.96% | - |
| XYZ | 35.85 | 66.45 | 13.22 | - |
| YUV | 171.15 | 55.67 | 60.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 244 | 43 | 0.68 | 0 | 0.82 | 0.04 | 109.85 | 0.9 | 0.56 |
| Hex | 4D | F4 | 2B | 44 | 0 | 52 | 4 | 6E | 5A | 38 |
| Octal | 115 | 364 | 53 | 104 | 0 | 122 | 4 | 156 | 132 | 70 |
| Binary | 1001101 | 11110100 | 101011 | 1000100 | 0 | 1010010 | 100 | 1101110 | 1011010 | 111000 |
Color Harmonies of #4DF42B
Complementary color
Monochromatic Colors of #4DF42B
Black with #4DF42B
Text Example
Text Example
White with #4DF42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF42B; }
p { color: rgb(77,244,43); }
H1.HeaderClassName
{
color: #4DF42B;
}
.AnyTagClassName
{
color: #4DF42B;
}
</style>
background-color css
<style>
a { background-color: #4DF42B; }
a { background-color: rgb(77,244,43); }
div.DivClassName
{
background-color: #4DF42B;
}
.BgClassName
{
background-color: #4DF42B;
}
</style>
border-color css
<style>
span { border-color: #4DF42B; }
span { border-color: rgb(77,244,43); }
td.TdClassName
{
border-color: #4DF42B;
}
.TagClassName
{
border-color: #4DF42B;
}
</style>