Shades of Harlequin #4DF900
Tints of Harlequin #4DF900
RGB
CMYK
RGB Variations
Color information
#4DF900 (or 0x4DF900) is known color: Harlequin. HEX triplet: 4D, F9 and 00. RGB value is (77,249,0). Sum of RGB (Red+Green+Blue) = 77+249+0=326 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.62% from 326); Green value is 249 (97.66% from 255 or 76.38% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 249 - color contains mainly: green. Hex color #4DF900 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF900 is #B206FF. Grayscale: #AAAAAA. Windows color (decimal): -11667200 or 63821. OLE color: 63821.
HSL color Cylindrical-coordinate representation of color #4DF900: hue angle of 101.45º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4DF900 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 249 | 0 | - |
| CMYK | 0.69 | 0 | 1 | 0.02 |
| HSL | 101.45º | 1% | 0.49% | - |
| HSV(B) | 101.45º | 1% | 0.98% | - |
| XYZ | 36.94 | 69.33 | 11.44 | - |
| YUV | 169.19 | 32.52 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 249 | 0 | 0.69 | 0 | 1 | 0.02 | 101.45 | 1 | 0.49 |
| Hex | 4D | F9 | 0 | 45 | 0 | 64 | 2 | 65 | 64 | 31 |
| Octal | 115 | 371 | 0 | 105 | 0 | 144 | 2 | 145 | 144 | 61 |
| Binary | 1001101 | 11111001 | 0 | 1000101 | 0 | 1100100 | 10 | 1100101 | 1100100 | 110001 |
Color Harmonies of #4DF900
Complementary color
Monochromatic Colors of #4DF900
Black with #4DF900
Text Example
Text Example
White with #4DF900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF900; }
p { color: rgb(77,249,0); }
H1.HeaderClassName
{
color: #4DF900;
}
.AnyTagClassName
{
color: #4DF900;
}
</style>
background-color css
<style>
a { background-color: #4DF900; }
a { background-color: rgb(77,249,0); }
div.DivClassName
{
background-color: #4DF900;
}
.BgClassName
{
background-color: #4DF900;
}
</style>
border-color css
<style>
span { border-color: #4DF900; }
span { border-color: rgb(77,249,0); }
td.TdClassName
{
border-color: #4DF900;
}
.TagClassName
{
border-color: #4DF900;
}
</style>