Shades of Harlequin #4DFF09
Tints of Harlequin #4DFF09
RGB
CMYK
RGB Variations
Color information
#4DFF09 (or 0x4DFF09) is known color: Harlequin. HEX triplet: 4D, FF and 09. RGB value is (77,255,9). Sum of RGB (Red+Green+Blue) = 77+255+9=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 255 (100% from 255 or 74.78% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFF09 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFF09 is #B200F6. Grayscale: #AEAEAE. Windows color (decimal): -11665655 or 655181. OLE color: 655181.
HSL color Cylindrical-coordinate representation of color #4DFF09: hue angle of 103.41º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4DFF09 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 9 | - |
| CMYK | 0.70 | 0 | 0.96 | 0 |
| HSL | 103.41º | 1% | 0.52% | - |
| HSV(B) | 103.41º | 0.96% | 1% | - |
| XYZ | 38.87 | 73.12 | 12.32 | - |
| YUV | 173.73 | 35.03 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 9 | 0.70 | 0 | 0.96 | 0 | 103.41 | 1 | 0.52 |
| Hex | 4D | FF | 9 | 46 | 0 | 60 | 0 | 67 | 64 | 34 |
| Octal | 115 | 377 | 11 | 106 | 0 | 140 | 0 | 147 | 144 | 64 |
| Binary | 1001101 | 11111111 | 1001 | 1000110 | 0 | 1100000 | 0 | 1100111 | 1100100 | 110100 |
Color Harmonies of #4DFF09
Complementary color
Monochromatic Colors of #4DFF09
Black with #4DFF09
Text Example
Text Example
White with #4DFF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFF09; }
p { color: rgb(77,255,9); }
H1.HeaderClassName
{
color: #4DFF09;
}
.AnyTagClassName
{
color: #4DFF09;
}
</style>
background-color css
<style>
a { background-color: #4DFF09; }
a { background-color: rgb(77,255,9); }
div.DivClassName
{
background-color: #4DFF09;
}
.BgClassName
{
background-color: #4DFF09;
}
</style>
border-color css
<style>
span { border-color: #4DFF09; }
span { border-color: rgb(77,255,9); }
td.TdClassName
{
border-color: #4DFF09;
}
.TagClassName
{
border-color: #4DFF09;
}
</style>