Shades of Harlequin #4DF409
Tints of Harlequin #4DF409
RGB
CMYK
RGB Variations
Color information
#4DF409 (or 0x4DF409) is known color: Harlequin. HEX triplet: 4D, F4 and 09. RGB value is (77,244,9). Sum of RGB (Red+Green+Blue) = 77+244+9=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 244 (95.70% from 255 or 73.94% from 330); Blue value is 9 (3.91% from 255 or 2.73% from 330); Max value from RGB is 244 - color contains mainly: green. Hex color #4DF409 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF409 is #B20BF6. Grayscale: #A8A8A8. Windows color (decimal): -11668471 or 652365. OLE color: 652365.
HSL color Cylindrical-coordinate representation of color #4DF409: hue angle of 102.64º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4DF409 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 244 | 9 | - |
| CMYK | 0.68 | 0 | 0.96 | 0.04 |
| HSL | 102.64º | 0.93% | 0.5% | - |
| HSV(B) | 102.64º | 0.96% | 0.96% | - |
| XYZ | 35.46 | 66.3 | 11.19 | - |
| YUV | 167.28 | 38.67 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 244 | 9 | 0.68 | 0 | 0.96 | 0.04 | 102.64 | 0.93 | 0.5 |
| Hex | 4D | F4 | 9 | 44 | 0 | 60 | 4 | 67 | 5D | 32 |
| Octal | 115 | 364 | 11 | 104 | 0 | 140 | 4 | 147 | 135 | 62 |
| Binary | 1001101 | 11110100 | 1001 | 1000100 | 0 | 1100000 | 100 | 1100111 | 1011101 | 110010 |
Color Harmonies of #4DF409
Complementary color
Monochromatic Colors of #4DF409
Black with #4DF409
Text Example
Text Example
White with #4DF409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF409; }
p { color: rgb(77,244,9); }
H1.HeaderClassName
{
color: #4DF409;
}
.AnyTagClassName
{
color: #4DF409;
}
</style>
background-color css
<style>
a { background-color: #4DF409; }
a { background-color: rgb(77,244,9); }
div.DivClassName
{
background-color: #4DF409;
}
.BgClassName
{
background-color: #4DF409;
}
</style>
border-color css
<style>
span { border-color: #4DF409; }
span { border-color: rgb(77,244,9); }
td.TdClassName
{
border-color: #4DF409;
}
.TagClassName
{
border-color: #4DF409;
}
</style>