Shades of Harlequin #4DF31F
Tints of Harlequin #4DF31F
RGB
CMYK
RGB Variations
Color information
#4DF31F (or 0x4DF31F) is known color: Harlequin. HEX triplet: 4D, F3 and 1F. RGB value is (77,243,31). Sum of RGB (Red+Green+Blue) = 77+243+31=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 243 (95.31% from 255 or 69.23% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 243 - color contains mainly: green. Hex color #4DF31F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF31F is #B20CE0. Grayscale: #A9A9A9. Windows color (decimal): -11668705 or 2093901. OLE color: 2093901.
HSL color Cylindrical-coordinate representation of color #4DF31F: hue angle of 106.98º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4DF31F is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 243 | 31 | - |
| CMYK | 0.68 | 0 | 0.87 | 0.05 |
| HSL | 106.98º | 0.9% | 0.54% | - |
| HSV(B) | 106.98º | 0.87% | 0.95% | - |
| XYZ | 35.36 | 65.78 | 12.13 | - |
| YUV | 169.2 | 50 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 243 | 31 | 0.68 | 0 | 0.87 | 0.05 | 106.98 | 0.9 | 0.54 |
| Hex | 4D | F3 | 1F | 44 | 0 | 57 | 5 | 6B | 5A | 36 |
| Octal | 115 | 363 | 37 | 104 | 0 | 127 | 5 | 153 | 132 | 66 |
| Binary | 1001101 | 11110011 | 11111 | 1000100 | 0 | 1010111 | 101 | 1101011 | 1011010 | 110110 |
Color Harmonies of #4DF31F
Complementary color
Monochromatic Colors of #4DF31F
Black with #4DF31F
Text Example
Text Example
White with #4DF31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF31F; }
p { color: rgb(77,243,31); }
H1.HeaderClassName
{
color: #4DF31F;
}
.AnyTagClassName
{
color: #4DF31F;
}
</style>
background-color css
<style>
a { background-color: #4DF31F; }
a { background-color: rgb(77,243,31); }
div.DivClassName
{
background-color: #4DF31F;
}
.BgClassName
{
background-color: #4DF31F;
}
</style>
border-color css
<style>
span { border-color: #4DF31F; }
span { border-color: rgb(77,243,31); }
td.TdClassName
{
border-color: #4DF31F;
}
.TagClassName
{
border-color: #4DF31F;
}
</style>