Shades of Harlequin #4DF11B
Tints of Harlequin #4DF11B
RGB
CMYK
RGB Variations
Color information
#4DF11B (or 0x4DF11B) is known color: Harlequin. HEX triplet: 4D, F1 and 1B. RGB value is (77,241,27). Sum of RGB (Red+Green+Blue) = 77+241+27=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 241 (94.53% from 255 or 69.86% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF11B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF11B is #B20EE4. Grayscale: #A8A8A8. Windows color (decimal): -11669221 or 1831245. OLE color: 1831245.
HSL color Cylindrical-coordinate representation of color #4DF11B: hue angle of 105.98º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4DF11B is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 241 | 27 | - |
| CMYK | 0.68 | 0 | 0.89 | 0.05 |
| HSL | 105.98º | 0.88% | 0.53% | - |
| HSV(B) | 105.98º | 0.89% | 0.95% | - |
| XYZ | 34.71 | 64.57 | 11.67 | - |
| YUV | 167.57 | 48.67 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 241 | 27 | 0.68 | 0 | 0.89 | 0.05 | 105.98 | 0.88 | 0.53 |
| Hex | 4D | F1 | 1B | 44 | 0 | 59 | 5 | 6A | 58 | 35 |
| Octal | 115 | 361 | 33 | 104 | 0 | 131 | 5 | 152 | 130 | 65 |
| Binary | 1001101 | 11110001 | 11011 | 1000100 | 0 | 1011001 | 101 | 1101010 | 1011000 | 110101 |
Color Harmonies of #4DF11B
Complementary color
Monochromatic Colors of #4DF11B
Black with #4DF11B
Text Example
Text Example
White with #4DF11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF11B; }
p { color: rgb(77,241,27); }
H1.HeaderClassName
{
color: #4DF11B;
}
.AnyTagClassName
{
color: #4DF11B;
}
</style>
background-color css
<style>
a { background-color: #4DF11B; }
a { background-color: rgb(77,241,27); }
div.DivClassName
{
background-color: #4DF11B;
}
.BgClassName
{
background-color: #4DF11B;
}
</style>
border-color css
<style>
span { border-color: #4DF11B; }
span { border-color: rgb(77,241,27); }
td.TdClassName
{
border-color: #4DF11B;
}
.TagClassName
{
border-color: #4DF11B;
}
</style>