Shades of Harlequin #4DFA07
Tints of Harlequin #4DFA07
RGB
CMYK
RGB Variations
Color information
#4DFA07 (or 0x4DFA07) is known color: Harlequin. HEX triplet: 4D, FA and 07. RGB value is (77,250,7). Sum of RGB (Red+Green+Blue) = 77+250+7=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 250 (98.05% from 255 or 74.85% from 334); Blue value is 7 (3.12% from 255 or 2.10% from 334); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFA07 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFA07 is #B205F8. Grayscale: #ABABAB. Windows color (decimal): -11666937 or 522829. OLE color: 522829.
HSL color Cylindrical-coordinate representation of color #4DFA07: hue angle of 102.72º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4DFA07 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 7 | - |
| CMYK | 0.69 | 0 | 0.97 | 0.02 |
| HSL | 102.72º | 0.96% | 0.5% | - |
| HSV(B) | 102.72º | 0.97% | 0.98% | - |
| XYZ | 37.28 | 69.96 | 11.74 | - |
| YUV | 170.57 | 35.69 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 7 | 0.69 | 0 | 0.97 | 0.02 | 102.72 | 0.96 | 0.5 |
| Hex | 4D | FA | 7 | 45 | 0 | 61 | 2 | 67 | 60 | 32 |
| Octal | 115 | 372 | 7 | 105 | 0 | 141 | 2 | 147 | 140 | 62 |
| Binary | 1001101 | 11111010 | 111 | 1000101 | 0 | 1100001 | 10 | 1100111 | 1100000 | 110010 |
Color Harmonies of #4DFA07
Complementary color
Monochromatic Colors of #4DFA07
Black with #4DFA07
Text Example
Text Example
White with #4DFA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFA07; }
p { color: rgb(77,250,7); }
H1.HeaderClassName
{
color: #4DFA07;
}
.AnyTagClassName
{
color: #4DFA07;
}
</style>
background-color css
<style>
a { background-color: #4DFA07; }
a { background-color: rgb(77,250,7); }
div.DivClassName
{
background-color: #4DFA07;
}
.BgClassName
{
background-color: #4DFA07;
}
</style>
border-color css
<style>
span { border-color: #4DFA07; }
span { border-color: rgb(77,250,7); }
td.TdClassName
{
border-color: #4DFA07;
}
.TagClassName
{
border-color: #4DFA07;
}
</style>