Shades of Harlequin #4DF71F
Tints of Harlequin #4DF71F
RGB
CMYK
RGB Variations
Color information
#4DF71F (or 0x4DF71F) is known color: Harlequin. HEX triplet: 4D, F7 and 1F. RGB value is (77,247,31). Sum of RGB (Red+Green+Blue) = 77+247+31=355 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.69% from 355); Green value is 247 (96.88% from 255 or 69.58% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 247 - color contains mainly: green. Hex color #4DF71F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF71F is #B208E0. Grayscale: #ACACAC. Windows color (decimal): -11667681 or 2094925. OLE color: 2094925.
HSL color Cylindrical-coordinate representation of color #4DF71F: hue angle of 107.22º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4DF71F is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 247 | 31 | - |
| CMYK | 0.69 | 0 | 0.87 | 0.03 |
| HSL | 107.22º | 0.93% | 0.55% | - |
| HSV(B) | 107.22º | 0.87% | 0.97% | - |
| XYZ | 36.57 | 68.2 | 12.53 | - |
| YUV | 171.55 | 48.68 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 247 | 31 | 0.69 | 0 | 0.87 | 0.03 | 107.22 | 0.93 | 0.55 |
| Hex | 4D | F7 | 1F | 45 | 0 | 57 | 3 | 6B | 5D | 37 |
| Octal | 115 | 367 | 37 | 105 | 0 | 127 | 3 | 153 | 135 | 67 |
| Binary | 1001101 | 11110111 | 11111 | 1000101 | 0 | 1010111 | 11 | 1101011 | 1011101 | 110111 |
Color Harmonies of #4DF71F
Complementary color
Monochromatic Colors of #4DF71F
Black with #4DF71F
Text Example
Text Example
White with #4DF71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF71F; }
p { color: rgb(77,247,31); }
H1.HeaderClassName
{
color: #4DF71F;
}
.AnyTagClassName
{
color: #4DF71F;
}
</style>
background-color css
<style>
a { background-color: #4DF71F; }
a { background-color: rgb(77,247,31); }
div.DivClassName
{
background-color: #4DF71F;
}
.BgClassName
{
background-color: #4DF71F;
}
</style>
border-color css
<style>
span { border-color: #4DF71F; }
span { border-color: rgb(77,247,31); }
td.TdClassName
{
border-color: #4DF71F;
}
.TagClassName
{
border-color: #4DF71F;
}
</style>