Shades of Harlequin #4DF91A
Tints of Harlequin #4DF91A
RGB
CMYK
RGB Variations
Color information
#4DF91A (or 0x4DF91A) is known color: Harlequin. HEX triplet: 4D, F9 and 1A. RGB value is (77,249,26). Sum of RGB (Red+Green+Blue) = 77+249+26=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 249 (97.66% from 255 or 70.74% from 352); Blue value is 26 (10.55% from 255 or 7.39% from 352); Max value from RGB is 249 - color contains mainly: green. Hex color #4DF91A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF91A is #B206E5. Grayscale: #ACACAC. Windows color (decimal): -11667174 or 1767757. OLE color: 1767757.
HSL color Cylindrical-coordinate representation of color #4DF91A: hue angle of 106.28º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4DF91A is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 249 | 26 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.02 |
| HSL | 106.28º | 0.95% | 0.54% | - |
| HSV(B) | 106.28º | 0.9% | 0.98% | - |
| XYZ | 37.12 | 69.4 | 12.42 | - |
| YUV | 172.15 | 45.52 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 249 | 26 | 0.69 | 0 | 0.90 | 0.02 | 106.28 | 0.95 | 0.54 |
| Hex | 4D | F9 | 1A | 45 | 0 | 5A | 2 | 6A | 5F | 36 |
| Octal | 115 | 371 | 32 | 105 | 0 | 132 | 2 | 152 | 137 | 66 |
| Binary | 1001101 | 11111001 | 11010 | 1000101 | 0 | 1011010 | 10 | 1101010 | 1011111 | 110110 |
Color Harmonies of #4DF91A
Complementary color
Monochromatic Colors of #4DF91A
Black with #4DF91A
Text Example
Text Example
White with #4DF91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF91A; }
p { color: rgb(77,249,26); }
H1.HeaderClassName
{
color: #4DF91A;
}
.AnyTagClassName
{
color: #4DF91A;
}
</style>
background-color css
<style>
a { background-color: #4DF91A; }
a { background-color: rgb(77,249,26); }
div.DivClassName
{
background-color: #4DF91A;
}
.BgClassName
{
background-color: #4DF91A;
}
</style>
border-color css
<style>
span { border-color: #4DF91A; }
span { border-color: rgb(77,249,26); }
td.TdClassName
{
border-color: #4DF91A;
}
.TagClassName
{
border-color: #4DF91A;
}
</style>