Shades of Harlequin #4DFD0F
Tints of Harlequin #4DFD0F
RGB
CMYK
RGB Variations
Color information
#4DFD0F (or 0x4DFD0F) is known color: Harlequin. HEX triplet: 4D, FD and 0F. RGB value is (77,253,15). Sum of RGB (Red+Green+Blue) = 77+253+15=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 253 (99.22% from 255 or 73.33% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFD0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFD0F is #B202F0. Grayscale: #AEAEAE. Windows color (decimal): -11666161 or 1047885. OLE color: 1047885.
HSL color Cylindrical-coordinate representation of color #4DFD0F: hue angle of 104.37º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4DFD0F is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 253 | 15 | - |
| CMYK | 0.70 | 0 | 0.94 | 0.01 |
| HSL | 104.37º | 0.98% | 0.53% | - |
| HSV(B) | 104.37º | 0.94% | 0.99% | - |
| XYZ | 38.27 | 71.86 | 12.31 | - |
| YUV | 173.24 | 38.69 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 253 | 15 | 0.70 | 0 | 0.94 | 0.01 | 104.37 | 0.98 | 0.53 |
| Hex | 4D | FD | F | 46 | 0 | 5E | 1 | 68 | 62 | 35 |
| Octal | 115 | 375 | 17 | 106 | 0 | 136 | 1 | 150 | 142 | 65 |
| Binary | 1001101 | 11111101 | 1111 | 1000110 | 0 | 1011110 | 1 | 1101000 | 1100010 | 110101 |
Color Harmonies of #4DFD0F
Complementary color
Monochromatic Colors of #4DFD0F
Black with #4DFD0F
Text Example
Text Example
White with #4DFD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFD0F; }
p { color: rgb(77,253,15); }
H1.HeaderClassName
{
color: #4DFD0F;
}
.AnyTagClassName
{
color: #4DFD0F;
}
</style>
background-color css
<style>
a { background-color: #4DFD0F; }
a { background-color: rgb(77,253,15); }
div.DivClassName
{
background-color: #4DFD0F;
}
.BgClassName
{
background-color: #4DFD0F;
}
</style>
border-color css
<style>
span { border-color: #4DFD0F; }
span { border-color: rgb(77,253,15); }
td.TdClassName
{
border-color: #4DFD0F;
}
.TagClassName
{
border-color: #4DFD0F;
}
</style>