Shades of Harlequin #4DF11F
Tints of Harlequin #4DF11F
RGB
CMYK
RGB Variations
Color information
#4DF11F (or 0x4DF11F) is known color: Harlequin. HEX triplet: 4D, F1 and 1F. RGB value is (77,241,31). Sum of RGB (Red+Green+Blue) = 77+241+31=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 241 (94.53% from 255 or 69.05% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF11F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF11F is #B20EE0. Grayscale: #A8A8A8. Windows color (decimal): -11669217 or 2093389. OLE color: 2093389.
HSL color Cylindrical-coordinate representation of color #4DF11F: hue angle of 106.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4DF11F is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 241 | 31 | - |
| CMYK | 0.68 | 0 | 0.87 | 0.05 |
| HSL | 106.86º | 0.88% | 0.53% | - |
| HSV(B) | 106.86º | 0.87% | 0.95% | - |
| XYZ | 34.76 | 64.59 | 11.93 | - |
| YUV | 168.02 | 50.67 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 241 | 31 | 0.68 | 0 | 0.87 | 0.05 | 106.86 | 0.88 | 0.53 |
| Hex | 4D | F1 | 1F | 44 | 0 | 57 | 5 | 6B | 58 | 35 |
| Octal | 115 | 361 | 37 | 104 | 0 | 127 | 5 | 153 | 130 | 65 |
| Binary | 1001101 | 11110001 | 11111 | 1000100 | 0 | 1010111 | 101 | 1101011 | 1011000 | 110101 |
Color Harmonies of #4DF11F
Complementary color
Monochromatic Colors of #4DF11F
Black with #4DF11F
Text Example
Text Example
White with #4DF11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF11F; }
p { color: rgb(77,241,31); }
H1.HeaderClassName
{
color: #4DF11F;
}
.AnyTagClassName
{
color: #4DF11F;
}
</style>
background-color css
<style>
a { background-color: #4DF11F; }
a { background-color: rgb(77,241,31); }
div.DivClassName
{
background-color: #4DF11F;
}
.BgClassName
{
background-color: #4DF11F;
}
</style>
border-color css
<style>
span { border-color: #4DF11F; }
span { border-color: rgb(77,241,31); }
td.TdClassName
{
border-color: #4DF11F;
}
.TagClassName
{
border-color: #4DF11F;
}
</style>