Shades of Harlequin #4DFF0D
Tints of Harlequin #4DFF0D
RGB
CMYK
RGB Variations
Color information
#4DFF0D (or 0x4DFF0D) is known color: Harlequin. HEX triplet: 4D, FF and 0D. RGB value is (77,255,13). Sum of RGB (Red+Green+Blue) = 77+255+13=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 255 (100% from 255 or 73.91% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFF0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFF0D is #B200F2. Grayscale: #AEAEAE. Windows color (decimal): -11665651 or 917325. OLE color: 917325.
HSL color Cylindrical-coordinate representation of color #4DFF0D: hue angle of 104.13º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4DFF0D is Cyan = 0.70, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 13 | - |
| CMYK | 0.70 | 0 | 0.95 | 0 |
| HSL | 104.13º | 1% | 0.53% | - |
| HSV(B) | 104.13º | 0.95% | 1% | - |
| XYZ | 38.89 | 73.13 | 12.45 | - |
| YUV | 174.19 | 37.03 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 13 | 0.70 | 0 | 0.95 | 0 | 104.13 | 1 | 0.53 |
| Hex | 4D | FF | D | 46 | 0 | 5F | 0 | 68 | 64 | 35 |
| Octal | 115 | 377 | 15 | 106 | 0 | 137 | 0 | 150 | 144 | 65 |
| Binary | 1001101 | 11111111 | 1101 | 1000110 | 0 | 1011111 | 0 | 1101000 | 1100100 | 110101 |
Color Harmonies of #4DFF0D
Complementary color
Monochromatic Colors of #4DFF0D
Black with #4DFF0D
Text Example
Text Example
White with #4DFF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFF0D; }
p { color: rgb(77,255,13); }
H1.HeaderClassName
{
color: #4DFF0D;
}
.AnyTagClassName
{
color: #4DFF0D;
}
</style>
background-color css
<style>
a { background-color: #4DFF0D; }
a { background-color: rgb(77,255,13); }
div.DivClassName
{
background-color: #4DFF0D;
}
.BgClassName
{
background-color: #4DFF0D;
}
</style>
border-color css
<style>
span { border-color: #4DFF0D; }
span { border-color: rgb(77,255,13); }
td.TdClassName
{
border-color: #4DFF0D;
}
.TagClassName
{
border-color: #4DFF0D;
}
</style>