Shades of Harlequin #4DF720
Tints of Harlequin #4DF720
RGB
CMYK
RGB Variations
Color information
#4DF720 (or 0x4DF720) is known color: Harlequin. HEX triplet: 4D, F7 and 20. RGB value is (77,247,32). Sum of RGB (Red+Green+Blue) = 77+247+32=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 247 (96.88% from 255 or 69.38% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 247 - color contains mainly: green. Hex color #4DF720 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF720 is #B208DF. Grayscale: #ACACAC. Windows color (decimal): -11667680 or 2160461. OLE color: 2160461.
HSL color Cylindrical-coordinate representation of color #4DF720: hue angle of 107.44º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4DF720 is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 247 | 32 | - |
| CMYK | 0.69 | 0 | 0.87 | 0.03 |
| HSL | 107.44º | 0.93% | 0.55% | - |
| HSV(B) | 107.44º | 0.87% | 0.97% | - |
| XYZ | 36.58 | 68.2 | 12.6 | - |
| YUV | 171.66 | 49.18 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 247 | 32 | 0.69 | 0 | 0.87 | 0.03 | 107.44 | 0.93 | 0.55 |
| Hex | 4D | F7 | 20 | 45 | 0 | 57 | 3 | 6B | 5D | 37 |
| Octal | 115 | 367 | 40 | 105 | 0 | 127 | 3 | 153 | 135 | 67 |
| Binary | 1001101 | 11110111 | 100000 | 1000101 | 0 | 1010111 | 11 | 1101011 | 1011101 | 110111 |
Color Harmonies of #4DF720
Complementary color
Monochromatic Colors of #4DF720
Black with #4DF720
Text Example
Text Example
White with #4DF720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF720; }
p { color: rgb(77,247,32); }
H1.HeaderClassName
{
color: #4DF720;
}
.AnyTagClassName
{
color: #4DF720;
}
</style>
background-color css
<style>
a { background-color: #4DF720; }
a { background-color: rgb(77,247,32); }
div.DivClassName
{
background-color: #4DF720;
}
.BgClassName
{
background-color: #4DF720;
}
</style>
border-color css
<style>
span { border-color: #4DF720; }
span { border-color: rgb(77,247,32); }
td.TdClassName
{
border-color: #4DF720;
}
.TagClassName
{
border-color: #4DF720;
}
</style>