Shades of Harlequin #4DF31D
Tints of Harlequin #4DF31D
RGB
CMYK
RGB Variations
Color information
#4DF31D (or 0x4DF31D) is known color: Harlequin. HEX triplet: 4D, F3 and 1D. RGB value is (77,243,29). Sum of RGB (Red+Green+Blue) = 77+243+29=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 243 (95.31% from 255 or 69.63% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 243 - color contains mainly: green. Hex color #4DF31D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF31D is #B20CE2. Grayscale: #A9A9A9. Windows color (decimal): -11668707 or 1962829. OLE color: 1962829.
HSL color Cylindrical-coordinate representation of color #4DF31D: hue angle of 106.54º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4DF31D is Cyan = 0.68, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 243 | 29 | - |
| CMYK | 0.68 | 0 | 0.88 | 0.05 |
| HSL | 106.54º | 0.9% | 0.53% | - |
| HSV(B) | 106.54º | 0.88% | 0.95% | - |
| XYZ | 35.33 | 65.77 | 11.99 | - |
| YUV | 168.97 | 49 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 243 | 29 | 0.68 | 0 | 0.88 | 0.05 | 106.54 | 0.9 | 0.53 |
| Hex | 4D | F3 | 1D | 44 | 0 | 58 | 5 | 6B | 5A | 35 |
| Octal | 115 | 363 | 35 | 104 | 0 | 130 | 5 | 153 | 132 | 65 |
| Binary | 1001101 | 11110011 | 11101 | 1000100 | 0 | 1011000 | 101 | 1101011 | 1011010 | 110101 |
Color Harmonies of #4DF31D
Complementary color
Monochromatic Colors of #4DF31D
Black with #4DF31D
Text Example
Text Example
White with #4DF31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF31D; }
p { color: rgb(77,243,29); }
H1.HeaderClassName
{
color: #4DF31D;
}
.AnyTagClassName
{
color: #4DF31D;
}
</style>
background-color css
<style>
a { background-color: #4DF31D; }
a { background-color: rgb(77,243,29); }
div.DivClassName
{
background-color: #4DF31D;
}
.BgClassName
{
background-color: #4DF31D;
}
</style>
border-color css
<style>
span { border-color: #4DF31D; }
span { border-color: rgb(77,243,29); }
td.TdClassName
{
border-color: #4DF31D;
}
.TagClassName
{
border-color: #4DF31D;
}
</style>