Shades of Harlequin #4DF429
Tints of Harlequin #4DF429
RGB
CMYK
RGB Variations
Color information
#4DF429 (or 0x4DF429) is known color: Harlequin. HEX triplet: 4D, F4 and 29. RGB value is (77,244,41). Sum of RGB (Red+Green+Blue) = 77+244+41=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 244 (95.70% from 255 or 67.40% from 362); Blue value is 41 (16.41% from 255 or 11.33% from 362); Max value from RGB is 244 - color contains mainly: green. Hex color #4DF429 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF429 is #B20BD6. Grayscale: #ABABAB. Windows color (decimal): -11668439 or 2749517. OLE color: 2749517.
HSL color Cylindrical-coordinate representation of color #4DF429: hue angle of 109.36º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4DF429 is Cyan = 0.68, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 244 | 41 | - |
| CMYK | 0.68 | 0 | 0.83 | 0.04 |
| HSL | 109.36º | 0.9% | 0.56% | - |
| HSV(B) | 109.36º | 0.83% | 0.96% | - |
| XYZ | 35.81 | 66.44 | 13.03 | - |
| YUV | 170.93 | 54.67 | 61.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 244 | 41 | 0.68 | 0 | 0.83 | 0.04 | 109.36 | 0.9 | 0.56 |
| Hex | 4D | F4 | 29 | 44 | 0 | 53 | 4 | 6D | 5A | 38 |
| Octal | 115 | 364 | 51 | 104 | 0 | 123 | 4 | 155 | 132 | 70 |
| Binary | 1001101 | 11110100 | 101001 | 1000100 | 0 | 1010011 | 100 | 1101101 | 1011010 | 111000 |
Color Harmonies of #4DF429
Complementary color
Monochromatic Colors of #4DF429
Black with #4DF429
Text Example
Text Example
White with #4DF429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF429; }
p { color: rgb(77,244,41); }
H1.HeaderClassName
{
color: #4DF429;
}
.AnyTagClassName
{
color: #4DF429;
}
</style>
background-color css
<style>
a { background-color: #4DF429; }
a { background-color: rgb(77,244,41); }
div.DivClassName
{
background-color: #4DF429;
}
.BgClassName
{
background-color: #4DF429;
}
</style>
border-color css
<style>
span { border-color: #4DF429; }
span { border-color: rgb(77,244,41); }
td.TdClassName
{
border-color: #4DF429;
}
.TagClassName
{
border-color: #4DF429;
}
</style>