Shades of Harlequin #4DF307
Tints of Harlequin #4DF307
RGB
CMYK
RGB Variations
Color information
#4DF307 (or 0x4DF307) is known color: Harlequin. HEX triplet: 4D, F3 and 07. RGB value is (77,243,7). Sum of RGB (Red+Green+Blue) = 77+243+7=327 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.55% from 327); Green value is 243 (95.31% from 255 or 74.31% from 327); Blue value is 7 (3.12% from 255 or 2.14% from 327); Max value from RGB is 243 - color contains mainly: green. Hex color #4DF307 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF307 is #B20CF8. Grayscale: #A7A7A7. Windows color (decimal): -11668729 or 521037. OLE color: 521037.
HSL color Cylindrical-coordinate representation of color #4DF307: hue angle of 102.2º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4DF307 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 243 | 7 | - |
| CMYK | 0.68 | 0 | 0.97 | 0.05 |
| HSL | 102.2º | 0.94% | 0.49% | - |
| HSV(B) | 102.2º | 0.97% | 0.95% | - |
| XYZ | 35.15 | 65.69 | 11.03 | - |
| YUV | 166.46 | 38 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 243 | 7 | 0.68 | 0 | 0.97 | 0.05 | 102.2 | 0.94 | 0.49 |
| Hex | 4D | F3 | 7 | 44 | 0 | 61 | 5 | 66 | 5E | 31 |
| Octal | 115 | 363 | 7 | 104 | 0 | 141 | 5 | 146 | 136 | 61 |
| Binary | 1001101 | 11110011 | 111 | 1000100 | 0 | 1100001 | 101 | 1100110 | 1011110 | 110001 |
Color Harmonies of #4DF307
Complementary color
Monochromatic Colors of #4DF307
Black with #4DF307
Text Example
Text Example
White with #4DF307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF307; }
p { color: rgb(77,243,7); }
H1.HeaderClassName
{
color: #4DF307;
}
.AnyTagClassName
{
color: #4DF307;
}
</style>
background-color css
<style>
a { background-color: #4DF307; }
a { background-color: rgb(77,243,7); }
div.DivClassName
{
background-color: #4DF307;
}
.BgClassName
{
background-color: #4DF307;
}
</style>
border-color css
<style>
span { border-color: #4DF307; }
span { border-color: rgb(77,243,7); }
td.TdClassName
{
border-color: #4DF307;
}
.TagClassName
{
border-color: #4DF307;
}
</style>