Shades of Harlequin #4DF904
Tints of Harlequin #4DF904
RGB
CMYK
RGB Variations
Color information
#4DF904 (or 0x4DF904) is known color: Harlequin. HEX triplet: 4D, F9 and 04. RGB value is (77,249,4). Sum of RGB (Red+Green+Blue) = 77+249+4=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 249 (97.66% from 255 or 75.45% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 249 - color contains mainly: green. Hex color #4DF904 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF904 is #B206FB. Grayscale: #AAAAAA. Windows color (decimal): -11667196 or 325965. OLE color: 325965.
HSL color Cylindrical-coordinate representation of color #4DF904: hue angle of 102.12º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4DF904 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 249 | 4 | - |
| CMYK | 0.69 | 0 | 0.98 | 0.02 |
| HSL | 102.12º | 0.97% | 0.5% | - |
| HSV(B) | 102.12º | 0.98% | 0.98% | - |
| XYZ | 36.96 | 69.34 | 11.55 | - |
| YUV | 169.64 | 34.52 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 249 | 4 | 0.69 | 0 | 0.98 | 0.02 | 102.12 | 0.97 | 0.5 |
| Hex | 4D | F9 | 4 | 45 | 0 | 62 | 2 | 66 | 61 | 32 |
| Octal | 115 | 371 | 4 | 105 | 0 | 142 | 2 | 146 | 141 | 62 |
| Binary | 1001101 | 11111001 | 100 | 1000101 | 0 | 1100010 | 10 | 1100110 | 1100001 | 110010 |
Color Harmonies of #4DF904
Complementary color
Monochromatic Colors of #4DF904
Black with #4DF904
Text Example
Text Example
White with #4DF904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF904; }
p { color: rgb(77,249,4); }
H1.HeaderClassName
{
color: #4DF904;
}
.AnyTagClassName
{
color: #4DF904;
}
</style>
background-color css
<style>
a { background-color: #4DF904; }
a { background-color: rgb(77,249,4); }
div.DivClassName
{
background-color: #4DF904;
}
.BgClassName
{
background-color: #4DF904;
}
</style>
border-color css
<style>
span { border-color: #4DF904; }
span { border-color: rgb(77,249,4); }
td.TdClassName
{
border-color: #4DF904;
}
.TagClassName
{
border-color: #4DF904;
}
</style>