Shades of Harlequin #4DF520
Tints of Harlequin #4DF520
RGB
CMYK
RGB Variations
Color information
#4DF520 (or 0x4DF520) is known color: Harlequin. HEX triplet: 4D, F5 and 20. RGB value is (77,245,32). Sum of RGB (Red+Green+Blue) = 77+245+32=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 245 (96.09% from 255 or 69.21% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 245 - color contains mainly: green. Hex color #4DF520 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF520 is #B20ADF. Grayscale: #ABABAB. Windows color (decimal): -11668192 or 2159949. OLE color: 2159949.
HSL color Cylindrical-coordinate representation of color #4DF520: hue angle of 107.32º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4DF520 is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 245 | 32 | - |
| CMYK | 0.69 | 0 | 0.87 | 0.04 |
| HSL | 107.32º | 0.91% | 0.54% | - |
| HSV(B) | 107.32º | 0.87% | 0.96% | - |
| XYZ | 35.97 | 66.99 | 12.4 | - |
| YUV | 170.49 | 49.84 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 245 | 32 | 0.69 | 0 | 0.87 | 0.04 | 107.32 | 0.91 | 0.54 |
| Hex | 4D | F5 | 20 | 45 | 0 | 57 | 4 | 6B | 5B | 36 |
| Octal | 115 | 365 | 40 | 105 | 0 | 127 | 4 | 153 | 133 | 66 |
| Binary | 1001101 | 11110101 | 100000 | 1000101 | 0 | 1010111 | 100 | 1101011 | 1011011 | 110110 |
Color Harmonies of #4DF520
Complementary color
Monochromatic Colors of #4DF520
Black with #4DF520
Text Example
Text Example
White with #4DF520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF520; }
p { color: rgb(77,245,32); }
H1.HeaderClassName
{
color: #4DF520;
}
.AnyTagClassName
{
color: #4DF520;
}
</style>
background-color css
<style>
a { background-color: #4DF520; }
a { background-color: rgb(77,245,32); }
div.DivClassName
{
background-color: #4DF520;
}
.BgClassName
{
background-color: #4DF520;
}
</style>
border-color css
<style>
span { border-color: #4DF520; }
span { border-color: rgb(77,245,32); }
td.TdClassName
{
border-color: #4DF520;
}
.TagClassName
{
border-color: #4DF520;
}
</style>